Skip to content

Commit

Permalink
chore: update next, ts and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Mar 7, 2024
1 parent 7a6e57b commit 5f1ad4b
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 364 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.29.4",
"mysql2": "^3.9.1",
"next": "^14.1.0",
"next": "^14.1.3",
"next-auth": "^4.24.6",
"postgres": "^3.4.3",
"prettier": "^3.2.5",
Expand All @@ -93,7 +93,7 @@
"tailwindcss": "^3.4.1",
"tsup": "^6.7.0",
"type-fest": "^3.7.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"zod": "^3.22.4"
}
}
12 changes: 6 additions & 6 deletions cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.9.2",
"next": "^14.1.0",
"next": "^14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand All @@ -21,10 +21,10 @@
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"typescript": "^5.3.3"
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"typescript": "^5.4.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@total-typescript/ts-reset": "^0.3.7",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^0.0.9",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -63,6 +63,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"turbo": "^1.9.6",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 5f1ad4b

Please sign in to comment.