Skip to content

Commit

Permalink
Merge branch 'main' into fix-expo-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Oct 14, 2024
2 parents d9d75e8 + 467a8e6 commit 093b16b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions examples/backend-adapters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dev:effect": "NODE_ENV=development PORT=3003 tsx watch src/effect-platform.ts"
},
"dependencies": {
"@effect/platform": "0.68.4",
"@effect/platform-node": "0.63.4",
"@effect/platform": "0.68.5",
"@effect/platform-node": "0.63.5",
"@effect/schema": "0.75.4",
"@elysiajs/cors": "^1.1.1",
"@fastify/cors": "^9.0.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.10.5",
"@effect/vitest": "0.12.1",
"@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/uploadthing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@effect/platform": "0.68.4",
"@effect/platform": "0.68.5",
"@effect/schema": "0.75.4",
"@uploadthing/mime-types": "workspace:*",
"@uploadthing/shared": "workspace:*",
Expand Down
52 changes: 26 additions & 26 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 093b16b

Please sign in to comment.