Skip to content

Commit

Permalink
chore: allow update of all univer packages - update to 0.1.17 (#81)
Browse files Browse the repository at this point in the history
* Allow update of all univer packages

* Allow update of all univer packages

* chore: fix lockfile

* chore: fix packageManager

---------

Co-authored-by: 白熱 <[email protected]>
  • Loading branch information
bjonnh and jikkai authored Jul 9, 2024
1 parent 23ffd96 commit baeb5f9
Show file tree
Hide file tree
Showing 4 changed files with 940 additions and 1,605 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4

- name: Use Node.js
uses: actions/setup-node@v1
Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "univer",
"type": "module",
"version": "1.1.0",
"packageManager": "[email protected]",
"description": "Create, edit, and view spreadsheets and documents in various formats like Excel and Word directly within your knowledge base.",
"author": "DreamNum",
"license": "Apache-2.0",
Expand All @@ -21,30 +22,30 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@univerjs/core": "0.1.15",
"@univerjs/data-validation": "0.1.15",
"@univerjs/design": "0.1.15",
"@univerjs/docs": "0.1.15",
"@univerjs/docs-ui": "0.1.15",
"@univerjs/engine-formula": "0.1.15",
"@univerjs/engine-render": "0.1.15",
"@univerjs/facade": "0.1.15",
"@univerjs/find-replace": "0.1.15",
"@univerjs/core": "^0.1.17",
"@univerjs/data-validation": "^0.1.17",
"@univerjs/design": "^0.1.17",
"@univerjs/docs": "^0.1.17",
"@univerjs/docs-ui": "^0.1.17",
"@univerjs/engine-formula": "^0.1.17",
"@univerjs/engine-render": "^0.1.17",
"@univerjs/facade": "^0.1.17",
"@univerjs/find-replace": "^0.1.17",
"@univerjs/icons": "^0.1.57",
"@univerjs/protocol": "^0.1.37",
"@univerjs/rpc": "0.1.15",
"@univerjs/sheets": "0.1.15",
"@univerjs/sheets-conditional-formatting-ui": "0.1.15",
"@univerjs/sheets-data-validation": "0.1.15",
"@univerjs/sheets-drawing-ui": "^0.1.15",
"@univerjs/sheets-filter": "^0.1.15",
"@univerjs/sheets-find-replace": "0.1.15",
"@univerjs/sheets-formula": "0.1.15",
"@univerjs/sheets-hyper-link-ui": "^0.1.15",
"@univerjs/sheets-numfmt": "0.1.15",
"@univerjs/sheets-ui": "0.1.15",
"@univerjs/sheets-zen-editor": "0.1.15",
"@univerjs/ui": "0.1.15",
"@univerjs/rpc": "^0.1.17",
"@univerjs/sheets": "^0.1.17",
"@univerjs/sheets-conditional-formatting-ui": "^0.1.17",
"@univerjs/sheets-data-validation": "^0.1.17",
"@univerjs/sheets-drawing-ui": "^0.1.17",
"@univerjs/sheets-filter": "^0.1.17",
"@univerjs/sheets-find-replace": "^0.1.17",
"@univerjs/sheets-formula": "^0.1.17",
"@univerjs/sheets-hyper-link-ui": "^0.1.17",
"@univerjs/sheets-numfmt": "^0.1.17",
"@univerjs/sheets-ui": "^0.1.17",
"@univerjs/sheets-zen-editor": "^0.1.17",
"@univerjs/ui": "^0.1.17",
"@wendellhu/redi": "0.15.4",
"defu": "^6.1.4",
"jszip": "^3.10.1",
Expand Down
Loading

0 comments on commit baeb5f9

Please sign in to comment.