Skip to content

Commit

Permalink
test: try reverting typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent 6e09741 commit 409d2ce
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 335 deletions.
4 changes: 2 additions & 2 deletions 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.30.7",
"drizzle-orm": "^0.31.2",
"framer-motion": "^11.2.12",
"next": "^14.2.4",
"next-auth": "^4.24.7",
Expand All @@ -34,7 +34,7 @@
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"typescript": "5.5.2",
"typescript": "5.4.4",
"use-sound": "^4.0.3",
"xstate": "^5.14.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.30.7",
"drizzle-orm": "^0.31.2",
"express": "^4.19.2",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
Expand All @@ -43,7 +43,7 @@
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "^5.5.2"
"typescript": "5.4.4"
},
"engines": {
"node": "20.15.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"dependencies": {
"dotenv": "^16.4.5",
"drizzle-orm": "0.30.7",
"drizzle-orm": "^0.31.2",
"postgres": "^3.4.4"
},
"devDependencies": {
"@auth/core": "^0.34.1",
"drizzle-kit": "0.20.14",
"drizzle-kit": "^0.22.7",
"eslint-config-custom": "workspace:*",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "^5.5.2"
"typescript": "5.4.4"
}
}
Loading

0 comments on commit 409d2ce

Please sign in to comment.