Skip to content

Commit

Permalink
deps: update dependency drizzle-orm to v0.38.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 7f916ed commit 0b7c3af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.38.3",
"drizzle-orm": "0.38.4",
"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.38.3",
"drizzle-orm": "0.38.4",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.9",
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.38.3",
"drizzle-orm": "0.38.4",
"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.38.3"
"drizzle-orm": "0.38.4"
},
"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.38.3",
"drizzle-orm": "0.38.4",
"fast-deep-equal": "3.1.3",
"neverthrow": "8.1.1",
"ts-pattern": "5.6.0",
Expand Down

0 comments on commit 0b7c3af

Please sign in to comment.