|
25 | 25 | "contributors:generate": "all-contributors generate"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@types/lodash-es": "^4.17.7", |
29 |
| - "@types/node": "^18.15.11", |
30 |
| - "@types/react": "^18.0.31", |
31 |
| - "@types/react-dom": "^18.0.11", |
32 |
| - "@types/react-virtualized-auto-sizer": "^1.0.1", |
33 |
| - "@types/react-window": "^1.8.5", |
34 |
| - "@typescript-eslint/eslint-plugin": "^5.57.0", |
35 |
| - "@typescript-eslint/parser": "^5.57.0", |
36 |
| - "@unocss/eslint-config": "^0.50.6", |
37 |
| - "@unocss/preset-wind": "^0.50.6", |
38 |
| - "@unocss/reset": "^0.50.6", |
| 28 | + "@types/lodash-es": "^4.17.12", |
| 29 | + "@types/node": "^18.19.7", |
| 30 | + "@types/react": "^18.2.47", |
| 31 | + "@types/react-dom": "^18.2.18", |
| 32 | + "@types/react-virtualized-auto-sizer": "^1.0.4", |
| 33 | + "@types/react-window": "^1.8.8", |
| 34 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 35 | + "@typescript-eslint/parser": "^5.62.0", |
| 36 | + "@unocss/eslint-config": "^0.50.8", |
| 37 | + "@unocss/preset-wind": "^0.50.8", |
| 38 | + "@unocss/reset": "^0.50.8", |
39 | 39 | "@vitejs/plugin-react": "^3.1.0",
|
40 |
| - "eslint": "^8.37.0", |
| 40 | + "eslint": "^8.56.0", |
41 | 41 | "eslint-config-airbnb": "^19.0.4",
|
42 |
| - "eslint-config-airbnb-typescript": "^17.0.0", |
| 42 | + "eslint-config-airbnb-typescript": "^17.1.0", |
43 | 43 | "eslint-config-standard-with-typescript": "^34.0.1",
|
44 |
| - "eslint-import-resolver-typescript": "^3.5.4", |
45 |
| - "eslint-plugin-import": "^2.27.5", |
46 |
| - "eslint-plugin-jsx-a11y": "^6.7.1", |
| 44 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 45 | + "eslint-plugin-import": "^2.29.1", |
| 46 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
47 | 47 | "eslint-plugin-n": "^15.7.0",
|
48 | 48 | "eslint-plugin-promise": "^6.1.1",
|
49 |
| - "eslint-plugin-react": "^7.32.2", |
| 49 | + "eslint-plugin-react": "^7.33.2", |
50 | 50 | "eslint-plugin-react-hooks": "^4.6.0",
|
51 |
| - "sass": "^1.60.0", |
52 |
| - "type-fest": "^3.7.2", |
53 |
| - "typescript": "^5.0.3", |
54 |
| - "unocss": "^0.50.6", |
55 |
| - "vite": "^4.2.1", |
| 51 | + "sass": "^1.69.7", |
| 52 | + "type-fest": "^3.13.1", |
| 53 | + "typescript": "^5.3.3", |
| 54 | + "unocss": "^0.50.8", |
| 55 | + "vite": "^4.5.1", |
56 | 56 | "vite-plugin-pwa": "^0.14.7",
|
57 |
| - "vite-tsconfig-paths": "^4.0.7" |
| 57 | + "vite-tsconfig-paths": "^4.2.3" |
58 | 58 | },
|
59 | 59 | "dependencies": {
|
60 |
| - "@react-hookz/web": "^23.0.0", |
61 |
| - "@tanstack/react-table": "^8.8.4", |
62 |
| - "axios": "^1.3.4", |
63 |
| - "classnames": "^2.3.2", |
64 |
| - "dayjs": "^1.11.7", |
65 |
| - "eventemitter3": "^5.0.0", |
| 60 | + "@react-hookz/web": "^23.1.0", |
| 61 | + "@tanstack/react-table": "^8.11.6", |
| 62 | + "axios": "^1.6.5", |
| 63 | + "classnames": "^2.5.1", |
| 64 | + "dayjs": "^1.11.10", |
| 65 | + "eventemitter3": "^5.0.1", |
66 | 66 | "immer": "^9.0.21",
|
67 |
| - "jotai": "^2.0.3", |
| 67 | + "jotai": "^2.6.1", |
68 | 68 | "jotai-immer": "^0.2.0",
|
69 | 69 | "lodash-es": "^4.17.21",
|
70 |
| - "neverthrow": "^6.0.0", |
| 70 | + "neverthrow": "^6.1.0", |
71 | 71 | "react": "^18.2.0",
|
72 | 72 | "react-dom": "^18.2.0",
|
73 |
| - "react-router-dom": "^6.10.0", |
74 |
| - "react-virtualized-auto-sizer": "^1.0.9", |
75 |
| - "react-window": "^1.8.8", |
76 |
| - "swr": "^2.1.1", |
| 73 | + "react-router-dom": "^6.21.2", |
| 74 | + "react-virtualized-auto-sizer": "^1.0.20", |
| 75 | + "react-window": "^1.8.10", |
| 76 | + "swr": "^2.2.4", |
77 | 77 | "use-immer": "^0.8.1"
|
78 | 78 | }
|
79 | 79 | }
|
0 commit comments