Skip to content

Commit

Permalink
build(deps): bump drizzle-orm from 0.33.0 to 0.34.1 (#1341)
Browse files Browse the repository at this point in the history
* build(deps): bump drizzle-orm from 0.33.0 to 0.34.1

Bumps [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) from 0.33.0 to 0.34.1.
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](drizzle-team/drizzle-orm@0.33.0...0.34.1)

---
updated-dependencies:
- dependency-name: drizzle-orm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps-dev): bump drizzle-kit from 0.24.2 to 0.25.0

* chore: update configuration

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joao Duarte <[email protected]>
  • Loading branch information
dependabot[bot] and jpedroh authored Oct 9, 2024
1 parent 846dc8a commit 40eae96
Show file tree
Hide file tree
Showing 3 changed files with 11,340 additions and 14,088 deletions.
3 changes: 1 addition & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ dotenv.config()

export default defineConfig({
schema: './modules/shared/database/src/schema.ts',
dialect: 'sqlite',
driver: 'turso',
dialect: 'turso',
dbCredentials: {
url: process.env.TURSO_CONNECTION_URL,
authToken: process.env.TURSO_AUTH_TOKEN,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"autoprefixer": "^10.4.20",
"conventional-changelog-conventionalcommits": "^8.0.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
"drizzle-kit": "^0.25.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"drizzle-orm": "^0.33.0",
"drizzle-orm": "^0.34.1",
"fast-xml-parser": "^4.5.0",
"isbot": "5",
"msw": "^2.4.9",
Expand Down
Loading

0 comments on commit 40eae96

Please sign in to comment.