Skip to content

Commit

Permalink
chore: react-router-dom 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MinGu-Jeong committed Feb 7, 2024
1 parent 9abea07 commit 6ba7457
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 1 deletion.
62 changes: 62 additions & 0 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-21ad2b1333-8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@tanstack/react-query": "^5.18.1",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
Expand Down
32 changes: 32 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,13 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.15.0":
version: 1.15.0
resolution: "@remix-run/router@npm:1.15.0"
checksum: 0b5ea6b2e7bb7f3266005e033337a6fed29c458aa5ddc9a97a90ff19813ae6dfb4392871722d66d7e8db93a29760a8257830a9af58824b3a3363ed58e1e471d8
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.9.6":
version: 4.9.6
resolution: "@rollup/rollup-android-arm-eabi@npm:4.9.6"
Expand Down Expand Up @@ -1504,6 +1511,7 @@ __metadata:
eslint-plugin-react-refresh: ^0.4.5
react: ^18.2.0
react-dom: ^18.2.0
react-router-dom: ^6.22.0
typescript: ^5.2.2
vite: ^5.0.8
peerDependencies:
Expand Down Expand Up @@ -3167,6 +3175,30 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:^6.22.0":
version: 6.22.0
resolution: "react-router-dom@npm:6.22.0"
dependencies:
"@remix-run/router": 1.15.0
react-router: 6.22.0
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 21cbdda0070dffb50845a97e2688648a9925c7ebabd1f9335523a1f8ae66048c1d9d06442f1b0ec35a266d1c63ed3b56b437db70807f73440a185f3e2d3c632f
languageName: node
linkType: hard

"react-router@npm:6.22.0":
version: 6.22.0
resolution: "react-router@npm:6.22.0"
dependencies:
"@remix-run/router": 1.15.0
peerDependencies:
react: ">=16.8"
checksum: 94f382f3fa6fcb8525c143d83d4c3a3b010979f417cac0bbe7a63f906b3809e2bb56e8c329b9b3fd3212a498670ab278aea72893e921b827dcf00024c3d115dd
languageName: node
linkType: hard

"react-transition-group@npm:^4.4.5":
version: 4.4.5
resolution: "react-transition-group@npm:4.4.5"
Expand Down

0 comments on commit 6ba7457

Please sign in to comment.