diff --git a/web/package.json b/web/package.json index ac0abb5..6c5f3fb 100644 --- a/web/package.json +++ b/web/package.json @@ -49,12 +49,12 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/node": "^25.6.0", + "@types/node": "^26.1.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.58.0", - "@vitejs/plugin-react": "^5.2.0", + "@vitejs/plugin-react": "^6.0.3", "autoprefixer": "^10.4.27", "eslint": "^10.2.1", "eslint-config-next": "^16.2.2", @@ -64,9 +64,9 @@ "jsdom": "^29.1.0", "postcss": "^8.5.8", "prettier": "^3.8.3", - "prettier-plugin-tailwindcss": "^0.7.2", - "tailwindcss": "^3.4.19", - "typescript": "^6.0.3", + "prettier-plugin-tailwindcss": "^0.8.0", + "tailwindcss": "^4.3.2", + "typescript": "^7.0.2", "vitest": "^4.1.2" }, "resolutions": {