Skip to content

Commit

Permalink
Update Schema peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 20, 2023
1 parent a20b99a commit ac609e1
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 189 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-pillows-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common": patch
---

Update Schema peer dependency
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rm -rf .turbo .expo node_modules dist"
},
"dependencies": {
"@effect/schema": "^0.54.0",
"@effect/schema": "^0.55.0",
"@evolu/react-native": "workspace:*",
"@react-native-community/netinfo": "9.3.10",
"buffer": "^6.0.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,7 +10,7 @@
"clean": "rm -rf .turbo .next node_modules"
},
"dependencies": {
"@effect/schema": "^0.54.0",
"@effect/schema": "^0.55.0",
"@evolu/common": "workspace:*",
"@evolu/react": "workspace:*",
"clsx": "^2.0.0",
Expand All @@ -32,7 +32,7 @@
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}
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.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-common-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-config-evolu": "workspace:*",
"react": "^18.2.0",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.4",
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 @@ -43,7 +43,7 @@
"eslint-config-evolu": "workspace:*",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/evolu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nanoid": "^5.0.4"
},
"devDependencies": {
"@effect/schema": "^0.54.0",
"@effect/schema": "^0.55.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.3",
"@protobuf-ts/protoc": "^2.9.3",
Expand All @@ -70,10 +70,10 @@
"eslint": "^8.56.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"peerDependencies": {
"@effect/schema": "^0.54.0",
"@effect/schema": "^0.55.0",
"effect": "2.0.0-next.61"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"expo-sqlite": "~11.3.3",
"react-native": "0.72.6",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common-react": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-config-evolu": "workspace:*",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.4",
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 @@ -45,7 +45,7 @@
"eslint": "^8.56.0",
"eslint-config-evolu": "workspace:*",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"peerDependencies": {
"@evolu/common": "^3.0.4"
Expand Down
Loading

1 comment on commit ac609e1

@vercel
Copy link

@vercel vercel bot commented on ac609e1 Dec 20, 2023

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

Please sign in to comment.