Skip to content

Commit 98c7cfb

Browse files
Bump react-router from 7.9.6 to 7.12.0 (#1164)
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.9.6 to 7.12.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a9be19 commit 98c7cfb

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react": "^19.1.0",
6060
"react-dom": "^19.1.0",
6161
"react-markdown": "^10.1.0",
62-
"react-router": "^7.9.4",
62+
"react-router": "^7.12.0",
6363
"react-router-dom": "^7.9.4",
6464
"react-router-mdx": "patch:react-router-mdx@npm%3A1.0.8#~/.yarn/patches/react-router-mdx-npm-1.0.8-d4402c3003.patch",
6565
"rehype-slug": "^6.0.0",

yarn.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8056,7 +8056,7 @@ __metadata:
80568056
languageName: node
80578057
linkType: hard
80588058

8059-
"react-router@npm:7.9.6, react-router@npm:^7.9.4":
8059+
"react-router@npm:7.9.6":
80608060
version: 7.9.6
80618061
resolution: "react-router@npm:7.9.6"
80628062
dependencies:
@@ -8072,6 +8072,22 @@ __metadata:
80728072
languageName: node
80738073
linkType: hard
80748074

8075+
"react-router@npm:^7.12.0":
8076+
version: 7.12.0
8077+
resolution: "react-router@npm:7.12.0"
8078+
dependencies:
8079+
cookie: "npm:^1.0.1"
8080+
set-cookie-parser: "npm:^2.6.0"
8081+
peerDependencies:
8082+
react: ">=18"
8083+
react-dom: ">=18"
8084+
peerDependenciesMeta:
8085+
react-dom:
8086+
optional: true
8087+
checksum: 10c0/abde366f716cb3961a5a390c278375c0591bace5773e1b4420001f0a913b4dd53d490e7dea866acebcac2c0fa07378aa83702769d449449027406ed517a8ea00
8088+
languageName: node
8089+
linkType: hard
8090+
80758091
"react@npm:^19.1.0":
80768092
version: 19.2.0
80778093
resolution: "react@npm:19.2.0"
@@ -8448,7 +8464,7 @@ __metadata:
84488464
react: "npm:^19.1.0"
84498465
react-dom: "npm:^19.1.0"
84508466
react-markdown: "npm:^10.1.0"
8451-
react-router: "npm:^7.9.4"
8467+
react-router: "npm:^7.12.0"
84528468
react-router-dom: "npm:^7.9.4"
84538469
react-router-mdx: "patch:react-router-mdx@npm%3A1.0.8#~/.yarn/patches/react-router-mdx-npm-1.0.8-d4402c3003.patch"
84548470
rehype-slug: "npm:^6.0.0"

0 commit comments

Comments
 (0)