Skip to content

Commit

Permalink
deps: update dependency drizzle-orm to v0.37.0 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent d278d4e commit d30eb8a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apps/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@feedbackun/package-database": "workspace:*",
"@feedbackun/package-domain": "workspace:*",
"@feedbackun/package-neverthrow": "workspace:*",
"drizzle-orm": "0.36.4",
"drizzle-orm": "0.37.0",
"neverthrow": "8.1.1",
"slack-edge": "1.3.5",
"valibot": "0.42.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dataloader": "2.2.3",
"date-fns": "4.1.0",
"deepmerge": "4.3.1",
"drizzle-orm": "0.36.4",
"drizzle-orm": "0.37.0",
"graphql": "16.9.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@feedbackun/package-database": "workspace:*",
"drizzle-orm": "0.36.4",
"drizzle-orm": "0.37.0",
"fast-deep-equal": "3.1.3",
"neverthrow": "8.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:type": "tsc --pretty --noEmit"
},
"dependencies": {
"drizzle-orm": "0.36.4"
"drizzle-orm": "0.37.0"
},
"devDependencies": {
"@types/node": "22.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@feedbackun/package-neverthrow": "workspace:*",
"@paralleldrive/cuid2": "2.2.2",
"date-fns": "4.1.0",
"drizzle-orm": "0.36.4",
"drizzle-orm": "0.37.0",
"fast-deep-equal": "3.1.3",
"neverthrow": "8.1.1",
"ts-pattern": "5.5.0",
Expand Down
28 changes: 14 additions & 14 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 d30eb8a

Please sign in to comment.