Skip to content

Commit

Permalink
fix: move @univerjs/drawing into @univerjs/presets (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored Nov 25, 2024
1 parent b354ed3 commit 27d7c14
Show file tree
Hide file tree
Showing 24 changed files with 330 additions and 335 deletions.
2 changes: 1 addition & 1 deletion examples-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"minimist": "^1.2.8",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"http-proxy": "^1.18.1",
"less": "^4.2.0",
"minimist": "^1.2.8",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-docs-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-docs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
1 change: 0 additions & 1 deletion packages/preset-docs-drawing/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { build } from '@univerjs-infra/shared/vite';

build({
umdDeps: [
'@univerjs/drawing',
'@univerjs/drawing-ui',
'@univerjs/docs-drawing',
'@univerjs/docs-drawing-ui',
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-docs-drawing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-docs-hyper-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-docs-thread-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
"@univerjs-pro/engine-pivot": "0.5.0",
"@univerjs-pro/print": "0.5.0",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-conditional-formatting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-data-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
1 change: 0 additions & 1 deletion packages/preset-sheets-drawing/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { build } from '@univerjs-infra/shared/vite';

build({
umdDeps: [
'@univerjs/drawing',
'@univerjs/drawing-ui',
'@univerjs/sheets-drawing',
'@univerjs/sheets-drawing-ui',
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-sheets-drawing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-hyper-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-node-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-sort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/preset-sheets-thread-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/core": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
1 change: 1 addition & 0 deletions packages/presets/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ build({
'@univerjs/engine-render',
'@univerjs/engine-numfmt',
'@univerjs/engine-formula',
'@univerjs/drawing',
],
});
3 changes: 2 additions & 1 deletion packages/presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,13 @@
},
"devDependencies": {
"@univerjs-infra/shared": "workspace:*",
"@univerjs/drawing": "0.5.0",
"@univerjs/engine-formula": "0.5.0",
"@univerjs/engine-numfmt": "0.5.0",
"@univerjs/engine-render": "0.5.0",
"@univerjs/protocol": "0.1.39-alpha.38",
"@univerjs/rpc": "0.5.0",
"@univerjs/telemetry": "0.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 27d7c14

Please sign in to comment.