Skip to content

Commit

Permalink
Update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Oct 24, 2024
1 parent 807597d commit 441cfe9
Show file tree
Hide file tree
Showing 4 changed files with 2,044 additions and 2,259 deletions.
6 changes: 6 additions & 0 deletions .changeset/wicked-swans-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@evolu/common-web": patch
"@evolu/common": patch
---

Update peer dependencies.
4 changes: 2 additions & 2 deletions 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.46.1-build1",
"@sqlite.org/sqlite-wasm": "^3.47.0-build1",
"@types/web-locks-api": "^0.0.5",
"eslint": "^8.57.0",
"eslint-config-evolu": "workspace:*",
Expand All @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@evolu/common": "^5.4.5",
"@sqlite.org/sqlite-wasm": "^3.46.1-build1"
"@sqlite.org/sqlite-wasm": "^3.47.0-build1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.7"
},
"devDependencies": {
"@effect/platform": "^0.67.0",
"@effect/platform": "^0.69.0",
"@effect/schema": "^0.75.0",
"@evolu/tsconfig": "workspace:*",
"@protobuf-ts/plugin": "^2.9.4",
Expand All @@ -74,7 +74,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"@effect/platform": "^0.67.0",
"@effect/platform": "^0.69.0",
"@effect/schema": "^0.75.0",
"effect": "^3.1.2"
},
Expand Down
Loading

0 comments on commit 441cfe9

Please sign in to comment.