Skip to content

Commit 92d4042

Browse files
chore: upgrade react router
1 parent 2c882d9 commit 92d4042

File tree

5 files changed

+39
-62
lines changed

5 files changed

+39
-62
lines changed

examples/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@react-router/node": "^7.4.0",
14-
"@react-router/serve": "^7.1.3",
14+
"@react-router/serve": "^7.4.0",
1515
"isbot": "^5.1.17",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"react-router": "^7.4.0"
1919
},
2020
"devDependencies": {
2121
"@cloudflare/workers-types": "^4.20241112.0",
22-
"@react-router/cloudflare": "^7.1.3",
22+
"@react-router/cloudflare": "^7.4.0",
2323
"@react-router/dev": "^7.4.0",
2424
"@rsbuild/core": "^1.2.3",
2525
"@rsbuild/plugin-react": "^1.1.0",

examples/custom-node-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@react-router/express": "^7.0.2",
17+
"@react-router/express": "^7.4.0",
1818
"@react-router/node": "^7.4.0",
1919
"express": "^4.21.2",
2020
"isbot": "^5.1.22",

examples/default-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"test:e2e:ui": "playwright test --ui"
1313
},
1414
"dependencies": {
15-
"@react-router/express": "^7.1.3",
15+
"@react-router/express": "^7.4.0",
1616
"@react-router/node": "^7.4.0",
17-
"@react-router/serve": "^7.1.3",
17+
"@react-router/serve": "^7.4.0",
1818
"isbot": "^5.1.17",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",

examples/epic-stack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@radix-ui/react-toast": "1.2.5",
6363
"@radix-ui/react-tooltip": "1.1.7",
6464
"@react-email/components": "0.0.32",
65-
"@react-router/express": "7.1.5",
65+
"@react-router/express": "7.4.0",
6666
"@react-router/node": "^7.4.0",
67-
"@react-router/remix-routes-option-adapter": "7.1.5",
67+
"@react-router/remix-routes-option-adapter": "7.4.0",
6868
"@remix-run/server-runtime": "2.15.3",
6969
"@rsbuild/core": "1.2.3",
7070
"@rsbuild/plugin-react": "1.1.0",

pnpm-lock.yaml

Lines changed: 32 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)