diff --git a/frontend/package.json b/frontend/package.json index ad806c5..5a636ed 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,12 +27,12 @@ "build-storybook": "storybook build" }, "dependencies": { - "@base-ui/react": "^1.4.1", + "@base-ui/react": "^1.5.0", "@eslint/js": "9.39.4", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/forms": "^0.5.11", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-query": "^5.100.10", + "@tanstack/react-query": "^5.100.11", "axios": "^1.16.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -46,16 +46,16 @@ "next": "16.2.6", "next-auth": "^4.24.14", "next-themes": "^0.4.6", - "postcss": "^8.5.14", + "postcss": "^8.5.15", "prettier": "^3.8.3", "react": "19.2.6", "react-dom": "19.2.6", "react-dropzone": "^15.0.0", - "react-hook-form": "^7.75.0", + "react-hook-form": "^7.76.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.0", "tw-animate-css": "^1.4.0", - "typescript-eslint": "^8.59.3" + "typescript-eslint": "^8.59.4" }, "devDependencies": { "@chromatic-com/storybook": "^5.2.1", @@ -68,8 +68,8 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/node": "25.8.0", - "@types/react": "19.2.14", + "@types/node": "25.9.1", + "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "^6.0.2", "@vitest/browser-playwright": "^4.1.6", @@ -79,7 +79,7 @@ "jsdom": "^29.1.1", "playwright": "^1.60.0", "storybook": "^10.4.0", - "typescript": "5.9.3", + "typescript": "6.0.3", "vite": "^8.0.13", "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.1.6"