diff --git a/package.json b/package.json index 1bd7b2a..4094097 100644 --- a/package.json +++ b/package.json @@ -25,44 +25,44 @@ "check": "npm run format:check && npm run lint && npm run typecheck && npm run test && npm run build" }, "dependencies": { - "ajv": "^8.20.0", - "class-variance-authority": "^0.7.1", - "clsx": "^2.1.1", - "drizzle-orm": "^0.45.2", - "fflate": "^0.8.3", - "lucide-react": "^1.25.0", - "next": "^16.2.10", - "postgres": "^3.4.9", - "radix-ui": "^1.6.2", - "react": "^19.2.7", - "react-dom": "^19.2.7", - "server-only": "^0.0.1", - "tailwind-merge": "^3.6.0", - "yaml": "^2.9.0", - "zod": "^4.4.3" + "ajv": "8.20.0", + "class-variance-authority": "0.7.1", + "clsx": "2.1.1", + "drizzle-orm": "0.45.2", + "fflate": "0.8.3", + "lucide-react": "1.25.0", + "next": "16.2.10", + "postgres": "3.4.9", + "radix-ui": "1.6.2", + "react": "19.2.7", + "react-dom": "19.2.7", + "server-only": "0.0.1", + "tailwind-merge": "3.6.0", + "yaml": "2.9.0", + "zod": "4.4.3" }, "devDependencies": { - "@axe-core/playwright": "^4.12.1", - "@playwright/test": "^1.61.1", - "@tailwindcss/postcss": "^4", - "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.3.2", - "@testing-library/user-event": "^14.6.1", - "@types/node": "^26.1.1", - "@types/react": "^19", - "@types/react-dom": "^19", - "@vitest/coverage-v8": "^4.1.10", - "drizzle-kit": "^0.31.10", - "eslint": "^9.39.5", + "@axe-core/playwright": "4.12.1", + "@playwright/test": "1.61.1", + "@tailwindcss/postcss": "4.3.3", + "@testing-library/jest-dom": "6.9.1", + "@testing-library/react": "16.3.2", + "@testing-library/user-event": "14.6.1", + "@types/node": "26.1.1", + "@types/react": "19.2.17", + "@types/react-dom": "19.2.3", + "@vitest/coverage-v8": "4.1.10", + "drizzle-kit": "0.31.10", + "eslint": "9.39.5", "eslint-config-next": "16.2.10", - "eslint-config-prettier": "^10.1.8", - "jsdom": "^29.1.1", - "prettier": "^3.9.5", - "prettier-plugin-tailwindcss": "^0.8.1", - "tailwindcss": "^4", - "tsx": "^4.23.1", - "typescript": "^6.0.3", - "vitest": "^4.1.10" + "eslint-config-prettier": "10.1.8", + "jsdom": "29.1.1", + "prettier": "3.9.5", + "prettier-plugin-tailwindcss": "0.8.1", + "tailwindcss": "4.3.3", + "tsx": "4.23.1", + "typescript": "6.0.3", + "vitest": "4.1.10" }, "overrides": { "esbuild": "0.28.1",