Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 29, 2024
1 parent 245fff0 commit 4c15022
Show file tree
Hide file tree
Showing 7 changed files with 816 additions and 889 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18
22.11
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.17.7",
"@types/node": "^22.10.1",
"eslint": "catalog:",
"h3": "^1.13.0",
"nitropack": "^2.10.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "^20.17.7",
"@types/node": "^22.10.1",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"dotenv-cli": "^7.4.4",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "create-t3-turbo",
"private": true,
"engines": {
"node": ">=20.18.1",
"pnpm": "^9.14.2"
"node": ">=22.11.0",
"pnpm": "^9.14.4"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
Expand All @@ -25,9 +25,9 @@
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@turbo/gen": "^2.3.1",
"@turbo/gen": "^2.3.3",
"prettier": "catalog:",
"turbo": "^2.3.1",
"turbo": "^2.3.3",
"typescript": "catalog:"
},
"prettier": "@acme/prettier-config"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"next-themes": "^0.4.3",
"react-hook-form": "^7.53.2",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit 4c15022

Please sign in to comment.