Skip to content

Commit

Permalink
Update Effect and Schema peer dependencies
Browse files Browse the repository at this point in the history
Effect 2 isn't still considered stable; breaking changes can happen in minor versions. Effect 3 will be stable. No worries, they are only tuning APIs.
  • Loading branch information
steida committed Jan 6, 2024
1 parent 9d2c3d3 commit ff6254b
Show file tree
Hide file tree
Showing 7 changed files with 263 additions and 254 deletions.
8 changes: 8 additions & 0 deletions .changeset/four-nails-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@evolu/common": patch
"@evolu/server": patch
---

Update Effect and Schema peer dependencies

Effect 2 isn't still considered stable; breaking changes can happen in minor versions. Effect 3 will be stable. No worries, they are only tuning APIs.
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.56.1",
"@effect/schema": "^0.57.1",
"@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.62",
"effect": "2.0.1",
"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.56.1",
"@effect/schema": "^0.57.1",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.1.0",
"effect": "2.0.0-next.62",
"effect": "2.0.1",
"next": "14.0.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-node": "^11.1.0",
"next": "14.0.4",
"react": "^18.2.0",
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.56.1",
"@effect/schema": "^0.57.1",
"@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.62",
"effect": "2.0.1",
"eslint": "^8.56.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"peerDependencies": {
"@effect/schema": "^0.56.1",
"effect": "2.0.0-next.62"
"@effect/schema": "^0.57.1",
"effect": "2.0.1"
},
"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.62",
"effect": "2.0.1",
"express": "^4.18.2",
"kysely": "^0.27.0"
},
Expand Down
Loading

1 comment on commit ff6254b

@vercel
Copy link

@vercel vercel bot commented on ff6254b Jan 6, 2024

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-evolu.vercel.app
evolu.vercel.app
www.evolu.dev
evolu.dev
evolu-git-main-evolu.vercel.app

Please sign in to comment.