Skip to content

Commit

Permalink
feat: upgrade univer to 0.2.14 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored Sep 13, 2024
1 parent ebfd4b8 commit 36f48ed
Show file tree
Hide file tree
Showing 23 changed files with 2,378 additions and 1,751 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"author": "DreamNum",
"authorUrl": "https://github.com/dream-num",
"fundingUrl": "https://opencollective.com/univer",
"isDesktopOnly": false
"isDesktopOnly": true
}
107 changes: 58 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"spreadsheet",
"document"
],
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"scripts": {
"prepare": "simple-git-hooks",
"dev": "vite build --watch",
Expand All @@ -22,69 +26,74 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@univerjs/core": "^0.2.8",
"@univerjs/data-validation": "^0.2.8",
"@univerjs/design": "^0.2.8",
"@univerjs/docs": "^0.2.8",
"@univerjs/docs-drawing": "^0.2.8",
"@univerjs/docs-drawing-ui": "^0.2.8",
"@univerjs/docs-hyper-link": "^0.2.8",
"@univerjs/docs-hyper-link-ui": "^0.2.8",
"@univerjs/docs-thread-comment-ui": "^0.2.8",
"@univerjs/docs-ui": "^0.2.8",
"@univerjs/drawing": "^0.2.8",
"@univerjs/drawing-ui": "^0.2.8",
"@univerjs/engine-formula": "^0.2.8",
"@univerjs/engine-numfmt": "^0.2.8",
"@univerjs/engine-render": "^0.2.8",
"@univerjs/facade": "^0.2.8",
"@univerjs/find-replace": "^0.2.8",
"@univerjs/icons": "^0.1.75",
"@univerjs/network": "^0.2.8",
"@univerjs-pro/collaboration": "^0.2.14",
"@univerjs-pro/exchange-client": "^0.2.14",
"@univerjs/core": "^0.2.14",
"@univerjs/data-validation": "^0.2.14",
"@univerjs/design": "^0.2.14",
"@univerjs/docs": "^0.2.14",
"@univerjs/docs-drawing": "^0.2.14",
"@univerjs/docs-drawing-ui": "^0.2.14",
"@univerjs/docs-hyper-link": "^0.2.14",
"@univerjs/docs-hyper-link-ui": "^0.2.14",
"@univerjs/docs-thread-comment-ui": "^0.2.14",
"@univerjs/docs-ui": "^0.2.14",
"@univerjs/drawing": "^0.2.14",
"@univerjs/drawing-ui": "^0.2.14",
"@univerjs/engine-formula": "^0.2.14",
"@univerjs/engine-numfmt": "^0.2.14",
"@univerjs/engine-render": "^0.2.14",
"@univerjs/facade": "^0.2.14",
"@univerjs/find-replace": "^0.2.14",
"@univerjs/icons": "^0.1.78",
"@univerjs/network": "^0.2.14",
"@univerjs/protocol": "^0.1.38",
"@univerjs/rpc": "^0.2.8",
"@univerjs/sheets": "^0.2.8",
"@univerjs/sheets-conditional-formatting": "^0.2.8",
"@univerjs/sheets-conditional-formatting-ui": "^0.2.8",
"@univerjs/sheets-data-validation": "^0.2.8",
"@univerjs/sheets-drawing": "^0.2.8",
"@univerjs/sheets-drawing-ui": "^0.2.8",
"@univerjs/sheets-filter": "^0.2.8",
"@univerjs/sheets-find-replace": "^0.2.8",
"@univerjs/sheets-formula": "^0.2.8",
"@univerjs/sheets-hyper-link": "^0.2.8",
"@univerjs/sheets-hyper-link-ui": "^0.2.8",
"@univerjs/sheets-numfmt": "^0.2.8",
"@univerjs/sheets-sort": "^0.2.8",
"@univerjs/sheets-sort-ui": "^0.2.8",
"@univerjs/sheets-thread-comment": "^0.2.8",
"@univerjs/sheets-thread-comment-base": "^0.2.8",
"@univerjs/sheets-ui": "^0.2.8",
"@univerjs/sheets-zen-editor": "^0.2.8",
"@univerjs/thread-comment": "^0.2.8",
"@univerjs/thread-comment-ui": "^0.2.8",
"@univerjs/ui": "^0.2.8",
"@univerjs/rpc": "^0.2.14",
"@univerjs/sheets": "^0.2.14",
"@univerjs/sheets-conditional-formatting": "^0.2.14",
"@univerjs/sheets-conditional-formatting-ui": "^0.2.14",
"@univerjs/sheets-crosshair-highlight": "^0.2.14",
"@univerjs/sheets-data-validation": "^0.2.14",
"@univerjs/sheets-drawing": "^0.2.14",
"@univerjs/sheets-drawing-ui": "^0.2.14",
"@univerjs/sheets-filter": "^0.2.14",
"@univerjs/sheets-filter-ui": "^0.2.14",
"@univerjs/sheets-find-replace": "^0.2.14",
"@univerjs/sheets-formula": "^0.2.14",
"@univerjs/sheets-hyper-link": "^0.2.14",
"@univerjs/sheets-hyper-link-ui": "^0.2.14",
"@univerjs/sheets-numfmt": "^0.2.14",
"@univerjs/sheets-sort": "^0.2.14",
"@univerjs/sheets-sort-ui": "^0.2.14",
"@univerjs/sheets-thread-comment": "^0.2.14",
"@univerjs/sheets-thread-comment-base": "^0.2.14",
"@univerjs/sheets-ui": "^0.2.14",
"@univerjs/sheets-zen-editor": "^0.2.14",
"@univerjs/telemetry": "^0.2.14",
"@univerjs/thread-comment": "^0.2.14",
"@univerjs/thread-comment-ui": "^0.2.14",
"@univerjs/ui": "^0.2.14",
"defu": "^6.1.4",
"jszip": "^3.10.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"optionalDependencies": {
"@univerjs-pro/exchange-wasm": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^22.4.1",
"@antfu/eslint-config": "^3.6.0",
"@release-it/conventional-changelog": "^8.0.2",
"@types/node": "^22.5.4",
"@univerjs/vite-plugin": "^0.5.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"lint-staged": "^15.2.9",
"eslint": "^9.10.0",
"lint-staged": "^15.2.10",
"obsidian": "1.6.6",
"release-it": "^17.6.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"vite": "^5.4.1"
"typescript": "^5.6.2",
"vite": "^5.4.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 36f48ed

Please sign in to comment.