Skip to content

Commit

Permalink
fix: downgrade drizzle-orm version
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent 904c998 commit 27fefc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.31.2",
"drizzle-orm": "0.30.7",
"framer-motion": "^11.2.12",
"next": "^14.2.4",
"next-auth": "^4.24.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cors": "^2.8.5",
"database": "workspace:*",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"drizzle-orm": "0.30.7",
"express": "^4.19.2",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"dependencies": {
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"drizzle-orm": "0.30.7",
"postgres": "^3.4.4"
},
"devDependencies": {
"@auth/core": "^0.34.1",
"drizzle-kit": "^0.22.7",
"drizzle-kit": "0.20.14",
"eslint-config-custom": "workspace:*",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
Expand Down

0 comments on commit 27fefc3

Please sign in to comment.