Skip to content

Commit

Permalink
revert: use old drizzle-orm version
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jul 26, 2024
1 parent 5735b32 commit 234890c
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"database": "workspace:*",
"drizzle-orm": "^0.32.1",
"drizzle-orm": "0.31.2",
"framer-motion": "^11.3.17",
"next": "^14.2.5",
"next-auth": "^4.24.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.1",
"drizzle-orm": "0.31.2",
"postgres": "^3.4.4"
},
"devDependencies": {
Expand Down
99 changes: 95 additions & 4 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 234890c

Please sign in to comment.