Skip to content

Commit

Permalink
chore: update package json files
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Oct 9, 2024
1 parent 27eb2a3 commit dd978cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 52 deletions.
64 changes: 14 additions & 50 deletions mockdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,58 +57,9 @@
"build": "tsc && vite build"
},
"peerDependencies": {
"@univerjs/action-recorder": "workspace:*",
"@univerjs/core": "workspace:*",
"@univerjs/data-validation": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
"@univerjs/docs-drawing": "workspace:*",
"@univerjs/docs-drawing-ui": "workspace:*",
"@univerjs/docs-hyper-link-ui": "workspace:*",
"@univerjs/docs-mention-ui": "workspace:*",
"@univerjs/docs-thread-comment-ui": "workspace:*",
"@univerjs/docs-ui": "workspace:*",
"@univerjs/drawing": "workspace:*",
"@univerjs/drawing-ui": "workspace:*",
"@univerjs/engine-formula": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/facade": "workspace:*",
"@univerjs/find-replace": "workspace:*",
"@univerjs/icons": "^0.1.78",
"@univerjs/rpc": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-conditional-formatting": "workspace:*",
"@univerjs/sheets-conditional-formatting-ui": "workspace:*",
"@univerjs/sheets-crosshair-highlight": "workspace:*",
"@univerjs/sheets-data-validation": "workspace:*",
"@univerjs/sheets-drawing": "workspace:*",
"@univerjs/sheets-drawing-ui": "workspace:*",
"@univerjs/sheets-filter": "workspace:*",
"@univerjs/sheets-filter-ui": "workspace:*",
"@univerjs/sheets-find-replace": "workspace:*",
"@univerjs/sheets-formula": "workspace:*",
"@univerjs/sheets-hyper-link": "workspace:*",
"@univerjs/sheets-hyper-link-ui": "workspace:*",
"@univerjs/sheets-numfmt": "workspace:*",
"@univerjs/sheets-sort": "workspace:*",
"@univerjs/sheets-sort-ui": "workspace:*",
"@univerjs/sheets-thread-comment": "workspace:*",
"@univerjs/sheets-thread-comment-base": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/sheets-zen-editor": "workspace:*",
"@univerjs/slides": "workspace:*",
"@univerjs/slides-ui": "workspace:*",
"@univerjs/thread-comment": "workspace:*",
"@univerjs/thread-comment-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@univerjs/uni-docs-ui": "workspace:*",
"@univerjs/uni-formula": "workspace:*",
"@univerjs/uni-formula-ui": "workspace:*",
"@univerjs/uni-sheets-ui": "workspace:*",
"@univerjs/uni-slides-ui": "workspace:*",
"@univerjs/uniscript": "workspace:*",
"@univerjs/uniui": "workspace:*",
"rxjs": ">=7.0.0"
"@univerjs/sheets-data-validation": "workspace:*"
},
"dependencies": {
"@univerjs/action-recorder": "workspace:*",
Expand Down Expand Up @@ -169,5 +120,18 @@
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vitest": "^2.0.5"
},
"univerSpace": {
".": {
"import": "./lib/es/index.js",
"require": "./lib/cjs/index.js",
"types": "./lib/types/index.d.ts"
},
"./*": {
"import": "./lib/es/*",
"require": "./lib/cjs/*",
"types": "./lib/types/index.d.ts"
},
"./lib/*": "./lib/*"
}
}
1 change: 0 additions & 1 deletion packages/sheets-zen-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
},
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/docs": "workspace:*",
"@univerjs/docs-ui": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/sheets": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/services/message/message.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import type { IMessageOptions } from '@univerjs/design';
import type { IDisposable } from '@univerjs/core';
import type { IMessageOptions } from '@univerjs/design';
import { createIdentifier } from '@univerjs/core';

export const IMessageService = createIdentifier<IMessageService>('ui.message.service');
Expand Down

0 comments on commit dd978cd

Please sign in to comment.