Skip to content

Commit

Permalink
bump effect
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Aug 1, 2024
1 parent d16dc6f commit cc1d69f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 PORT=3003 tsx watch src/effect-platform.ts"
},
"dependencies": {
"@effect/platform": "0.58.21",
"@effect/platform-node": "0.53.20",
"@effect/schema": "0.68.18",
"@effect/platform": "0.61.2",
"@effect/platform-node": "0.56.2",
"@effect/schema": "0.70.1",
"@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.8",
"effect": "3.6.0",
"elysia": "^0.8.17",
"express": "^4.18.2",
"fastify": "^4.26.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@actions/github": "^6.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/vitest": "0.5.18",
"@effect/vitest": "0.8.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@manypkg/cli": "^0.21.3",
"@playwright/test": "1.45.0",
Expand Down
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.8"
"effect": "3.6.0"
},
"devDependencies": {
"@types/react": "18.3.3",
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,11 +139,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@effect/platform": "0.58.21",
"@effect/schema": "0.68.18",
"@effect/platform": "0.61.2",
"@effect/schema": "0.70.1",
"@uploadthing/mime-types": "workspace:*",
"@uploadthing/shared": "workspace:*",
"effect": "3.4.8",
"effect": "3.6.0",
"effect-log": "^0.31.5"
},
"devDependencies": {
Expand Down

0 comments on commit cc1d69f

Please sign in to comment.