Skip to content

Commit

Permalink
fix: update sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 24, 2024
1 parent 07f6e3d commit 9aa0186
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/utils/indexer/sqlite3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"author": "dao.xyz",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.5.0",
"@peerbit/indexer-interface": "^1.1.1",
"@sqlite.org/sqlite-wasm": "^3.46.1-build3"
"@sqlite.org/sqlite-wasm": "^3.47.0-build1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
Expand Down
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3580,10 +3580,10 @@
"@smithy/types" "^3.5.0"
tslib "^2.6.2"

"@sqlite.org/sqlite-wasm@^3.46.1-build3":
version "3.46.1-build3"
resolved "https://registry.yarnpkg.com/@sqlite.org/sqlite-wasm/-/sqlite-wasm-3.46.1-build3.tgz#b30fe93ab21541ecbf44bf9a9ca92cb946226e6d"
integrity sha512-9FY9C1A8jZTU8Lm6sz16zBeBN+jFIUL/LGAZMym9QaRB796/KHHL9xo6OgaTL8iDw2VeltGen7hNwJedVN/j4w==
"@sqlite.org/sqlite-wasm@^3.47.0-build1":
version "3.47.0-build1"
resolved "https://registry.yarnpkg.com/@sqlite.org/sqlite-wasm/-/sqlite-wasm-3.47.0-build1.tgz#047977d44981067902314fd14226328b8f60dc17"
integrity sha512-n2lLez+PwcN+WQdgRIm6OCaGvQUHOx+kEmlL7pq0G4xuK+NaKxnbF4wI6XhfZ4HbyG2sla1Qt4ImaD6hpwoMtg==

"@stablelib/binary@^2.0.0":
version "2.0.0"
Expand Down Expand Up @@ -4838,10 +4838,10 @@ benchmark@^2.1.4:
lodash "^4.17.4"
platform "^1.3.3"

better-sqlite3@^11.3.0:
version "11.3.0"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-11.3.0.tgz#f10b32ddff665c33176d148e707bd1e57dfd0284"
integrity sha512-iHt9j8NPYF3oKCNOO5ZI4JwThjt3Z6J6XrcwG85VNMVzv1ByqrHWv5VILEbCMFWDsoHhXvQ7oC8vgRXFAKgl9w==
better-sqlite3@^11.5.0:
version "11.5.0"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-11.5.0.tgz#58faa51e02845a578dd154f0083487132ead0695"
integrity sha512-e/6eggfOutzoK0JWiU36jsisdWoHOfN9iWiW/SieKvb7SAa6aGNmBM/UKyp+/wWSXpLlWNN8tCPwoDNPhzUvuQ==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.1"
Expand Down Expand Up @@ -11264,11 +11264,16 @@ platform@^1.3.3:
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==

playwright-core@1.48.0, playwright-core@^1.45.2:
playwright-core@1.48.0:
version "1.48.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.0.tgz#34d209dd4aba8fccd4a96116f1c4f7630f868722"
integrity sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==

playwright-core@^1.41.1:
version "1.48.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.1.tgz#5fe28fb9a9326dae88d4608c35e819163cceeb23"
integrity sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==

"playwright-test@github:marcus-pousette/playwright-test#master":
version "14.1.3"
resolved "https://codeload.github.com/marcus-pousette/playwright-test/tar.gz/fdde49f1f235f7e1ad4796bf6c7430a011afc8e2"
Expand Down

0 comments on commit 9aa0186

Please sign in to comment.