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

build(deps-dev): bump react-router from 6.25.1 to 6.27.0 #812

Merged
merged 1 commit into from
Oct 14, 2024
Merged
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
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6477,6 +6477,13 @@ __metadata:
languageName: node
linkType: hard

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

"@rollup/plugin-commonjs@npm:^25.0.0":
version: 25.0.8
resolution: "@rollup/plugin-commonjs@npm:25.0.8"
Expand Down Expand Up @@ -22842,7 +22849,7 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:6.25.1, react-router@npm:^6.4.5":
"react-router@npm:6.25.1":
version: 6.25.1
resolution: "react-router@npm:6.25.1"
dependencies:
Expand All @@ -22853,6 +22860,17 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:^6.4.5":
version: 6.27.0
resolution: "react-router@npm:6.27.0"
dependencies:
"@remix-run/router": "npm:1.20.0"
peerDependencies:
react: ">=16.8"
checksum: 10/352e3af2075cdccf9d114b7e06d94a1b46a2147ba9d6e8643787a92464f5fd9ead950252a98d551f99f21860288bcf3a4f088cb5f46b28d1274a4e2ba24cc0f9
languageName: node
linkType: hard

"react-side-effect@npm:^2.1.0":
version: 2.1.2
resolution: "react-side-effect@npm:2.1.2"
Expand Down
Loading