Skip to content

Commit 5839b63

Browse files
committed
feat: update sdk to 0.10.14
1 parent 68a8c03 commit 5839b63

File tree

2 files changed

+2100
-2287
lines changed

2 files changed

+2100
-2287
lines changed

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,22 @@
1212
"lint:fix": "eslint . --fix"
1313
},
1414
"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"
2121
},
2222
"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"
3031
},
3132
"simple-git-hooks": {
3233
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)