Skip to content

Commit

Permalink
deps: update dependency drizzle-orm to v0.36.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Karibash committed Nov 27, 2024
1 parent 03dddc2 commit 5529baa
Show file tree
Hide file tree
Showing 6 changed files with 1,337 additions and 2,245 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.3",
"drizzle-orm": "0.36.4",
"neverthrow": "8.1.1",
"slack-edge": "1.3.2",
"valibot": "0.42.1"
Expand Down
3 changes: 1 addition & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dataloader": "2.2.2",
"date-fns": "4.1.0",
"deepmerge": "4.3.1",
"drizzle-orm": "0.36.3",
"drizzle-orm": "0.36.4",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-yoga": "5.10.2",
Expand Down Expand Up @@ -69,7 +69,6 @@
"@types/react-dom": "18.3.1",
"@vanilla-extract/next-plugin": "2.4.6",
"eslint": "9.15.0",
"eslint-config-next": "14.2.18",
"tsx": "4.19.2",
"typescript": "5.6.3",
"wrangler": "3.87.0"
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.3",
"drizzle-orm": "0.36.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.36.3"
"drizzle-orm": "0.36.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.36.3",
"drizzle-orm": "0.36.4",
"fast-deep-equal": "3.1.3",
"neverthrow": "8.1.1",
"ts-pattern": "5.5.0",
Expand Down
Loading

0 comments on commit 5529baa

Please sign in to comment.