Skip to content

Commit

Permalink
Update deps and PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Sep 4, 2024
1 parent 1b2bf0b commit 81524ef
Show file tree
Hide file tree
Showing 11 changed files with 3,078 additions and 1,420 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-drinks-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common": patch
---

Update Effect Schema and Platform
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.71.0",
"@effect/schema": "^0.72.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.71.0",
"@effect/schema": "^0.72.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.71.0",
"@effect/schema": "^0.72.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.71.0",
"@effect/schema": "^0.72.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.71.0",
"@effect/schema": "^0.72.0",
"@evolu/common": "latest",
"@evolu/common-web": "latest",
"@evolu/react": "latest",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"turbo": "^2.0.4",
"typedoc": "^0.26.0"
},
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand All @@ -42,7 +42,7 @@
"flexsearch": "0.7.31"
},
"patchedDependencies": {
"@changesets/[email protected].3": "patches/@[email protected].3.patch"
"@changesets/[email protected].4": "patches/@[email protected].4.patch"
}
}
}
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.62.0",
"@effect/schema": "^0.71.0",
"@effect/platform": "^0.63.0",
"@effect/schema": "^0.72.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.62.0",
"@effect/schema": "^0.71.0",
"@effect/platform": "^0.63.0",
"@effect/schema": "^0.72.0",
"effect": "^3.1.2"
},
"publishConfig": {
Expand Down
62 changes: 0 additions & 62 deletions patches/@[email protected]

This file was deleted.

Loading

0 comments on commit 81524ef

Please sign in to comment.