Skip to content

Commit

Permalink
chore: bump effect (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jun 28, 2024
1 parent 22a2f00 commit df6334d
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 138 deletions.
8 changes: 8 additions & 0 deletions .changeset/quiet-drinks-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"uploadthing": patch
"@uploadthing/shared": patch
---

chore: bump effect versions to fix cloudflare workers support

See upstream issue: https://github.com/Effect-TS/effect/issues/3057
12 changes: 6 additions & 6 deletions examples/backend-adapters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"dev:effect": "NODE_ENV=development tsx watch src/effect-platform.ts"
},
"dependencies": {
"@effect/platform": "0.58.9",
"@effect/platform-node": "0.53.8",
"@effect/schema": "0.68.9",
"@effect/platform": "0.58.14",
"@effect/platform-node": "0.53.13",
"@effect/schema": "0.68.12",
"@elysiajs/cors": "^0.8.0",
"@fastify/cors": "^9.0.1",
"@hono/node-server": "^1.8.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"effect": "3.4.2",
"effect": "3.4.5",
"elysia": "^0.8.17",
"express": "^4.18.2",
"fastify": "^4.26.1",
Expand All @@ -30,11 +30,11 @@
"uploadthing": "6.13.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@cloudflare/workers-types": "^4.20240620.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"tsx": "^4.7.1",
"typescript": "^5.5.2",
"wrangler": "^3.30.0"
"wrangler": "^3.62.0"
}
}
2 changes: 1 addition & 1 deletion examples/backend-adapters/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "esnext",
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"module": "Preserve",
"skipLibCheck": true,
"outDir": "dist"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/backend-adapters/server/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "uploadthing-cf-worker"
main = "src/cf-worker.ts"
compatibility_date = "2023-11-21"
compatibility_date = "2024-06-03"
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@uploadthing/mime-types": "workspace:*",
"effect": "3.4.2",
"effect": "3.4.5",
"std-env": "^3.7.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/uploadthing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@effect/schema": "0.68.9",
"@effect/schema": "0.68.12",
"@uploadthing/mime-types": "workspace:*",
"@uploadthing/shared": "workspace:*",
"consola": "^3.2.3",
"effect": "3.4.2",
"effect": "3.4.5",
"std-env": "^3.7.0"
},
"devDependencies": {
"@effect/platform": "0.58.9",
"@effect/platform": "0.58.14",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.43",
Expand Down
Loading

0 comments on commit df6334d

Please sign in to comment.