diff --git a/bun.lockb b/bun.lockb index 75a0e0e..122f296 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7f5d497..3ed6205 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "typecheck": "tsc" }, "dependencies": { - "react": "^19.0.0-rc.1", - "react-dom": "^19.0.0-rc.1", - "react-router-dom": "^7.0.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", + "react-router-dom": "^7.0.2", "react-use": "^17.5.1" }, "devDependencies": { @@ -30,28 +30,28 @@ "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", - "@vitejs/plugin-legacy": "^5.4.3", - "@vitejs/plugin-react": "^4.3.3", + "@vitejs/plugin-legacy": "^6.0.0", + "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", - "babel-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025", + "babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", "commitlint": "^19.5.0", "eslint": "^8.57.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025", + "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", - "happy-dom": "^15.7.4", + "happy-dom": "^15.11.7", "husky": "^9.1.6", "lint-staged": "^15.2.10", "postcss": "^8.4.47", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.8", "rollup-plugin-visualizer": "^5.12.0", - "tailwindcss": "^3.4.14", - "terser": "^5.36.0", + "tailwindcss": "^3.4.16", + "terser": "^5.37.0", "typescript": "^5.7.2", - "vite": "6.0.1", - "vitest": "2.1.6" + "vite": "6.0.3", + "vitest": "2.1.8" } }