Skip to content

Commit

Permalink
Update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Aug 8, 2024
1 parent 98b45e9 commit bd1d22e
Show file tree
Hide file tree
Showing 10 changed files with 1,603 additions and 1,571 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-cougars-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common": patch
---

Update peer dependencies
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rm -rf .turbo .expo node_modules dist"
},
"dependencies": {
"@effect/schema": "^0.69.0",
"@effect/schema": "^0.70.0",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"@evolu/react-native": "workspace:*",
Expand Down
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.69.0",
"@effect/schema": "^0.70.0",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.1.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.69.0",
"@effect/schema": "^0.70.0",
"@evolu/common": "5.2.3",
"@evolu/common-web": "8.1.1",
"@evolu/react": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react-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.69.0",
"@effect/schema": "^0.70.0",
"@evolu/react": "^8.0.2",
"effect": "^3.2.7",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/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.69.0",
"@effect/schema": "^0.70.0",
"@evolu/common": "^5.2.3",
"@evolu/common-web": "^8.1.1",
"@evolu/react": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"turbo": "^2.0.4",
"typedoc": "^0.26.0"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
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.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.4",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-node": "^11.1.0",
"next": "^14.2.3",
"react": "^18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"protobuf": "pnpm protoc --ts_out ./src --proto_path protobuf protobuf/Protobuf.proto --ts_opt eslint_disable --ts_opt optimize_code_size && pnpm format"
},
"dependencies": {
"@noble/ciphers": "^0.5.3",
"@noble/ciphers": "^0.6.0",
"@noble/hashes": "^1.4.0",
"@protobuf-ts/runtime": "^2.9.4",
"@scure/bip39": "^1.3.0",
"kysely": "^0.27.3",
"nanoid": "^5.0.7"
},
"devDependencies": {
"@effect/platform": "^0.60.0",
"@effect/schema": "^0.69.0",
"@effect/platform": "^0.61.0",
"@effect/schema": "^0.70.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.4",
"@protobuf-ts/protoc": "^2.9.4",
Expand All @@ -74,8 +74,8 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@effect/platform": "^0.60.0",
"@effect/schema": "^0.69.0",
"@effect/platform": "^0.61.0",
"@effect/schema": "^0.70.0",
"effect": "^3.1.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit bd1d22e

Please sign in to comment.