Skip to content

Commit

Permalink
chore: bump effect versions (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: juliusmarminge <[email protected]>
  • Loading branch information
markflorkowski and juliusmarminge committed Jun 28, 2024
1 parent c22ab5e commit 47cece6
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 1,953 deletions.
6 changes: 6 additions & 0 deletions .changeset/breezy-geckos-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@uploadthing/shared": patch
"uploadthing": patch
---

chore: pin effect versions
5 changes: 3 additions & 2 deletions examples/backend-adapters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"dev:effect": "NODE_ENV=development tsx watch src/effect-platform.ts"
},
"dependencies": {
"@effect/platform": "^0.58.9",
"@effect/platform-node": "^0.53.8",
"@effect/platform": "0.58.9",
"@effect/platform-node": "0.53.8",
"@effect/schema": "0.68.9",
"@elysiajs/cors": "^0.8.0",
"@fastify/cors": "^9.0.1",
"@hono/node-server": "^1.8.2",
Expand Down
4 changes: 2 additions & 2 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.9",
"@uploadthing/mime-types": "workspace:*",
"@uploadthing/shared": "workspace:*",
"consola": "^3.2.3",
"effect": "3.4.2",
"std-env": "^3.7.0"
},
"devDependencies": {
"@effect/platform": "^0.58.9",
"@effect/platform": "0.58.9",
"@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 47cece6

Please sign in to comment.