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

Update dependency react-router-dom to v6.17.0 #261

Closed
wants to merge 1 commit into from
Closed
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
40 changes: 20 additions & 20 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 not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-draggable": "4.4.5",
"react-i18next": "13.0.1",
"react-redux": "8.1.1",
"react-router-dom": "6.8.0",
"react-router-dom": "6.17.0",
"react-scripts": "5.0.1",
"single-spa-react": "5.0.1",
"typescript": "5.1.6",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2877,10 +2877,10 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.3.1":
version: 1.3.1
resolution: "@remix-run/router@npm:1.3.1"
checksum: c91cba100b13fbb83cdaf43ca66b0d9fc1ab9dfe0bc58ac80ff2a4889488bf518a111267c790350eac8c7f764cc7809402430de15bdf70282d0bd60acf06d9de
"@remix-run/router@npm:1.10.0":
version: 1.10.0
resolution: "@remix-run/router@npm:1.10.0"
checksum: f8f9fcd5f08465a7e0a05378398ff6df2c5c5ef5766df3490a134d64260b3b16f1bd490bb0c3f5925c2671a0c1d8d1fa01dfbdc7ecc3b2447dc6eafe6b73bcc2
languageName: node
linkType: hard

Expand Down Expand Up @@ -12222,7 +12222,7 @@ __metadata:
react-draggable: 4.4.5
react-i18next: 13.0.1
react-redux: 8.1.1
react-router-dom: 6.8.0
react-router-dom: 6.17.0
react-scripts: 5.0.1
serve: 14.2.0
serve-static: 1.15.0
Expand Down Expand Up @@ -13984,27 +13984,27 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:6.8.0":
version: 6.8.0
resolution: "react-router-dom@npm:6.8.0"
"react-router-dom@npm:6.17.0":
version: 6.17.0
resolution: "react-router-dom@npm:6.17.0"
dependencies:
"@remix-run/router": 1.3.1
react-router: 6.8.0
"@remix-run/router": 1.10.0
react-router: 6.17.0
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: a10419023267014bdad20f50b5be04dffda49ebeb06c52ce9567795769dc0dc9b4e2fa61b52b5d70b61df4d17f85bae8f9c7e94c73d25d16974e46fd47765ced
checksum: e0ba4f4c507681e2ffdecdf2e67edf7ec0e2bf4be35222e29d013afdb03866a5e6ecacc8b452bd55797b9672785d02f81bd6dbf6b05ac93a59e48e774b0060de
languageName: node
linkType: hard

"react-router@npm:6.8.0":
version: 6.8.0
resolution: "react-router@npm:6.8.0"
"react-router@npm:6.17.0":
version: 6.17.0
resolution: "react-router@npm:6.17.0"
dependencies:
"@remix-run/router": 1.3.1
"@remix-run/router": 1.10.0
peerDependencies:
react: ">=16.8"
checksum: 6e258c47f6cbbd0b0c7c9fd7bbaf7cd5cd60472935512fbe97c91e4bbd9b1717f0dee231f5d7206bedfbccdbc21ab77eaf336ba971ea5d8c6b1277045a7b958a
checksum: 99c30d94fbb34657e4c8c3ef1aaae33b143167d3869b442e06c83b4006f35200fde810029180e209654bef2f47f0b27a928f77cc2d859a358a2722cc9d494f03
languageName: node
linkType: hard

Expand Down
Loading