Skip to content

Commit

Permalink
Update SQLite WASM dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Aug 23, 2024
1 parent 17e8b07 commit 6d476fe
Show file tree
Hide file tree
Showing 4 changed files with 970 additions and 915 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-cooks-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evolu/common-web": patch
---

Update SQLite WASM dependency
2 changes: 1 addition & 1 deletion 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.7.0",
"packageManager": "pnpm@9.8.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
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.0-build1",
"@sqlite.org/sqlite-wasm": "^3.46.1-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.2",
"@sqlite.org/sqlite-wasm": "^3.46.0-build1"
"@sqlite.org/sqlite-wasm": "^3.46.1-build1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 6d476fe

Please sign in to comment.