Skip to content

Commit

Permalink
Update Effect and Schema peer dependencies
Browse files Browse the repository at this point in the history
If you are curious why Effect and Schema peer dependencies must be updated on every release, the reason is that Effect isn't version 2 yet. Hence, it must be pinned to the same version.
  • Loading branch information
steida committed Dec 22, 2023
1 parent 827c33a commit 1b4e331
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 68 deletions.
7 changes: 7 additions & 0 deletions .changeset/proud-hotels-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@evolu/common": patch
---

Update Effect and Schema peer dependencies

If you are curious why Effect and Schema peer dependencies must be updated on every release, the reason is that Effect isn't version 2 yet. Hence, it must be pinned to the same version.
4 changes: 2 additions & 2 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"clean": "rm -rf .turbo .expo node_modules dist"
},
"dependencies": {
"@effect/schema": "^0.55.0",
"@effect/schema": "^0.56.0",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.3.10",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"events": "^3.3.0",
"expo": "^49.0.21",
"expo-sqlite": "~11.3.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"clean": "rm -rf .turbo .next node_modules"
},
"dependencies": {
"@effect/schema": "^0.55.0",
"@effect/schema": "^0.56.0",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"next": "14.0.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@
"nanoid": "^5.0.4"
},
"devDependencies": {
"@effect/schema": "^0.55.0",
"@effect/schema": "^0.56.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.3",
"@protobuf-ts/protoc": "^2.9.3",
"array-shuffle": "^3.0.0",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"eslint": "^8.56.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"peerDependencies": {
"@effect/schema": "^0.55.0",
"effect": "2.0.0-next.61"
"@effect/schema": "^0.56.0",
"effect": "2.0.0-next.62"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"better-sqlite3": "^9.2.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"express": "^4.18.2",
"kysely": "^0.26.3"
},
Expand Down
Loading

1 comment on commit 1b4e331

@vercel
Copy link

@vercel vercel bot commented on 1b4e331 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-git-main-evolu.vercel.app
www.evolu.dev
evolu.vercel.app
evolu.dev
evolu-evolu.vercel.app

Please sign in to comment.