From 8e56f5b1a9c49eb16b7f626e5f863d21537e4a46 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Mon, 22 Jul 2024 18:55:07 +0200 Subject: [PATCH] chore: bump a bunch of packages (#5910) * bump a bunch of packages * fix type errors from vitest upgrade * revert www * skiplibcheck --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index e29f1f5d3..8a241fb17 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ }, "dependencies": { "@prisma/client": "^5.12.1", - "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query": "^5.51.11", "@trpc/client": "npm:@trpc/client@next", "@trpc/next": "npm:@trpc/next@next", "@trpc/react-query": "npm:@trpc/react-query@next", "@trpc/server": "npm:@trpc/server@next", "clsx": "^2.0.0", - "next": "^14.1.4", + "next": "^14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "superjson": "^1.12.4", @@ -48,24 +48,24 @@ "@playwright/test": "^1.26.1", "@types/node": "^20.10.0", "@types/react": "^18.3.1", - "@typescript-eslint/eslint-plugin": "^7.7.0", - "@typescript-eslint/parser": "^7.7.0", + "@typescript-eslint/eslint-plugin": "^7.16.1", + "@typescript-eslint/parser": "^7.16.1", "autoprefixer": "^10.4.7", "dotenv": "^16.0.1", - "eslint": "^8.56.0", - "eslint-config-next": "^14.0.1", - "eslint-plugin-react": "^7.32.2", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint": "^8.57.0", + "eslint-config-next": "^14.2.5", + "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react-hooks": "^4.6.2", "npm-run-all": "^4.1.5", - "postcss": "^8.4.14", + "postcss": "^8.4.39", "prettier": "^2.8.8", "prisma": "^5.12.1", "start-server-and-test": "^1.12.0", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.4.6", "tsx": "^4.0.0", - "typescript": "^5.5.0", - "vite": "^5.1.0", - "vitest": "^1.5.2" + "typescript": "^5.5.3", + "vite": "^5.3.4", + "vitest": "^2.0.4" }, "publishConfig": { "access": "restricted"