Skip to content

Commit b1e3739

Browse files
authored
1 parent 4b52aaa commit b1e3739

File tree

19 files changed

+269
-274
lines changed

19 files changed

+269
-274
lines changed

apps/builder/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@radix-ui/react-tooltip": "^1.1.8",
4848
"@react-aria/interactions": "^3.23.0",
4949
"@react-aria/utils": "^3.27.0",
50-
"@remix-run/node": "^2.16.2",
51-
"@remix-run/react": "^2.16.2",
52-
"@remix-run/serve": "^2.16.2",
53-
"@remix-run/server-runtime": "^2.16.2",
50+
"@remix-run/node": "^2.16.4",
51+
"@remix-run/react": "^2.16.4",
52+
"@remix-run/serve": "^2.16.4",
53+
"@remix-run/server-runtime": "^2.16.4",
5454
"@trpc/client": "^10.45.2",
5555
"@trpc/server": "^10.45.2",
5656
"@tsndr/cloudflare-worker-jwt": "^2.5.3",
@@ -125,7 +125,7 @@
125125
"zod-validation-error": "^3.4.0"
126126
},
127127
"devDependencies": {
128-
"@remix-run/dev": "^2.16.2",
128+
"@remix-run/dev": "^2.16.4",
129129
"@types/debug": "^4.1.12",
130130
"@types/dom-navigation": "^1.0.5",
131131
"@types/react": "^18.2.70",

fixtures/react-router-docker/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"fixtures:build": "pnpm cli build --template docker --template .template && pnpm prettier --write ./app/ ./package.json ./tsconfig.json"
1111
},
1212
"dependencies": {
13-
"@react-router/dev": "^7.4.0",
14-
"@react-router/fs-routes": "^7.4.0",
15-
"@react-router/node": "^7.4.0",
16-
"@react-router/serve": "^7.4.0",
13+
"@react-router/dev": "^7.5.0",
14+
"@react-router/fs-routes": "^7.5.0",
15+
"@react-router/node": "^7.5.0",
16+
"@react-router/serve": "^7.5.0",
1717
"@webstudio-is/image": "workspace:*",
1818
"@webstudio-is/react-sdk": "workspace:*",
1919
"@webstudio-is/sdk": "workspace:*",
@@ -26,7 +26,7 @@
2626
"isbot": "^5.1.25",
2727
"react": "18.3.0-canary-14898b6a9-20240318",
2828
"react-dom": "18.3.0-canary-14898b6a9-20240318",
29-
"react-router": "^7.4.0",
29+
"react-router": "^7.5.0",
3030
"vite": "^5.4.11",
3131
"webstudio": "workspace:*"
3232
},

fixtures/react-router-netlify/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"deploy": "npx netlify-cli deploy --build --prod"
1313
},
1414
"dependencies": {
15-
"@netlify/vite-plugin-react-router": "^1.0.0",
16-
"@react-router/dev": "^7.4.0",
17-
"@react-router/fs-routes": "^7.4.0",
18-
"@react-router/node": "^7.4.0",
15+
"@netlify/vite-plugin-react-router": "^1.0.1",
16+
"@react-router/dev": "^7.5.0",
17+
"@react-router/fs-routes": "^7.5.0",
18+
"@react-router/node": "^7.5.0",
1919
"@webstudio-is/image": "workspace:*",
2020
"@webstudio-is/react-sdk": "workspace:*",
2121
"@webstudio-is/sdk": "workspace:*",
@@ -26,7 +26,7 @@
2626
"isbot": "^5.1.25",
2727
"react": "18.3.0-canary-14898b6a9-20240318",
2828
"react-dom": "18.3.0-canary-14898b6a9-20240318",
29-
"react-router": "^7.4.0",
29+
"react-router": "^7.5.0",
3030
"vite": "^5.4.11",
3131
"webstudio": "workspace:*"
3232
},

fixtures/react-router-vercel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"deploy": "npx vercel deploy"
1212
},
1313
"dependencies": {
14-
"@react-router/dev": "^7.4.0",
15-
"@react-router/fs-routes": "^7.4.0",
16-
"@react-router/node": "^7.4.0",
14+
"@react-router/dev": "^7.5.0",
15+
"@react-router/fs-routes": "^7.5.0",
16+
"@react-router/node": "^7.5.0",
1717
"@vercel/react-router": "^1.1.0",
1818
"@webstudio-is/image": "workspace:*",
1919
"@webstudio-is/react-sdk": "workspace:*",
@@ -25,7 +25,7 @@
2525
"isbot": "^5.1.25",
2626
"react": "18.3.0-canary-14898b6a9-20240318",
2727
"react-dom": "18.3.0-canary-14898b6a9-20240318",
28-
"react-router": "^7.4.0",
28+
"react-router": "^7.5.0",
2929
"vite": "^5.4.11",
3030
"webstudio": "workspace:*"
3131
},

fixtures/ssg-netlify-by-project-id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"@webstudio-is/sdk-components-react-remix": "workspace:*",
4141
"react": "18.3.0-canary-14898b6a9-20240318",
4242
"react-dom": "18.3.0-canary-14898b6a9-20240318",
43-
"vike": "^0.4.227"
43+
"vike": "^0.4.228"
4444
}
4545
}

fixtures/ssg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"@webstudio-is/sdk-components-react-remix": "workspace:*",
4141
"react": "18.3.0-canary-14898b6a9-20240318",
4242
"react-dom": "18.3.0-canary-14898b6a9-20240318",
43-
"vike": "^0.4.227"
43+
"vike": "^0.4.228"
4444
}
4545
}

fixtures/webstudio-cloudflare-template/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"node": ">=20.0.0"
2828
},
2929
"dependencies": {
30-
"@remix-run/cloudflare": "2.16.2",
31-
"@remix-run/cloudflare-pages": "2.16.2",
32-
"@remix-run/node": "2.16.2",
33-
"@remix-run/react": "2.16.2",
34-
"@remix-run/server-runtime": "2.16.2",
30+
"@remix-run/cloudflare": "2.16.4",
31+
"@remix-run/cloudflare-pages": "2.16.4",
32+
"@remix-run/node": "2.16.4",
33+
"@remix-run/react": "2.16.4",
34+
"@remix-run/server-runtime": "2.16.4",
3535
"@webstudio-is/image": "workspace:*",
3636
"@webstudio-is/react-sdk": "workspace:*",
3737
"@webstudio-is/sdk": "workspace:*",
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@cloudflare/workers-types": "^4.20240620.0",
51-
"@remix-run/dev": "2.16.2",
51+
"@remix-run/dev": "2.16.4",
5252
"@types/react": "^18.2.70",
5353
"@types/react-dom": "^18.2.25",
5454
"fast-glob": "^3.3.2",

fixtures/webstudio-features/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"sideEffects": false,
1414
"dependencies": {
1515
"@miniflare/html-rewriter": "^2.14.4",
16-
"@react-router/dev": "^7.4.0",
17-
"@react-router/fs-routes": "^7.4.0",
18-
"@react-router/node": "^7.4.0",
16+
"@react-router/dev": "^7.5.0",
17+
"@react-router/fs-routes": "^7.5.0",
18+
"@react-router/node": "^7.5.0",
1919
"@webstudio-is/image": "workspace:*",
2020
"@webstudio-is/react-sdk": "workspace:*",
2121
"@webstudio-is/sdk": "workspace:*",
@@ -26,7 +26,7 @@
2626
"isbot": "^5.1.25",
2727
"react": "18.3.0-canary-14898b6a9-20240318",
2828
"react-dom": "18.3.0-canary-14898b6a9-20240318",
29-
"react-router": "^7.4.0",
29+
"react-router": "^7.5.0",
3030
"vite": "^5.4.11",
3131
"webstudio": "workspace:*"
3232
},

packages/cli/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"zod": "^3.24.2"
4949
},
5050
"devDependencies": {
51-
"@netlify/vite-plugin-react-router": "^1.0.0",
52-
"@react-router/dev": "^7.4.0",
53-
"@react-router/fs-routes": "^7.4.0",
54-
"@remix-run/cloudflare": "^2.16.2",
55-
"@remix-run/cloudflare-pages": "^2.16.2",
56-
"@remix-run/dev": "^2.16.2",
57-
"@remix-run/node": "^2.16.2",
58-
"@remix-run/react": "^2.16.2",
59-
"@remix-run/server-runtime": "^2.16.2",
51+
"@netlify/vite-plugin-react-router": "^1.0.1",
52+
"@react-router/dev": "^7.5.0",
53+
"@react-router/fs-routes": "^7.5.0",
54+
"@remix-run/cloudflare": "^2.16.4",
55+
"@remix-run/cloudflare-pages": "^2.16.4",
56+
"@remix-run/dev": "^2.16.4",
57+
"@remix-run/node": "^2.16.4",
58+
"@remix-run/react": "^2.16.4",
59+
"@remix-run/server-runtime": "^2.16.4",
6060
"@types/react": "^18.2.70",
6161
"@types/react-dom": "^18.2.25",
6262
"@types/yargs": "^17.0.33",
@@ -78,9 +78,9 @@
7878
"prettier": "3.5.3",
7979
"react": "18.3.0-canary-14898b6a9-20240318",
8080
"react-dom": "18.3.0-canary-14898b6a9-20240318",
81-
"react-router": "^7.4.0",
81+
"react-router": "^7.5.0",
8282
"ts-expect": "^1.3.0",
83-
"vike": "^0.4.227",
83+
"vike": "^0.4.228",
8484
"vite": "^5.4.11",
8585
"vitest": "^3.0.8",
8686
"wrangler": "^3.63.2"

packages/cli/templates/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build-cf-types": "wrangler types"
1313
},
1414
"dependencies": {
15-
"@remix-run/cloudflare": "2.16.2",
16-
"@remix-run/cloudflare-pages": "2.16.2"
15+
"@remix-run/cloudflare": "2.16.4",
16+
"@remix-run/cloudflare-pages": "2.16.4"
1717
},
1818
"devDependencies": {
1919
"@cloudflare/workers-types": "^4.20240620.0",

0 commit comments

Comments
 (0)