Skip to content

Commit 8e56f5b

Browse files
chore: bump a bunch of packages (#5910)
* bump a bunch of packages * fix type errors from vitest upgrade * revert www * skiplibcheck
1 parent ee2a97b commit 8e56f5b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
},
3333
"dependencies": {
3434
"@prisma/client": "^5.12.1",
35-
"@tanstack/react-query": "^5.49.2",
35+
"@tanstack/react-query": "^5.51.11",
3636
"@trpc/client": "npm:@trpc/client@next",
3737
"@trpc/next": "npm:@trpc/next@next",
3838
"@trpc/react-query": "npm:@trpc/react-query@next",
3939
"@trpc/server": "npm:@trpc/server@next",
4040
"clsx": "^2.0.0",
41-
"next": "^14.1.4",
41+
"next": "^14.2.5",
4242
"react": "^18.3.1",
4343
"react-dom": "^18.3.1",
4444
"superjson": "^1.12.4",
@@ -48,24 +48,24 @@
4848
"@playwright/test": "^1.26.1",
4949
"@types/node": "^20.10.0",
5050
"@types/react": "^18.3.1",
51-
"@typescript-eslint/eslint-plugin": "^7.7.0",
52-
"@typescript-eslint/parser": "^7.7.0",
51+
"@typescript-eslint/eslint-plugin": "^7.16.1",
52+
"@typescript-eslint/parser": "^7.16.1",
5353
"autoprefixer": "^10.4.7",
5454
"dotenv": "^16.0.1",
55-
"eslint": "^8.56.0",
56-
"eslint-config-next": "^14.0.1",
57-
"eslint-plugin-react": "^7.32.2",
58-
"eslint-plugin-react-hooks": "^4.6.0",
55+
"eslint": "^8.57.0",
56+
"eslint-config-next": "^14.2.5",
57+
"eslint-plugin-react": "^7.35.0",
58+
"eslint-plugin-react-hooks": "^4.6.2",
5959
"npm-run-all": "^4.1.5",
60-
"postcss": "^8.4.14",
60+
"postcss": "^8.4.39",
6161
"prettier": "^2.8.8",
6262
"prisma": "^5.12.1",
6363
"start-server-and-test": "^1.12.0",
64-
"tailwindcss": "^3.3.0",
64+
"tailwindcss": "^3.4.6",
6565
"tsx": "^4.0.0",
66-
"typescript": "^5.5.0",
67-
"vite": "^5.1.0",
68-
"vitest": "^1.5.2"
66+
"typescript": "^5.5.3",
67+
"vite": "^5.3.4",
68+
"vitest": "^2.0.4"
6969
},
7070
"publishConfig": {
7171
"access": "restricted"

0 commit comments

Comments
 (0)