Skip to content

Commit 743bfc4

Browse files
chore(deps): bump react-router from 7.15.0 to 7.15.1
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.15.0 to 7.15.1. - [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.15.1/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02f7b35 commit 743bfc4

4 files changed

Lines changed: 23 additions & 7 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react": "^19.2.4",
6060
"react-dom": "^19.2.4",
6161
"react-markdown": "^10.1.0",
62-
"react-router": "^7.15.0",
62+
"react-router": "^7.15.1",
6363
"react-router-dom": "^7.15.0",
6464
"rehype-slug": "^6.0.0",
6565
"rehype-stringify": "^10.0.1",

apps/guide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react": "^19.2.4",
2626
"react-dom": "^19.2.4",
2727
"react-markdown": "^10.1.0",
28-
"react-router": "^7.15.0",
28+
"react-router": "^7.15.1",
2929
"react-router-dom": "^7.15.0",
3030
"remark-comment": "^1.0.0",
3131
"remark-frontmatter": "^5.0.0",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"lz-string": "^1.5.0",
1212
"react": "^19.2.4",
1313
"react-dom": "^19.2.4",
14-
"react-router": "^7.15.0"
14+
"react-router": "^7.15.1"
1515
}
1616
}

yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ __metadata:
24252425
react: "npm:^19.2.4"
24262426
react-dom: "npm:^19.2.4"
24272427
react-markdown: "npm:^10.1.0"
2428-
react-router: "npm:^7.15.0"
2428+
react-router: "npm:^7.15.1"
24292429
react-router-dom: "npm:^7.15.0"
24302430
rehype-slug: "npm:^6.0.0"
24312431
rehype-stringify: "npm:^10.0.1"
@@ -2474,7 +2474,7 @@ __metadata:
24742474
react: "npm:^19.2.4"
24752475
react-dom: "npm:^19.2.4"
24762476
react-markdown: "npm:^10.1.0"
2477-
react-router: "npm:^7.15.0"
2477+
react-router: "npm:^7.15.1"
24782478
react-router-dom: "npm:^7.15.0"
24792479
remark-comment: "npm:^1.0.0"
24802480
remark-frontmatter: "npm:^5.0.0"
@@ -2502,7 +2502,7 @@ __metadata:
25022502
lz-string: "npm:^1.5.0"
25032503
react: "npm:^19.2.4"
25042504
react-dom: "npm:^19.2.4"
2505-
react-router: "npm:^7.15.0"
2505+
react-router: "npm:^7.15.1"
25062506
languageName: unknown
25072507
linkType: soft
25082508

@@ -9475,7 +9475,7 @@ __metadata:
94759475
languageName: node
94769476
linkType: hard
94779477

9478-
"react-router@npm:7.15.0, react-router@npm:^7.15.0":
9478+
"react-router@npm:7.15.0":
94799479
version: 7.15.0
94809480
resolution: "react-router@npm:7.15.0"
94819481
dependencies:
@@ -9491,6 +9491,22 @@ __metadata:
94919491
languageName: node
94929492
linkType: hard
94939493

9494+
"react-router@npm:^7.15.1":
9495+
version: 7.15.1
9496+
resolution: "react-router@npm:7.15.1"
9497+
dependencies:
9498+
cookie: "npm:^1.0.1"
9499+
set-cookie-parser: "npm:^2.6.0"
9500+
peerDependencies:
9501+
react: ">=18"
9502+
react-dom: ">=18"
9503+
peerDependenciesMeta:
9504+
react-dom:
9505+
optional: true
9506+
checksum: 10c0/3daff5404c7de1429447e735f1ee7e070d4f11632f589cec70c5171f2357be9cada2162f780bc9061eb153646109ad6e80c2d10a6b27256593f28a66945f4c76
9507+
languageName: node
9508+
linkType: hard
9509+
94949510
"react@npm:^19.2.4":
94959511
version: 19.2.4
94969512
resolution: "react@npm:19.2.4"

0 commit comments

Comments
 (0)