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

Bump react-router from 5.3.4 to 6.21.2 in /packages/web-app #1116

Open
wants to merge 1 commit into
base: master
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 packages/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"react-range": "1.8.14",
"react-remark": "2.1.0",
"react-responsive": "9.0.2",
"react-router": "5.3.4",
"react-router": "6.21.2",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-select": "5.8.0",
Expand Down
20 changes: 19 additions & 1 deletion packages/web-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,13 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.14.2":
version: 1.14.2
resolution: "@remix-run/router@npm:1.14.2"
checksum: 163d4a8ea3e25a7a7e3015f274e54b8043eddaaa92da220cad2893eb0fcbb649f617152c6d74680a4b55c0f319944ff1b362e87f814bb73be54f8d687ee730d6
languageName: node
linkType: hard

"@rollup/plugin-babel@npm:^5.2.0":
version: 5.3.1
resolution: "@rollup/plugin-babel@npm:5.3.1"
Expand Down Expand Up @@ -3470,7 +3477,7 @@ __metadata:
react-range: "npm:1.8.14"
react-remark: "npm:2.1.0"
react-responsive: "npm:9.0.2"
react-router: "npm:5.3.4"
react-router: "npm:6.21.2"
react-router-dom: "npm:5.3.4"
react-scripts: "npm:5.0.1"
react-select: "npm:5.8.0"
Expand Down Expand Up @@ -18876,6 +18883,17 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:6.21.2":
version: 6.21.2
resolution: "react-router@npm:6.21.2"
dependencies:
"@remix-run/router": "npm:1.14.2"
peerDependencies:
react: ">=16.8"
checksum: 1c923b75e4a6c5e820fd6f79254b77a34a7dd4f708c7c875535a81b331c9c84e8bd1b4f9615d3a84327f689dfd3239ccece1595ba71e09f63e4ae1964acae4fc
languageName: node
linkType: hard

"react-scripts@npm:5.0.1":
version: 5.0.1
resolution: "react-scripts@npm:5.0.1"
Expand Down
Loading