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 17, 2024
1 parent 281969a commit fbc692d
Show file tree
Hide file tree
Showing 8 changed files with 535 additions and 523 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-oranges-tap.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.70.0",
"@effect/schema": "^0.71.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.70.0",
"@effect/schema": "^0.71.0",
"@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.70.2",
"@effect/schema": "^0.71.0",
"@evolu/react": "latest",
"effect": "^3.6.1",
"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.70.2",
"@effect/schema": "^0.71.0",
"@evolu/react": "latest",
"effect": "^3.6.1",
"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.70.2",
"@effect/schema": "^0.71.0",
"@evolu/common": "latest",
"@evolu/common-web": "latest",
"@evolu/react": "latest",
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,8 +61,8 @@
"nanoid": "^5.0.7"
},
"devDependencies": {
"@effect/platform": "^0.61.0",
"@effect/schema": "^0.70.0",
"@effect/platform": "^0.62.0",
"@effect/schema": "^0.71.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.61.0",
"@effect/schema": "^0.70.0",
"@effect/platform": "^0.62.0",
"@effect/schema": "^0.71.0",
"effect": "^3.1.2"
},
"publishConfig": {
Expand Down
1,035 changes: 521 additions & 514 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit fbc692d

Please sign in to comment.