Skip to content

Commit

Permalink
bump drizzle run to latest drizzle-orm
Browse files Browse the repository at this point in the history
  • Loading branch information
rphlmr committed Jan 28, 2025
1 parent 642ab46 commit a909574
Show file tree
Hide file tree
Showing 3 changed files with 4,438 additions and 5,030 deletions.
8 changes: 4 additions & 4 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@repo/ui": "*",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.3",
"drizzle-kit": "^0.30.3",
"drizzle-orm": "^0.39.0",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-hono-server": "^1.2.0",
"remix-utils": "^7.7.0",
"use-debounce": "^10.0.4",
Expand Down
16 changes: 8 additions & 8 deletions apps/drizzle-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-run",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"type": "module",
"license": "AGPL-3.0-only",
Expand Down Expand Up @@ -54,11 +54,11 @@
"@vercel/og": "^0.6.2",
"@xstate/react": "^4.1.1",
"@xstate/store": "^2.6.0",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.4",
"drizzle-seed": "^0.1.1",
"drizzle-valibot": "^0.2.0",
"drizzle-zod": "^0.5.1",
"drizzle-kit": "^0.30.3",
"drizzle-orm": "^0.39.0",
"drizzle-seed": "^0.3.0",
"drizzle-valibot": "^0.4.0",
"drizzle-zod": "^0.7.0",
"isbot": "^4.1.0",
"lru-cache": "^10.3.0",
"next-themes": "^0.3.0",
Expand All @@ -70,9 +70,9 @@
"remix-utils": "^7.6.0",
"sonner": "^1.4.41",
"use-debounce": "^10.0.3",
"valibot": "^0.39.0",
"valibot": "^1.0.0-beta.14",
"xstate": "^5.17.4",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.8",
Expand Down
Loading

0 comments on commit a909574

Please sign in to comment.