Skip to content

Commit

Permalink
[FE] fix: 빌드 오류 수정을 위한 axios dependencies 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravende committed Feb 22, 2024
1 parent 2ec1d41 commit 44273f5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 120 deletions.
153 changes: 34 additions & 119 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"axios": "^1.6.7",
"babel-loader": "^9.1.3",
"gh-pages": "^6.1.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"node-emoji": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-kakao-maps-sdk": "^1.1.26",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.1",
"sort-by": "^1.2.0",
"webpack": "^5.90.1",
Expand Down

0 comments on commit 44273f5

Please sign in to comment.