Skip to content

Commit

Permalink
Fix version of Effect Platform and Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Nov 8, 2024
1 parent 9b8cb9d commit 7701d9e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .changeset/dry-chicken-retire.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"@evolu/server": patch
---

Fix version of @effect/platform.
Fix version of Effect Platform and Schema.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf .turbo .next node_modules"
},
"dependencies": {
"@effect/schema": "^0.75.0",
"@effect/schema": "0.75.5",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-vite-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@effect/schema": "^0.75.0",
"@effect/schema": "0.75.5",
"@evolu/react": "latest",
"effect": "3.10.4",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@effect/schema": "^0.75.0",
"@effect/schema": "0.75.5",
"@evolu/react": "latest",
"effect": "3.10.4",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@effect/schema": "^0.75.0",
"@effect/schema": "0.75.5",
"@evolu/common": "latest",
"@evolu/common-web": "latest",
"@evolu/react": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@effect/platform": "0.69.9",
"@effect/schema": "^0.75.0",
"@effect/schema": "0.75.5",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.4",
"@protobuf-ts/protoc": "^2.9.4",
Expand All @@ -75,7 +75,7 @@
},
"peerDependencies": {
"@effect/platform": "0.69.9",
"@effect/schema": "^0.75.0",
"@effect/schema": "0.75.5",
"effect": "3.10.4"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 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 7701d9e

Please sign in to comment.