Skip to content

Commit

Permalink
Update sqlite-wasm, kysely, and drizzle-orm
Browse files Browse the repository at this point in the history
  • Loading branch information
DallasHoff committed Dec 9, 2023
1 parent 7dde2aa commit 1d9baae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"prepublishOnly": "npm run build && vitest run"
},
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.44.0-build2",
"kysely": "^0.26.1",
"@sqlite.org/sqlite-wasm": "^3.44.2-build1",
"kysely": "^0.26.3",
"nanoid": "^4.0.2"
},
"devDependencies": {
"@vitest/browser": "^1.0.4",
"drizzle-orm": "^0.27.0",
"drizzle-orm": "^0.29.1",
"prettier": "^2.8.8",
"typescript": "^5.3.3",
"vite": "^5.0.7",
Expand Down

0 comments on commit 1d9baae

Please sign in to comment.