Skip to content

Commit

Permalink
build(deps): update dependency drizzle-kit to ^0.21.0 (#228)
Browse files Browse the repository at this point in the history
* build(deps): update dependency drizzle-kit to ^0.21.0

* fix(drizzle): specify sql dialect

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arunanshu Biswas <[email protected]>
  • Loading branch information
renovate[bot] and arunanshub authored May 16, 2024
1 parent 8532605 commit 878a23e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 64 deletions.
1 change: 1 addition & 0 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
out: 'src/server/database/migrations',
schema: 'src/server/database/schema/*',
driver: 'turso',
dialect: 'sqlite',
dbCredentials: {
url: databaseUrl,
authToken,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/better-sqlite3": "^7.6.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.28",
"drizzle-kit": "^0.20.14",
"drizzle-kit": "^0.21.0",
"lodash-es": "^4.17.21",
"nuxt": "^3.11.0",
"nuxt-build-cache": "^0.1.1",
Expand Down
67 changes: 4 additions & 63 deletions pnpm-lock.yaml

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

0 comments on commit 878a23e

Please sign in to comment.