Skip to content

Commit

Permalink
Update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Jan 23, 2024
1 parent 82781d7 commit 369ff8b
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 224 deletions.
7 changes: 7 additions & 0 deletions .changeset/neat-hairs-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@evolu/common-web": patch
"@evolu/common": patch
"@evolu/server": patch
---

Update peer deps
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.60.6",
"@effect/schema": "^0.60.7",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.3.10",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"effect": "2.1.2",
"effect": "2.2.0",
"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.60.6",
"@effect/schema": "^0.60.7",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.1.0",
"effect": "2.1.2",
"effect": "2.2.0",
"next": "14.1.0",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-evolu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"clean": "rm -rf node_modules"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@evolu/common": "workspace:*",
"@evolu/tsconfig": "workspace:*",
"@sqlite.org/sqlite-wasm": "3.44.2-build3",
"@sqlite.org/sqlite-wasm": "3.45.0-build1",
"@types/web-locks-api": "^0.0.5",
"eslint": "^8.56.0",
"eslint-config-evolu": "workspace:*",
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.60.6",
"@effect/schema": "^0.60.7",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.3",
"@protobuf-ts/protoc": "^2.9.3",
"array-shuffle": "^3.0.0",
"effect": "2.1.2",
"effect": "2.2.0",
"eslint": "^8.56.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
},
"peerDependencies": {
"@effect/schema": "^0.60.6",
"effect": "2.1.2"
"@effect/schema": "^0.60.7",
"effect": "2.2.0"
},
"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.3.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"effect": "2.1.2",
"effect": "2.2.0",
"express": "^4.18.2",
"kysely": "^0.27.0"
},
Expand Down
Loading

1 comment on commit 369ff8b

@vercel
Copy link

@vercel vercel bot commented on 369ff8b Jan 23, 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.vercel.app
evolu-evolu.vercel.app
evolu.dev
www.evolu.dev
evolu-git-main-evolu.vercel.app

Please sign in to comment.