|
10 | 10 | "preview": "yarn build && yarn vite preview"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "jotai": "^2.6.0", |
| 13 | + "jotai": "^2.6.1", |
14 | 14 | "preact": "^10.19.3"
|
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@preact/preset-vite": "^2.7.0", |
| 17 | + "@preact/preset-vite": "^2.8.1", |
18 | 18 | "@tailwindcss/typography": "^0.5.10",
|
19 |
| - "@types/node": "^20.10.5", |
20 |
| - "@typescript-eslint/eslint-plugin": "^6.16.0", |
21 |
| - "@typescript-eslint/parser": "^6.16.0", |
| 19 | + "@types/node": "^20.11.0", |
| 20 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 21 | + "@typescript-eslint/parser": "^6.18.1", |
22 | 22 | "@vitejs/plugin-react": "^4.2.1",
|
23 | 23 | "autoprefixer": "^10.4.16",
|
24 | 24 | "cross-env": "^7.0.3",
|
25 |
| - "daisyui": "^4.4.24", |
| 25 | + "daisyui": "^4.6.0", |
26 | 26 | "eslint": "^8.56.0",
|
27 | 27 | "eslint-config-prettier": "^9.1.0",
|
28 | 28 | "eslint-plugin-import": "^2.29.1",
|
29 | 29 | "eslint-plugin-no-relative-import-paths": "^1.5.3",
|
30 |
| - "eslint-plugin-prettier": "^5.1.2", |
| 30 | + "eslint-plugin-prettier": "^5.1.3", |
31 | 31 | "eslint-plugin-react": "^7.33.2",
|
32 | 32 | "eslint-plugin-react-hooks": "^4.6.0",
|
33 | 33 | "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
|
34 |
| - "postcss": "^8.4.32", |
35 |
| - "prettier": "^3.1.1", |
| 34 | + "postcss": "^8.4.33", |
| 35 | + "prettier": "^3.2.0", |
36 | 36 | "rollup-plugin-visualizer": "^5.12.0",
|
37 |
| - "tailwindcss": "^3.4.0", |
| 37 | + "tailwindcss": "^3.4.1", |
38 | 38 | "typescript": "^5.3.3",
|
39 |
| - "vite": "^5.0.10", |
40 |
| - "vite-tsconfig-paths": "^4.2.2" |
| 39 | + "vite": "^5.0.11", |
| 40 | + "vite-tsconfig-paths": "^4.2.3" |
41 | 41 | },
|
42 | 42 | "packageManager": "[email protected]"
|
43 | 43 | }
|
0 commit comments