Skip to content

Commit

Permalink
refactor: bump remix to 2.15 (#4462)
Browse files Browse the repository at this point in the history
Last release before migrating to react router
  • Loading branch information
TrySound authored Nov 23, 2024
1 parent c537a6a commit 7b7efd5
Show file tree
Hide file tree
Showing 12 changed files with 205 additions and 220 deletions.
12 changes: 6 additions & 6 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@radix-ui/react-tooltip": "^1.1.4",
"@react-aria/interactions": "^3.22.4",
"@react-aria/utils": "^3.25.3",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"@remix-run/server-runtime": "^2.14.0",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/serve": "^2.15.0",
"@remix-run/server-runtime": "^2.15.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@tsndr/cloudflare-worker-jwt": "^2.5.3",
"@vercel/remix": "2.14.0",
"@vercel/remix": "2.15.0",
"@webstudio-is/ai": "workspace:*",
"@webstudio-is/asset-uploader": "workspace:*",
"@webstudio-is/authorization-token": "workspace:*",
Expand Down Expand Up @@ -123,7 +123,7 @@
"zod-validation-error": "^3.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.14.0",
"@remix-run/dev": "^2.15.0",
"@types/debug": "^4.1.12",
"@types/dom-navigation": "^1.0.4",
"@types/react": "^18.2.70",
Expand Down
12 changes: 6 additions & 6 deletions fixtures/webstudio-cloudflare-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"node": ">=20.0.0"
},
"dependencies": {
"@remix-run/cloudflare": "2.14.0",
"@remix-run/cloudflare-pages": "2.14.0",
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@remix-run/cloudflare": "2.15.0",
"@remix-run/cloudflare-pages": "2.15.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/server-runtime": "2.15.0",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@remix-run/dev": "2.14.0",
"@remix-run/dev": "2.15.0",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions fixtures/webstudio-custom-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"private": true,
"sideEffects": false,
"dependencies": {
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/server-runtime": "2.15.0",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
Expand All @@ -27,7 +27,7 @@
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@remix-run/dev": "2.14.0",
"@remix-run/dev": "2.15.0",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.6.3",
Expand Down
10 changes: 5 additions & 5 deletions fixtures/webstudio-remix-netlify-edge-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"fixtures:build": "pnpm cli build --template netlify-edge-functions --template internal --preview && pnpm prettier --write ./app/ ./package.json ./tsconfig.json"
},
"dependencies": {
"@netlify/edge-functions": "^2.11.0",
"@netlify/edge-functions": "^2.11.1",
"@netlify/remix-edge-adapter": "^3.4.2",
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/server-runtime": "2.15.0",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
Expand All @@ -29,7 +29,7 @@
"private": true,
"sideEffects": false,
"devDependencies": {
"@remix-run/dev": "2.14.0",
"@remix-run/dev": "2.15.0",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions fixtures/webstudio-remix-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/remix-adapter": "^2.5.1",
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/server-runtime": "2.15.0",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
Expand All @@ -28,7 +28,7 @@
"private": true,
"sideEffects": false,
"devDependencies": {
"@remix-run/dev": "2.14.0",
"@remix-run/dev": "2.15.0",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions fixtures/webstudio-remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"private": true,
"sideEffects": false,
"dependencies": {
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/server-runtime": "2.15.0",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
Expand All @@ -26,7 +26,7 @@
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"devDependencies": {
"@remix-run/dev": "2.14.0",
"@remix-run/dev": "2.15.0",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.6.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"devDependencies": {
"@netlify/remix-adapter": "^2.5.1",
"@netlify/remix-edge-adapter": "3.4.2",
"@remix-run/cloudflare": "^2.14.0",
"@remix-run/cloudflare-pages": "^2.14.0",
"@remix-run/dev": "^2.14.0",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/server-runtime": "^2.14.0",
"@remix-run/cloudflare": "^2.15.0",
"@remix-run/cloudflare-pages": "^2.15.0",
"@remix-run/dev": "^2.15.0",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/server-runtime": "^2.15.0",
"@types/node": "^22.9.1",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/templates/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build-cf-types": "wrangler types"
},
"dependencies": {
"@remix-run/cloudflare": "2.14.0",
"@remix-run/cloudflare-pages": "2.14.0"
"@remix-run/cloudflare": "2.15.0",
"@remix-run/cloudflare-pages": "2.15.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/templates/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/server-runtime": "2.15.0",
"@webstudio-is/react-sdk": "0.189.0",
"@webstudio-is/sdk-components-react-radix": "0.189.0",
"@webstudio-is/sdk-components-react-remix": "0.189.0",
Expand All @@ -22,7 +22,7 @@
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"devDependencies": {
"@remix-run/dev": "2.14.0",
"@remix-run/dev": "2.15.0",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/netlify-edge-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "netlify serve"
},
"dependencies": {
"@netlify/edge-functions": "^2.11.0",
"@netlify/edge-functions": "^2.11.1",
"@netlify/remix-edge-adapter": "^3.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/sdk-components-react-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@webstudio-is/sdk-components-react": "workspace:*"
},
"devDependencies": {
"@remix-run/react": "^2.14.0",
"@remix-run/react": "^2.15.0",
"@types/node": "^22.9.1",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
Expand Down
Loading

0 comments on commit 7b7efd5

Please sign in to comment.