|
12 | 12 | "lint:fix": "eslint . --fix" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@univerjs/action-recorder": "0.10.13", |
16 | | - "@univerjs/presets": "0.10.13", |
17 | | - "@univerjs/sheets-crosshair-highlight": "0.10.13", |
18 | | - "@univerjs/sheets-zen-editor": "0.10.13", |
19 | | - "react": "19.1.0", |
20 | | - "react-dom": "19.1.0" |
| 15 | + "@univerjs/action-recorder": "0.10.14", |
| 16 | + "@univerjs/presets": "0.10.14", |
| 17 | + "@univerjs/sheets-crosshair-highlight": "0.10.14", |
| 18 | + "@univerjs/sheets-zen-editor": "0.10.14", |
| 19 | + "react": "19.2.0", |
| 20 | + "react-dom": "19.2.0" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@antfu/eslint-config": "^4.14.1", |
24 | | - "eslint": "^9.28.0", |
25 | | - "eslint-plugin-format": "^1.0.1", |
26 | | - "lint-staged": "^16.1.0", |
27 | | - "simple-git-hooks": "^2.13.0", |
28 | | - "typescript": "^5.8.3", |
29 | | - "vite": "^6.3.5" |
| 23 | + "@antfu/eslint-config": "^6.1.0", |
| 24 | + "@types/node": "^24.9.2", |
| 25 | + "eslint": "^9.38.0", |
| 26 | + "eslint-plugin-format": "^1.0.2", |
| 27 | + "lint-staged": "^16.2.6", |
| 28 | + "simple-git-hooks": "^2.13.1", |
| 29 | + "typescript": "^5.9.3", |
| 30 | + "vite": "^7.1.12" |
30 | 31 | }, |
31 | 32 | "simple-git-hooks": { |
32 | 33 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments