|
10 | 10 | "devDependencies": { |
11 | 11 | "@lexical/eslint-plugin": "^0.25.0", |
12 | 12 | "@nx/devkit": "19.8.14", |
| 13 | + "@nx/eslint": "19.8.14", |
13 | 14 | "@nx/eslint-plugin": "19.8.14", |
14 | 15 | "@nx/jest": "19.8.14", |
15 | 16 | "@nx/js": "19.8.14", |
16 | | - "@nx/eslint": "19.8.14", |
17 | 17 | "@nx/plugin": "19.8.14", |
18 | 18 | "@nx/react": "19.8.14", |
19 | 19 | "@nx/vite": "19.8.14", |
20 | 20 | "@nx/web": "19.8.14", |
21 | 21 | "@swc-node/register": "~1.10.9", |
22 | | - "@swc/core": "^1.11.1", |
| 22 | + "@swc/core": "^1.11.5", |
23 | 23 | "@types/jest": "^29.5.14", |
24 | | - "@types/node": "^20.17.19", |
| 24 | + "@types/node": "^20.17.22", |
25 | 25 | "@typescript-eslint/eslint-plugin": "^8.25.0", |
26 | 26 | "@typescript-eslint/parser": "^8.25.0", |
27 | 27 | "@vitejs/plugin-react-swc": "^3.8.0", |
|
34 | 34 | "eslint-plugin-jsx-a11y": "^6.10.2", |
35 | 35 | "eslint-plugin-prettier": "^5.2.3", |
36 | 36 | "eslint-plugin-react": "^7.37.4", |
37 | | - "eslint-plugin-react-hooks": "5.1.0", |
| 37 | + "eslint-plugin-react-hooks": "5.2.0", |
38 | 38 | "eslint-plugin-react-refresh": "^0.4.19", |
39 | 39 | "husky": "^9.1.7", |
40 | 40 | "jest": "^29.7.0", |
|
50 | 50 | "tslib": "^2.8.1", |
51 | 51 | "typescript": "~5.5.4", |
52 | 52 | "vite": "^5.4.14", |
53 | | - "vite-plugin-dts": "^4.5.0", |
| 53 | + "vite-plugin-dts": "^4.5.1", |
54 | 54 | "vitest": "^2.1.9", |
55 | 55 | "yalc": "1.0.0-pre.53" |
56 | 56 | }, |
| 57 | + "pnpm": { |
| 58 | + "overrides": { |
| 59 | + "undici@>=6.0.0 <6.21.1": ">=6.21.1", |
| 60 | + "path-to-regexp@<0.1.12": ">=0.1.12", |
| 61 | + "koa@>=2.0.0 <2.15.4": ">=2.15.4", |
| 62 | + "esbuild@<=0.24.2": ">=0.25.0" |
| 63 | + } |
| 64 | + }, |
57 | 65 | "volta": { |
58 | 66 | "node": "20.18.0", |
59 | 67 | "pnpm": "10.5.1" |
|
0 commit comments