Skip to content

Commit

Permalink
build: upgrade remix (#3472)
Browse files Browse the repository at this point in the history
Bumped a few packages
- remix run
- react router dom
- remix auth
- isbot
- netlify remix adapters
  • Loading branch information
TrySound authored Jun 1, 2024
1 parent 4f285a1 commit be20193
Show file tree
Hide file tree
Showing 13 changed files with 454 additions and 415 deletions.
20 changes: 10 additions & 10 deletions apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@react-aria/interactions": "^3.19.0",
"@react-aria/utils": "^3.21.0",
"@remix-run/cloudflare": "^2.9.1",
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
"@remix-run/serve": "^2.9.1",
"@remix-run/server-runtime": "^2.9.1",
"@remix-run/cloudflare": "^2.9.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"@remix-run/server-runtime": "^2.9.2",
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1",
"@upstash/ratelimit": "^0.4.4",
"@vercel/edge": "^1.1.0",
"@vercel/kv": "^0.2.3",
"@vercel/remix": "2.9.1",
"@vercel/remix": "2.9.2",
"@webstudio-is/ai": "workspace:*",
"@webstudio-is/asset-uploader": "workspace:*",
"@webstudio-is/authorization-token": "workspace:*",
Expand Down Expand Up @@ -105,8 +105,8 @@
"react-error-boundary": "^4.0.12",
"react-hotkeys-hook": "^4.4.1",
"react-script-hook": "^1.7.2",
"remix-auth": "^3.6.0",
"remix-auth-form": "^1.4.0",
"remix-auth": "^3.7.0",
"remix-auth-form": "^1.5.0",
"remix-auth-github": "^1.7.0",
"remix-auth-google": "^2.0.0",
"remix-island": "^0.2.0",
Expand All @@ -124,7 +124,7 @@
"devDependencies": {
"@hono/node-server": "^1.2.0",
"@jest/globals": "^29.7.0",
"@remix-run/dev": "^2.9.1",
"@remix-run/dev": "^2.9.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/cookie": "^0.6.0",
"@types/prismjs": "^1.26.0",
Expand All @@ -134,7 +134,7 @@
"@webstudio-is/tsconfig": "workspace:*",
"dotenv": "^16.3.1",
"html-tags": "^3.3.1",
"react-router-dom": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-test-renderer": "18.3.0-canary-14898b6a9-20240318",
"type-fest": "^4.3.1",
"typescript": "5.4.5",
Expand Down
14 changes: 7 additions & 7 deletions fixtures/webstudio-cloudflare-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"node": ">=20.0.0"
},
"dependencies": {
"@remix-run/cloudflare": "2.9.1",
"@remix-run/cloudflare-pages": "2.9.1",
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"@remix-run/cloudflare": "2.9.2",
"@remix-run/cloudflare-pages": "2.9.2",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/server-runtime": "2.9.2",
"@webstudio-is/form-handlers": "workspace:*",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
"@webstudio-is/sdk-components-react": "workspace:*",
"@webstudio-is/sdk-components-react-radix": "workspace:*",
"@webstudio-is/sdk-components-react-remix": "workspace:*",
"isbot": "^4.1.0",
"isbot": "^5.1.8",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"webstudio": "workspace:*",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@remix-run/dev": "2.9.1",
"@remix-run/dev": "2.9.2",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"miniflare": "^3.20231030.4",
Expand Down
10 changes: 5 additions & 5 deletions fixtures/webstudio-custom-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"private": true,
"sideEffects": false,
"dependencies": {
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/server-runtime": "2.9.2",
"@size-limit/file": "^9.0.0",
"@webstudio-is/form-handlers": "workspace:*",
"@webstudio-is/image": "workspace:*",
Expand All @@ -24,14 +24,14 @@
"@webstudio-is/sdk-components-react": "workspace:*",
"@webstudio-is/sdk-components-react-radix": "workspace:*",
"@webstudio-is/sdk-components-react-remix": "workspace:*",
"isbot": "^3.6.8",
"isbot": "^5.1.8",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"size-limit": "^9.0.0",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@remix-run/dev": "2.9.1",
"@remix-run/dev": "2.9.2",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5",
Expand Down
14 changes: 7 additions & 7 deletions fixtures/webstudio-remix-netlify-edge-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"fixtures:build": "webstudio build --template internal --template netlify-edge-functions --preview && pnpm prettier --write ./app/ ./package.json"
},
"dependencies": {
"@netlify/edge-functions": "^2.6.0",
"@netlify/remix-edge-adapter": "^3.2.2",
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"@netlify/edge-functions": "^2.8.1",
"@netlify/remix-edge-adapter": "^3.3.0",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/server-runtime": "2.9.2",
"@webstudio-is/form-handlers": "workspace:*",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
"@webstudio-is/sdk-components-react": "workspace:*",
"@webstudio-is/sdk-components-react-radix": "workspace:*",
"@webstudio-is/sdk-components-react-remix": "workspace:*",
"isbot": "^3.6.8",
"isbot": "^5.1.8",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"private": true,
"sideEffects": false,
"devDependencies": {
"@remix-run/dev": "2.9.1",
"@remix-run/dev": "2.9.2",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5",
Expand Down
14 changes: 7 additions & 7 deletions fixtures/webstudio-remix-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"fixtures:build": "webstudio build --template internal --template netlify-functions --preview && pnpm prettier --write ./app/ ./package.json"
},
"dependencies": {
"@netlify/functions": "^2.6.0",
"@netlify/remix-adapter": "^2.3.1",
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"@netlify/functions": "^2.7.0",
"@netlify/remix-adapter": "^2.4.0",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/server-runtime": "2.9.2",
"@webstudio-is/form-handlers": "workspace:*",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
"@webstudio-is/sdk-components-react": "workspace:*",
"@webstudio-is/sdk-components-react-radix": "workspace:*",
"@webstudio-is/sdk-components-react-remix": "workspace:*",
"isbot": "^3.6.8",
"isbot": "^5.1.8",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"private": true,
"sideEffects": false,
"devDependencies": {
"@remix-run/dev": "2.9.1",
"@remix-run/dev": "2.9.2",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5",
Expand Down
10 changes: 5 additions & 5 deletions fixtures/webstudio-remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"private": true,
"sideEffects": false,
"dependencies": {
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/server-runtime": "2.9.2",
"@webstudio-is/form-handlers": "workspace:*",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
"@webstudio-is/sdk-components-react": "workspace:*",
"@webstudio-is/sdk-components-react-radix": "workspace:*",
"@webstudio-is/sdk-components-react-remix": "workspace:*",
"isbot": "^3.6.8",
"isbot": "^5.1.8",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"devDependencies": {
"@remix-run/dev": "2.9.1",
"@remix-run/dev": "2.9.2",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5",
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@netlify/remix-adapter": "^2.3.1",
"@netlify/remix-edge-adapter": "3.2.2",
"@remix-run/cloudflare": "^2.9.1",
"@remix-run/cloudflare-pages": "^2.9.1",
"@remix-run/dev": "^2.9.1",
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
"@remix-run/server-runtime": "^2.9.1",
"@netlify/remix-adapter": "^2.4.0",
"@netlify/remix-edge-adapter": "3.3.0",
"@remix-run/cloudflare": "^2.9.2",
"@remix-run/cloudflare-pages": "^2.9.2",
"@remix-run/dev": "^2.9.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/server-runtime": "^2.9.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/templates/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build-cf-types": "wrangler types"
},
"dependencies": {
"@remix-run/cloudflare": "2.9.1",
"@remix-run/cloudflare-pages": "2.9.1",
"isbot": "^4.1.0"
"@remix-run/cloudflare": "2.9.2",
"@remix-run/cloudflare-pages": "2.9.2",
"isbot": "^5.1.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/templates/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/server-runtime": "2.9.1",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/server-runtime": "2.9.2",
"@webstudio-is/react-sdk": "0.163.0",
"@webstudio-is/sdk-components-react-radix": "0.163.0",
"@webstudio-is/sdk-components-react-remix": "0.163.0",
"@webstudio-is/sdk-components-react": "0.163.0",
"@webstudio-is/form-handlers": "0.163.0",
"@webstudio-is/image": "0.163.0",
"@webstudio-is/sdk": "0.163.0",
"isbot": "^3.6.8",
"isbot": "^5.1.8",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"devDependencies": {
"@remix-run/dev": "2.9.1",
"@remix-run/dev": "2.9.2",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"@netlify/remix-edge-adapter": "^3.2.2"
"@netlify/edge-functions": "^2.8.1",
"@netlify/remix-edge-adapter": "^3.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/cli/templates/netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "netlify serve"
},
"dependencies": {
"@netlify/functions": "^2.6.0",
"@netlify/remix-adapter": "^2.3.1"
"@netlify/functions": "^2.7.0",
"@netlify/remix-adapter": "^2.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/sdk-components-react-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"checks": "pnpm typecheck"
},
"peerDependencies": {
"@remix-run/react": "^2.9.1",
"@remix-run/react": "^2.9.2",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
Expand All @@ -49,7 +49,7 @@
"@webstudio-is/sdk-components-react": "workspace:*"
},
"devDependencies": {
"@remix-run/react": "^2.9.1",
"@remix-run/react": "^2.9.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
Expand Down
Loading

0 comments on commit be20193

Please sign in to comment.