Skip to content

Commit

Permalink
fix(deps): update dependency react-router-dom to v6.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 89b533c commit 40e4f1b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "^18.2.0",
"react-i18next": "14.0.8",
"react-leaflet": "^4.2.1",
"react-router-dom": "6.22.3",
"react-router-dom": "6.28.0",
"react-toastify": "10.0.5",
"stylis-plugin-rtl": "2.1.1"
},
Expand Down
33 changes: 32 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4047,6 +4047,13 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.21.0":
version: 1.21.0
resolution: "@remix-run/router@npm:1.21.0"
checksum: 10/cf0fb69d19c1b79095ff67c59cea89086f3982a9a54c8a993818a60fc76e0ebab5a8db647c1a96a662729fad8e806ddd0a96622adf473f5a9f0b99998b2dbad4
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^5.0.2, @rollup/pluginutils@npm:^5.1.0":
version: 5.1.0
resolution: "@rollup/pluginutils@npm:5.1.0"
Expand Down Expand Up @@ -10058,7 +10065,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-i18next: "npm:14.0.8"
react-leaflet: "npm:^4.2.1"
react-router-dom: "npm:6.22.3"
react-router-dom: "npm:6.28.0"
react-toastify: "npm:10.0.5"
rollup-plugin-visualizer: "npm:5.12.0"
stylis-plugin-rtl: "npm:2.1.1"
Expand Down Expand Up @@ -15262,6 +15269,19 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:6.28.0":
version: 6.28.0
resolution: "react-router-dom@npm:6.28.0"
dependencies:
"@remix-run/router": "npm:1.21.0"
react-router: "npm:6.28.0"
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 10/e637825132ea96c3514ef7b8322f9bf0b752a942d6b4ffc4c20e389b5911726adf3dba8208ed4b97bf5b9c3bd465d9d1a1db1a58a610a8d528f18d890e0b143f
languageName: node
linkType: hard

"react-router@npm:6.22.3":
version: 6.22.3
resolution: "react-router@npm:6.22.3"
Expand All @@ -15273,6 +15293,17 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:6.28.0":
version: 6.28.0
resolution: "react-router@npm:6.28.0"
dependencies:
"@remix-run/router": "npm:1.21.0"
peerDependencies:
react: ">=16.8"
checksum: 10/f021a644513144884a567d9c2dcc432e8e3233f931378c219c5a3b5b842340f0faca86225a708bafca1e9010965afe1a7dada28aef5b7b6138c885c0552d9a7d
languageName: node
linkType: hard

"react-style-singleton@npm:^2.2.1":
version: 2.2.1
resolution: "react-style-singleton@npm:2.2.1"
Expand Down

0 comments on commit 40e4f1b

Please sign in to comment.