|
13 | 13 | "test:ui": "vitest --ui"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@hookform/resolvers": "3.3.4", |
| 16 | + "@hookform/resolvers": "3.10.0", |
17 | 17 | "axios": "1.6.0",
|
18 | 18 | "history": "5.3.0",
|
19 | 19 | "lodash": "4.17.21",
|
20 | 20 | "lowdb": "^7.0.0",
|
21 | 21 | "path": "0.12.7",
|
22 |
| - "preact": "10.19.3", |
| 22 | + "preact": "10.26.5", |
23 | 23 | "preact-router": "4.1.2",
|
24 |
| - "react-hook-form": "7.49.2", |
25 |
| - "yup": "1.3.3", |
26 |
| - "zustand": "4.4.7" |
| 24 | + "react-hook-form": "7.56.1", |
| 25 | + "yup": "1.6.1", |
| 26 | + "zustand": "4.5.6" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@preact/preset-vite": "2.8.1", |
| 29 | + "@preact/preset-vite": "2.10.1", |
30 | 30 | "@testing-library/preact": "^3.2.3",
|
31 | 31 | "@types/history": "4.7.11",
|
32 |
| - "@types/node": "20.10.6", |
33 |
| - "@typescript-eslint/eslint-plugin": "6.17.0", |
34 |
| - "@typescript-eslint/parser": "6.17.0", |
| 32 | + "@types/node": "20.17.30", |
| 33 | + "@typescript-eslint/eslint-plugin": "6.21.0", |
| 34 | + "@typescript-eslint/parser": "6.21.0", |
35 | 35 | "@vitest/coverage-c8": "^0.33.0",
|
36 | 36 | "@vitest/ui": "^1.0.0",
|
37 |
| - "autoprefixer": "10.4.16", |
| 37 | + "autoprefixer": "10.4.21", |
38 | 38 | "cross-env": "7.0.3",
|
39 |
| - "eslint": "8.56.0", |
40 |
| - "eslint-config-preact": "1.3.0", |
| 39 | + "eslint": "8.57.1", |
| 40 | + "eslint-config-preact": "1.5.0", |
41 | 41 | "eslint-config-prettier": "9.1.0",
|
42 |
| - "eslint-plugin-import": "2.29.1", |
43 |
| - "eslint-plugin-jest": "27.6.1", |
44 |
| - "eslint-plugin-prettier": "5.1.2", |
| 42 | + "eslint-plugin-import": "2.31.0", |
| 43 | + "eslint-plugin-jest": "27.9.0", |
| 44 | + "eslint-plugin-prettier": "5.2.6", |
45 | 45 | "happy-dom": "^12.0.0",
|
46 | 46 | "husky": "8.0.3",
|
47 |
| - "lint-staged": "15.2.0", |
48 |
| - "postcss": "8.4.31", |
49 |
| - "prettier": "3.1.1", |
50 |
| - "tailwindcss": "3.4.0", |
| 47 | + "lint-staged": "15.5.1", |
| 48 | + "postcss": "8.5.3", |
| 49 | + "prettier": "3.5.3", |
| 50 | + "tailwindcss": "3.4.17", |
51 | 51 | "ts-node": "10.9.2",
|
52 |
| - "typescript": "5.3.3", |
| 52 | + "typescript": "5.8.3", |
53 | 53 | "vite": "5.0.11",
|
54 | 54 | "vite-plugin-environment": "1.1.3",
|
55 | 55 | "vitest": "^1.0.0",
|
|
0 commit comments