Skip to content
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 apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router": "^7.15.0",
"react-router": "^7.15.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align @react-router/node with react-router

In the docs and guide workspaces this bump resolves react-router to 7.15.1, but the lockfile still keeps @react-router/node at 7.15.0, whose peer dependency is exactly react-router: 7.15.0 (yarn.lock lines 2305-2311). I checked yarn install --immutable and Yarn reports YN0060 for these workspaces because the project now provides 7.15.1 where @react-router/node requests 7.15.0. Since these apps build in React Router framework mode through @react-router/dev/@react-router/node, please bump the companion @react-router/* packages and lockfile together so the framework package set stays on one patch version.

Useful? React with 👍 / 👎.

"react-router-dom": "^7.15.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router": "^7.15.0",
"react-router": "^7.15.1",
"react-router-dom": "^7.15.0",
"remark-comment": "^1.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lz-string": "^1.5.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.15.0"
"react-router": "^7.15.1"
}
}
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ __metadata:
react: "npm:^19.2.4"
react-dom: "npm:^19.2.4"
react-markdown: "npm:^10.1.0"
react-router: "npm:^7.15.0"
react-router: "npm:^7.15.1"
react-router-dom: "npm:^7.15.0"
rehype-slug: "npm:^6.0.0"
rehype-stringify: "npm:^10.0.1"
Expand Down Expand Up @@ -2474,7 +2474,7 @@ __metadata:
react: "npm:^19.2.4"
react-dom: "npm:^19.2.4"
react-markdown: "npm:^10.1.0"
react-router: "npm:^7.15.0"
react-router: "npm:^7.15.1"
react-router-dom: "npm:^7.15.0"
remark-comment: "npm:^1.0.0"
remark-frontmatter: "npm:^5.0.0"
Expand Down Expand Up @@ -2502,7 +2502,7 @@ __metadata:
lz-string: "npm:^1.5.0"
react: "npm:^19.2.4"
react-dom: "npm:^19.2.4"
react-router: "npm:^7.15.0"
react-router: "npm:^7.15.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9475,7 +9475,7 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:7.15.0, react-router@npm:^7.15.0":
"react-router@npm:7.15.0":
version: 7.15.0
resolution: "react-router@npm:7.15.0"
dependencies:
Expand All @@ -9491,6 +9491,22 @@ __metadata:
languageName: node
linkType: hard

"react-router@npm:^7.15.1":
version: 7.15.1
resolution: "react-router@npm:7.15.1"
dependencies:
cookie: "npm:^1.0.1"
set-cookie-parser: "npm:^2.6.0"
peerDependencies:
react: ">=18"
react-dom: ">=18"
peerDependenciesMeta:
react-dom:
optional: true
checksum: 10c0/3daff5404c7de1429447e735f1ee7e070d4f11632f589cec70c5171f2357be9cada2162f780bc9061eb153646109ad6e80c2d10a6b27256593f28a66945f4c76
languageName: node
linkType: hard

"react@npm:^19.2.4":
version: 19.2.4
resolution: "react@npm:19.2.4"
Expand Down