Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-router-dom to v6.28.1 #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-ga4": "2.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "14.0.8",
"react-router-dom": "6.22.3",
"react-router-dom": "6.28.1",
"react-ui-scrollspy": "2.3.0",
"styled-components": "^6.1.8",
"stylis-plugin-rtl": "2.1.1"
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5184,10 +5184,10 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.15.3":
version: 1.15.3
resolution: "@remix-run/router@npm:1.15.3"
checksum: 9e70bd334d99fdf9285f0885c10353d7e25f66369080f551d997e3ce204e1af3a12d6f12b091f94a2dc9a54c80598bbe3c5194b57cbae17b7b40ab815dcd49a0
"@remix-run/router@npm:1.21.0":
version: 1.21.0
resolution: "@remix-run/router@npm:1.21.0"
checksum: d9477a7772053ad0ffcf03385cfb1a54e56f8a56d1f9f5062de3b1dfcbd019dd73282a00a5a72aa55c120771110982448c165c1405d64540aaef13051a8e45cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -13845,7 +13845,7 @@ __metadata:
react-ga4: 2.1.0
react-helmet: ^6.1.0
react-i18next: 14.0.8
react-router-dom: 6.22.3
react-router-dom: 6.28.1
react-ui-scrollspy: 2.3.0
styled-components: ^6.1.8
stylis-plugin-rtl: 2.1.1
Expand Down Expand Up @@ -18977,27 +18977,27 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:6.22.3":
version: 6.22.3
resolution: "react-router-dom@npm:6.22.3"
"react-router-dom@npm:6.28.1":
version: 6.28.1
resolution: "react-router-dom@npm:6.28.1"
dependencies:
"@remix-run/router": 1.15.3
react-router: 6.22.3
"@remix-run/router": 1.21.0
react-router: 6.28.1
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: 5ae3759a70e4123cd4b8efbb82199a69f5d8c4a7a434d186d2ec7b532b6ef3302df2a98e5c27db977d3f0d725c7a279010a16ae77a3bf6257f1fee96123d8b77
checksum: 85380f5f3448fc8b64463bc7d64a053f724e64c4c50e64a3d57d450d3b365815e902927a8ff927c162d82093976bcbba70157dff1ade1ba0ae464ad3472518cb
languageName: node
linkType: hard

"react-router@npm:6.22.3":
version: 6.22.3
resolution: "react-router@npm:6.22.3"
"react-router@npm:6.28.1":
version: 6.28.1
resolution: "react-router@npm:6.28.1"
dependencies:
"@remix-run/router": 1.15.3
"@remix-run/router": 1.21.0
peerDependencies:
react: ">=16.8"
checksum: 1f7d9a5a849761ff69ef8f3d3131b4c1c25d18b76317ba5ad6f0d9421192c0b8b71ab0cc818c57aad7b81ada725559e513307d0ab43296a460262f0358602672
checksum: c1c4fe644a7197437f9ce9b8b621e79f9620b7a7b1192c9d1d44a6971b08af94408f3e63bd2cf122903c27d9a73b2e5632e4ca428e9ac0bf1d61e325968d4994
languageName: node
linkType: hard

Expand Down
Loading