Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Nov 23, 2024
1 parent 83ec29f commit a5900c4
Show file tree
Hide file tree
Showing 23 changed files with 913 additions and 913 deletions.
2 changes: 1 addition & 1 deletion common/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs-infra/shared",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": true,
"description": "Some infrastructures for univerjs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion examples-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-node",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": true,
"author": "DreamNum Inc. <[email protected]>",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": true,
"author": "DreamNum Inc. <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -9,10 +9,10 @@
"build:demo": "node ./esbuild.config.mjs"
},
"dependencies": {
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/design": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"@univerjs/design": "0.5.0-nightly.202411230627",
"@univerjs/presets": "workspace:*",
"@univerjs/sheets-zen-editor": "0.5.0-nightly.202411230545",
"@univerjs/sheets-zen-editor": "0.5.0-nightly.202411230627",
"clsx": "^2.1.1",
"monaco-editor": "0.52.0",
"react": "18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "univer-presets",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": true,
"packageManager": "[email protected]",
"author": "DreamNum Inc. <[email protected]>",
Expand All @@ -18,15 +18,15 @@
"@antfu/eslint-config": "^3.9.2",
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^9.0.3",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.10",
"release-it": "^17.10.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"turbo": "^2.3.0"
"turbo": "^2.3.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
8 changes: 4 additions & 4 deletions packages/preset-docs-collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-docs-collaboration",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,12 +65,12 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs-pro/collaboration": "0.5.0-nightly.202411230545",
"@univerjs-pro/collaboration-client": "0.5.0-nightly.202411230545"
"@univerjs-pro/collaboration": "0.5.0-nightly.202411230627",
"@univerjs-pro/collaboration-client": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
16 changes: 8 additions & 8 deletions packages/preset-docs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-docs-core",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,16 +65,16 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/design": "0.5.0-nightly.202411230545",
"@univerjs/docs": "0.5.0-nightly.202411230545",
"@univerjs/docs-ui": "0.5.0-nightly.202411230545",
"@univerjs/engine-formula": "0.5.0-nightly.202411230545",
"@univerjs/engine-render": "0.5.0-nightly.202411230545",
"@univerjs/ui": "0.5.0-nightly.202411230545"
"@univerjs/design": "0.5.0-nightly.202411230627",
"@univerjs/docs": "0.5.0-nightly.202411230627",
"@univerjs/docs-ui": "0.5.0-nightly.202411230627",
"@univerjs/engine-formula": "0.5.0-nightly.202411230627",
"@univerjs/engine-render": "0.5.0-nightly.202411230627",
"@univerjs/ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions packages/preset-docs-drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-docs-drawing",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,14 +65,14 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/docs-drawing": "0.5.0-nightly.202411230545",
"@univerjs/docs-drawing-ui": "0.5.0-nightly.202411230545",
"@univerjs/drawing": "0.5.0-nightly.202411230545",
"@univerjs/drawing-ui": "0.5.0-nightly.202411230545"
"@univerjs/docs-drawing": "0.5.0-nightly.202411230627",
"@univerjs/docs-drawing-ui": "0.5.0-nightly.202411230627",
"@univerjs/drawing": "0.5.0-nightly.202411230627",
"@univerjs/drawing-ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions packages/preset-docs-hyper-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-docs-hyper-link",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,12 +65,12 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/docs-hyper-link": "0.5.0-nightly.202411230545",
"@univerjs/docs-hyper-link-ui": "0.5.0-nightly.202411230545"
"@univerjs/docs-hyper-link": "0.5.0-nightly.202411230627",
"@univerjs/docs-hyper-link-ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
10 changes: 5 additions & 5 deletions packages/preset-docs-thread-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-docs-thread-comment",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,13 +65,13 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs-pro/thread-comment-datasource": "0.5.0-nightly.202411230545",
"@univerjs/docs-thread-comment-ui": "0.5.0-nightly.202411230545",
"@univerjs/thread-comment-ui": "0.5.0-nightly.202411230545"
"@univerjs-pro/thread-comment-datasource": "0.5.0-nightly.202411230627",
"@univerjs/docs-thread-comment-ui": "0.5.0-nightly.202411230627",
"@univerjs/thread-comment-ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
24 changes: 12 additions & 12 deletions packages/preset-sheets-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-sheets-advanced",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -71,20 +71,20 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs-pro/engine-formula": "0.5.0-nightly.202411230545",
"@univerjs-pro/exchange-client": "0.5.0-nightly.202411230545",
"@univerjs-pro/license": "0.5.0-nightly.202411230545",
"@univerjs-pro/sheets-chart": "0.5.0-nightly.202411230545",
"@univerjs-pro/sheets-chart-ui": "0.5.0-nightly.202411230545",
"@univerjs-pro/sheets-exchange-client": "0.5.0-nightly.202411230545",
"@univerjs-pro/sheets-pivot": "0.5.0-nightly.202411230545",
"@univerjs-pro/sheets-pivot-ui": "0.5.0-nightly.202411230545",
"@univerjs-pro/sheets-print": "0.5.0-nightly.202411230545",
"@univerjs/network": "0.5.0-nightly.202411230545"
"@univerjs-pro/engine-formula": "0.5.0-nightly.202411230627",
"@univerjs-pro/exchange-client": "0.5.0-nightly.202411230627",
"@univerjs-pro/license": "0.5.0-nightly.202411230627",
"@univerjs-pro/sheets-chart": "0.5.0-nightly.202411230627",
"@univerjs-pro/sheets-chart-ui": "0.5.0-nightly.202411230627",
"@univerjs-pro/sheets-exchange-client": "0.5.0-nightly.202411230627",
"@univerjs-pro/sheets-pivot": "0.5.0-nightly.202411230627",
"@univerjs-pro/sheets-pivot-ui": "0.5.0-nightly.202411230627",
"@univerjs-pro/sheets-print": "0.5.0-nightly.202411230627",
"@univerjs/network": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions packages/preset-sheets-collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-sheets-collaboration",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,15 +65,15 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs-pro/collaboration": "0.5.0-nightly.202411230545",
"@univerjs-pro/collaboration-client": "0.5.0-nightly.202411230545",
"@univerjs-pro/edit-history-loader": "0.5.0-nightly.202411230545",
"@univerjs-pro/edit-history-viewer": "0.5.0-nightly.202411230545",
"@univerjs-pro/collaboration": "0.5.0-nightly.202411230627",
"@univerjs-pro/collaboration-client": "0.5.0-nightly.202411230627",
"@univerjs-pro/edit-history-loader": "0.5.0-nightly.202411230627",
"@univerjs-pro/edit-history-viewer": "0.5.0-nightly.202411230627",
"@univerjs/preset-sheets-advanced": "workspace:*"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions packages/preset-sheets-conditional-formatting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-sheets-conditional-formatting",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,12 +65,12 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/sheets-conditional-formatting": "0.5.0-nightly.202411230545",
"@univerjs/sheets-conditional-formatting-ui": "0.5.0-nightly.202411230545"
"@univerjs/sheets-conditional-formatting": "0.5.0-nightly.202411230627",
"@univerjs/sheets-conditional-formatting-ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
32 changes: 16 additions & 16 deletions packages/preset-sheets-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-sheets-core",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -71,24 +71,24 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/design": "0.5.0-nightly.202411230545",
"@univerjs/docs": "0.5.0-nightly.202411230545",
"@univerjs/docs-ui": "0.5.0-nightly.202411230545",
"@univerjs/engine-formula": "0.5.0-nightly.202411230545",
"@univerjs/engine-render": "0.5.0-nightly.202411230545",
"@univerjs/facade": "0.5.0-nightly.202411230545",
"@univerjs/rpc": "0.5.0-nightly.202411230545",
"@univerjs/sheets": "0.5.0-nightly.202411230545",
"@univerjs/sheets-formula": "0.5.0-nightly.202411230545",
"@univerjs/sheets-formula-ui": "0.5.0-nightly.202411230545",
"@univerjs/sheets-numfmt": "0.5.0-nightly.202411230545",
"@univerjs/sheets-numfmt-ui": "0.5.0-nightly.202411230545",
"@univerjs/sheets-ui": "0.5.0-nightly.202411230545",
"@univerjs/ui": "0.5.0-nightly.202411230545"
"@univerjs/design": "0.5.0-nightly.202411230627",
"@univerjs/docs": "0.5.0-nightly.202411230627",
"@univerjs/docs-ui": "0.5.0-nightly.202411230627",
"@univerjs/engine-formula": "0.5.0-nightly.202411230627",
"@univerjs/engine-render": "0.5.0-nightly.202411230627",
"@univerjs/facade": "0.5.0-nightly.202411230627",
"@univerjs/rpc": "0.5.0-nightly.202411230627",
"@univerjs/sheets": "0.5.0-nightly.202411230627",
"@univerjs/sheets-formula": "0.5.0-nightly.202411230627",
"@univerjs/sheets-formula-ui": "0.5.0-nightly.202411230627",
"@univerjs/sheets-numfmt": "0.5.0-nightly.202411230627",
"@univerjs/sheets-numfmt-ui": "0.5.0-nightly.202411230627",
"@univerjs/sheets-ui": "0.5.0-nightly.202411230627",
"@univerjs/ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
10 changes: 5 additions & 5 deletions packages/preset-sheets-data-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-sheets-data-validation",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,13 +65,13 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/data-validation": "0.5.0-nightly.202411230545",
"@univerjs/sheets-data-validation": "0.5.0-nightly.202411230545",
"@univerjs/sheets-data-validation-ui": "0.5.0-nightly.202411230545"
"@univerjs/data-validation": "0.5.0-nightly.202411230627",
"@univerjs/sheets-data-validation": "0.5.0-nightly.202411230627",
"@univerjs/sheets-data-validation-ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions packages/preset-sheets-drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/preset-sheets-drawing",
"version": "0.5.0-nightly.202411230545",
"version": "0.5.0-nightly.202411230627",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -65,14 +65,14 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/drawing": "0.5.0-nightly.202411230545",
"@univerjs/drawing-ui": "0.5.0-nightly.202411230545",
"@univerjs/sheets-drawing": "0.5.0-nightly.202411230545",
"@univerjs/sheets-drawing-ui": "0.5.0-nightly.202411230545"
"@univerjs/drawing": "0.5.0-nightly.202411230627",
"@univerjs/drawing-ui": "0.5.0-nightly.202411230627",
"@univerjs/sheets-drawing": "0.5.0-nightly.202411230627",
"@univerjs/sheets-drawing-ui": "0.5.0-nightly.202411230627"
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0-nightly.202411230545",
"@univerjs/core": "0.5.0-nightly.202411230627",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit a5900c4

Please sign in to comment.