Skip to content

Commit

Permalink
chore: update react-router
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jul 11, 2024
1 parent ef2b2a1 commit c9950c4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"react-highlight-words": "^0.20.0",
"react-leaflet": "^2.5.0",
"react-leaflet-markercluster": "^2.0.0-rc3",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"react-router": "^6.24.1",
"react-router-dom": "^6.24.1",
"rxjs": "^7.8.1",
"theme-ui": "^0.16.2",
"tslog": "^4.9.2",
Expand All @@ -142,7 +142,6 @@
"@types/react-dom": "18.3.0",
"@types/react-leaflet": "^1.1.6",
"@types/react-leaflet-markercluster": "^2.0.0",
"@types/react-router-dom": "5.3.3",
"@types/react-select": "^2.0.17",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand Down
40 changes: 35 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6137,6 +6137,13 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.17.1":
version: 1.17.1
resolution: "@remix-run/router@npm:1.17.1"
checksum: f6ab2498d0b29ea76e3ddf6c6fec78c99f7c8739b2d413217fa569fca3de2256ecfd71385c78ea9d323fd9787614b25fc13db3aaa2e5d5673c9a698d448e710a
languageName: node
linkType: hard

"@rollup/plugin-replace@npm:^5.0.5":
version: 5.0.5
resolution: "@rollup/plugin-replace@npm:5.0.5"
Expand Down Expand Up @@ -8925,7 +8932,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-router-dom@npm:*, @types/react-router-dom@npm:5.3.3":
"@types/react-router-dom@npm:*":
version: 5.3.3
resolution: "@types/react-router-dom@npm:5.3.3"
dependencies:
Expand Down Expand Up @@ -22812,7 +22819,6 @@ __metadata:
"@types/react-dom": 18.3.0
"@types/react-leaflet": ^1.1.6
"@types/react-leaflet-markercluster": ^2.0.0
"@types/react-router-dom": 5.3.3
"@types/react-select": ^2.0.17
"@typescript-eslint/eslint-plugin": ^7.13.0
"@typescript-eslint/parser": ^7.13.0
Expand Down Expand Up @@ -22880,8 +22886,8 @@ __metadata:
react-highlight-words: ^0.20.0
react-leaflet: ^2.5.0
react-leaflet-markercluster: ^2.0.0-rc3
react-router: ^6.20.1
react-router-dom: ^6.20.1
react-router: ^6.24.1
react-router-dom: ^6.24.1
resize-observer-polyfill: ^1.5.1
rxjs: ^7.8.1
theme-ui: ^0.16.2
Expand Down Expand Up @@ -25149,6 +25155,19 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:^6.24.1":
version: 6.24.1
resolution: "react-router-dom@npm:6.24.1"
dependencies:
"@remix-run/router": 1.17.1
react-router: 6.24.1
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 95d9183524075aeec222b8e3181c47a6f58118a82d8d83dd85bf9f94a6cd69856c71f8f5d9788e50f442b9ea694209db7a96727a394de08c828bbc212328dc95
languageName: node
linkType: hard

"react-router@npm:5.3.4, react-router@npm:^5.3.3":
version: 5.3.4
resolution: "react-router@npm:5.3.4"
Expand Down Expand Up @@ -25179,7 +25198,7 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:6.23.1, react-router@npm:^6.20.1":
"react-router@npm:6.23.1":
version: 6.23.1
resolution: "react-router@npm:6.23.1"
dependencies:
Expand All @@ -25190,6 +25209,17 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:6.24.1, react-router@npm:^6.24.1":
version: 6.24.1
resolution: "react-router@npm:6.24.1"
dependencies:
"@remix-run/router": 1.17.1
peerDependencies:
react: ">=16.8"
checksum: 18acd84a4fc19ef63316a0ed73a549d1d83b48458ca4c90e14b9f59d259984062928f4427307b68f504452eb30dfd373edda826dd21b7f75a4bc2801b7336489
languageName: node
linkType: hard

"react-select@npm:^5.4.0":
version: 5.8.0
resolution: "react-select@npm:5.8.0"
Expand Down

0 comments on commit c9950c4

Please sign in to comment.