diff --git a/.gitignore b/.gitignore index b22f299..205a576 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ yarn-error.log* /dist .nx/cache -.firebase \ No newline at end of file +.nx/workspace-data +.firebase +vite.config.*.timestamp* \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 8dbf3ad..d10c3f2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e280a59..4784c5a 100644 --- a/package.json +++ b/package.json @@ -17,28 +17,28 @@ "@docusaurus/module-type-aliases": "3.4.0", "@docusaurus/tsconfig": "3.4.0", "@docusaurus/types": "3.4.0", - "@nx/eslint": "19.1.2", - "@nx/eslint-plugin": "19.1.2", - "@nx/react": "19.1.2", - "@nx/vite": "19.1.2", - "@nx/web": "19.1.2", - "@nx/workspace": "19.1.2", + "@nx/eslint": "20.1.2", + "@nx/eslint-plugin": "20.1.2", + "@nx/react": "20.1.2", + "@nx/vite": "20.1.2", + "@nx/web": "20.1.2", + "@nx/workspace": "20.1.2", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "15.0.6", - "@typescript-eslint/eslint-plugin": "7.6.0", - "@typescript-eslint/parser": "7.6.0", + "@typescript-eslint/eslint-plugin": "7.18.0", + "@typescript-eslint/parser": "7.18.0", "@vitest/ui": "1.4.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsx-a11y": "6.8.0", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-jsx-a11y": "6.10.1", "eslint-plugin-react": "7.34.1", - "eslint-plugin-react-hooks": "4.6.0", + "eslint-plugin-react-hooks": "5.0.0", "firebase-tools": "13.10.2", "jsdom": "24.0.0", - "nx": "19.1.2", + "nx": "20.1.2", "prettier": "3.2.5", - "typescript": "5.4.4", + "typescript": "5.5.4", "vite": "5.2.8", "vitest": "1.4.0" },