Skip to content

Commit

Permalink
bump effect
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 3, 2024
1 parent 7eb09cc commit 5449da0
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 87 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.61.2",
"@effect/platform-node": "0.56.2",
"@effect/schema": "0.70.1",
"@effect/platform": "0.63.0",
"@effect/platform-node": "0.58.0",
"@effect/schema": "0.72.0",
"@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.6.0",
"effect": "3.7.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.8.0",
"@effect/vitest": "0.9.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.6.0",
"effect": "3.7.0",
"sqids": "^0.3.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/uploadthing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@effect/platform": "0.61.2",
"@effect/schema": "0.70.1",
"@effect/platform": "0.63.0",
"@effect/schema": "0.72.0",
"@uploadthing/mime-types": "workspace:*",
"@uploadthing/shared": "workspace:*",
"effect": "3.6.0",
"effect-log": "^0.31.8"
"effect": "3.7.0",
"effect-log": "^0.32.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
Expand Down
160 changes: 83 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5449da0

Please sign in to comment.