From e3cbe3363598f4f4eee4c8d8f55fe1c9f102a445 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:12:42 +0800 Subject: [PATCH] Publish a new stable version (#511) * chore(release): publish a new release version * chore: update yarn.lock --------- Co-authored-by: github-actions[bot] Co-authored-by: cycleccc <2991205548@qq.com> --- .changeset/lucky-beds-decide.md | 6 --- packages/basic-modules/CHANGELOG.md | 7 +++ packages/basic-modules/package.json | 4 +- packages/code-highlight/CHANGELOG.md | 7 +++ packages/code-highlight/package.json | 4 +- packages/core/CHANGELOG.md | 6 +++ packages/core/package.json | 2 +- packages/editor/CHANGELOG.md | 14 ++++++ packages/editor/package.json | 16 +++---- packages/list-module/CHANGELOG.md | 7 +++ packages/list-module/package.json | 4 +- packages/plugin-float-image/CHANGELOG.md | 7 +++ packages/plugin-float-image/package.json | 4 +- packages/plugin-formula/CHANGELOG.md | 7 +++ packages/plugin-formula/package.json | 4 +- packages/plugin-link-card/CHANGELOG.md | 7 +++ packages/plugin-link-card/package.json | 4 +- packages/plugin-markdown/CHANGELOG.md | 7 +++ packages/plugin-markdown/package.json | 4 +- packages/table-module/CHANGELOG.md | 7 +++ packages/table-module/package.json | 4 +- packages/upload-image-module/CHANGELOG.md | 8 ++++ packages/upload-image-module/package.json | 6 +-- packages/video-module/CHANGELOG.md | 7 +++ packages/video-module/package.json | 4 +- packages/yjs-for-react/CHANGELOG.md | 8 ++++ packages/yjs-for-react/package.json | 6 +-- packages/yjs/CHANGELOG.md | 7 +++ packages/yjs/package.json | 4 +- yarn.lock | 56 +++++++++++------------ 30 files changed, 169 insertions(+), 69 deletions(-) delete mode 100644 .changeset/lucky-beds-decide.md diff --git a/.changeset/lucky-beds-decide.md b/.changeset/lucky-beds-decide.md deleted file mode 100644 index 98fab68a..00000000 --- a/.changeset/lucky-beds-decide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wangeditor-next/core': patch -'@wangeditor-next/editor': patch ---- - -fix(table): forbidden tabale drag event diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 293a77ca..c361feec 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.5.31 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + ## 1.5.30 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index b6eb5169..91002985 100644 --- a/packages/basic-modules/package.json +++ b/packages/basic-modules/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/basic-modules", - "version": "1.5.30", + "version": "1.5.31", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/core": "1.7.31", "dom7": "^3.0.0 || ^4.0.0", "lodash.throttle": "^4.1.1", "nanoid": "^5.0.0", diff --git a/packages/code-highlight/CHANGELOG.md b/packages/code-highlight/CHANGELOG.md index 1b24383d..fca33195 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.28 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + ## 1.3.27 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index a5fdd9f7..6a296461 100644 --- a/packages/code-highlight/package.json +++ b/packages/code-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/code-highlight", - "version": "1.3.27", + "version": "1.3.28", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/core": "1.7.31", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 659a4b89..b5d68b23 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.31 + +### Patch Changes + +- 76fb46e: fix(table): forbidden tabale drag event + ## 1.7.30 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9c52f6d4..500257c9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.30", + "version": "1.7.31", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 6b094e27..13e40315 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.6.29 + +### Patch Changes + +- 76fb46e: fix(table): forbidden tabale drag event +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + - @wangeditor-next/basic-modules@1.5.31 + - @wangeditor-next/code-highlight@1.3.28 + - @wangeditor-next/list-module@1.1.37 + - @wangeditor-next/table-module@1.6.40 + - @wangeditor-next/upload-image-module@1.1.34 + - @wangeditor-next/video-module@1.3.37 + ## 5.6.28 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 75b98282..9a5fe9c5 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.28", + "version": "5.6.29", "description": "Web rich text editor, Web 富文本编辑器", "keywords": [ "wangeditor", @@ -55,13 +55,13 @@ "dependencies": { "@uppy/core": "^2.1.1", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "~1.5.30", - "@wangeditor-next/code-highlight": "~1.3.27", - "@wangeditor-next/core": "~1.7.30", - "@wangeditor-next/list-module": "~1.1.36", - "@wangeditor-next/table-module": "~1.6.39", - "@wangeditor-next/upload-image-module": "~1.1.33", - "@wangeditor-next/video-module": "~1.3.36", + "@wangeditor-next/basic-modules": "~1.5.31", + "@wangeditor-next/code-highlight": "~1.3.28", + "@wangeditor-next/core": "~1.7.31", + "@wangeditor-next/list-module": "~1.1.37", + "@wangeditor-next/table-module": "~1.6.40", + "@wangeditor-next/upload-image-module": "~1.1.34", + "@wangeditor-next/video-module": "~1.3.37", "dom7": "^4.0.0", "is-hotkey": "^0.2.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/list-module/CHANGELOG.md b/packages/list-module/CHANGELOG.md index 3011f751..416f5540 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.37 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + ## 1.1.36 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index 7acda3c2..81bc4a6e 100644 --- a/packages/list-module/package.json +++ b/packages/list-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/list-module", - "version": "1.1.36", + "version": "1.1.37", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/core": "1.7.31", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-float-image/CHANGELOG.md b/packages/plugin-float-image/CHANGELOG.md index 0765cf9a..2e9f8add 100644 --- a/packages/plugin-float-image/CHANGELOG.md +++ b/packages/plugin-float-image/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-float-image +## 1.0.14 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/editor@5.6.29 + ## 1.0.13 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index 0bd310b6..e5ca6feb 100644 --- a/packages/plugin-float-image/package.json +++ b/packages/plugin-float-image/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-float-image", - "version": "1.0.13", + "version": "1.0.14", "description": "wangEditor float image plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.28", + "@wangeditor-next/editor": "5.6.29", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-formula/CHANGELOG.md b/packages/plugin-formula/CHANGELOG.md index c8651750..54b37395 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-formula +## 1.0.14 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/editor@5.6.29 + ## 1.0.13 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index d4703fd1..6340daec 100644 --- a/packages/plugin-formula/package.json +++ b/packages/plugin-formula/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-formula", - "version": "1.0.13", + "version": "1.0.14", "description": "wangEditor next formula 公式", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "katex": "^0.16.0" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.28", + "@wangeditor-next/editor": "5.6.29", "katex": "^0.16.0", "snabbdom": "^3.1.0" }, diff --git a/packages/plugin-link-card/CHANGELOG.md b/packages/plugin-link-card/CHANGELOG.md index 5d641047..c53e7a23 100644 --- a/packages/plugin-link-card/CHANGELOG.md +++ b/packages/plugin-link-card/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-link-card +## 1.0.14 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/editor@5.6.29 + ## 1.0.13 ### Patch Changes diff --git a/packages/plugin-link-card/package.json b/packages/plugin-link-card/package.json index 5df53fa7..05550243 100644 --- a/packages/plugin-link-card/package.json +++ b/packages/plugin-link-card/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-link-card", - "version": "1.0.13", + "version": "1.0.14", "description": "wangEditor link card plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.28", + "@wangeditor-next/editor": "5.6.29", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/plugin-markdown/CHANGELOG.md b/packages/plugin-markdown/CHANGELOG.md index 34fd6c64..a772ccd0 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-markdown +## 1.0.14 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/editor@5.6.29 + ## 1.0.13 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index b52dd975..fe9d1167 100644 --- a/packages/plugin-markdown/package.json +++ b/packages/plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-markdown", - "version": "1.0.13", + "version": "1.0.14", "description": "wangEditor markdown plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.28", + "@wangeditor-next/editor": "5.6.29", "dom7": "^3.0.0 || ^4.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/table-module/CHANGELOG.md b/packages/table-module/CHANGELOG.md index 011f943a..5841c529 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.40 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + ## 1.6.39 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 01e9bb4b..9d062476 100644 --- a/packages/table-module/package.json +++ b/packages/table-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/table-module", - "version": "1.6.39", + "version": "1.6.40", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/cycleccc/wangEditor/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/core": "1.7.31", "dom7": "^3.0.0 || ^4.0.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", diff --git a/packages/upload-image-module/CHANGELOG.md b/packages/upload-image-module/CHANGELOG.md index adcdfe74..cd4f60ee 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.34 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + - @wangeditor-next/basic-modules@1.5.31 + ## 1.1.33 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index a493ed23..a5c865d6 100644 --- a/packages/upload-image-module/package.json +++ b/packages/upload-image-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/upload-image-module", - "version": "1.1.33", + "version": "1.1.34", "description": "wangEditor upload-image module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -46,8 +46,8 @@ "peerDependencies": { "@uppy/core": "^2.0.3", "@uppy/xhr-upload": "^2.0.3", - "@wangeditor-next/basic-modules": "1.5.30", - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/basic-modules": "1.5.31", + "@wangeditor-next/core": "1.7.31", "dom7": "^3.0.0 || ^4.0.0", "lodash.foreach": "^4.5.0", "slate": "^0.72.0", diff --git a/packages/video-module/CHANGELOG.md b/packages/video-module/CHANGELOG.md index 940aa38e..d8a438ef 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.37 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + ## 1.3.36 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index 2deb8615..ffc3f47c 100644 --- a/packages/video-module/package.json +++ b/packages/video-module/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/video-module", - "version": "1.3.36", + "version": "1.3.37", "description": "wangEditor video module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -46,7 +46,7 @@ "peerDependencies": { "@uppy/core": "^2.1.4", "@uppy/xhr-upload": "^2.0.7", - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/core": "1.7.31", "dom7": "^3.0.0 || ^4.0.0", "nanoid": "^5.0.0", "slate": "^0.72.0", diff --git a/packages/yjs-for-react/CHANGELOG.md b/packages/yjs-for-react/CHANGELOG.md index 8c597a3e..78759d96 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/yjs-for-react +## 0.1.40 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/editor@5.6.29 + - @wangeditor-next/yjs@0.1.29 + ## 0.1.39 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index f710aac2..f3831a9c 100644 --- a/packages/yjs-for-react/package.json +++ b/packages/yjs-for-react/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs-for-react", - "version": "0.1.39", + "version": "0.1.40", "description": "React specific components/utils for wangeditor-next-yjs.", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -56,8 +56,8 @@ "y-protocols": "^1.0.5" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.28", - "@wangeditor-next/yjs": "^0.1.28", + "@wangeditor-next/editor": "5.6.29", + "@wangeditor-next/yjs": "^0.1.29", "react": ">=16.8.0", "slate": "^0.72.0", "yjs": "^13.5.29" diff --git a/packages/yjs/CHANGELOG.md b/packages/yjs/CHANGELOG.md index 40ebeabb..099557f0 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs +## 0.1.29 + +### Patch Changes + +- Updated dependencies [76fb46e] + - @wangeditor-next/core@1.7.31 + ## 0.1.28 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index d6e301c0..c5de3ad1 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.28", + "version": "0.1.29", "author": "cycleccc <2991205548@qq.com>", "type": "module", "description": "Yjs binding for wangeditor-next.", @@ -48,7 +48,7 @@ "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.30", + "@wangeditor-next/core": "1.7.31", "slate": "^0.72.0", "yjs": "^13.5.29" }, diff --git a/yarn.lock b/yarn.lock index 164ba95b..35e4c986 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3511,14 +3511,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.30, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.31, @wangeditor-next/basic-modules@workspace:packages/basic-modules": version: 0.0.0-use.local resolution: "@wangeditor-next/basic-modules@workspace:packages/basic-modules" dependencies: "@types/is-url": "npm:^1.2.29" is-url: "npm:^1.2.4" peerDependencies: - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/core": 1.7.31 dom7: ^3.0.0 || ^4.0.0 lodash.throttle: ^4.1.1 nanoid: ^5.0.0 @@ -3527,21 +3527,21 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/code-highlight@npm:~1.3.27, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.28, @wangeditor-next/code-highlight@workspace:packages/code-highlight": version: 0.0.0-use.local resolution: "@wangeditor-next/code-highlight@workspace:packages/code-highlight" dependencies: "@types/prismjs": "npm:^1.16.5" prismjs: "npm:^1.23.0" peerDependencies: - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/core": 1.7.31 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/core@npm:~1.7.30, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.31, @wangeditor-next/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@wangeditor-next/core@workspace:packages/core" dependencies: @@ -3590,13 +3590,13 @@ __metadata: dependencies: "@uppy/core": "npm:^2.1.1" "@uppy/xhr-upload": "npm:^2.0.3" - "@wangeditor-next/basic-modules": "npm:~1.5.30" - "@wangeditor-next/code-highlight": "npm:~1.3.27" - "@wangeditor-next/core": "npm:~1.7.30" - "@wangeditor-next/list-module": "npm:~1.1.36" - "@wangeditor-next/table-module": "npm:~1.6.39" - "@wangeditor-next/upload-image-module": "npm:~1.1.33" - "@wangeditor-next/video-module": "npm:~1.3.36" + "@wangeditor-next/basic-modules": "npm:~1.5.31" + "@wangeditor-next/code-highlight": "npm:~1.3.28" + "@wangeditor-next/core": "npm:~1.7.31" + "@wangeditor-next/list-module": "npm:~1.1.37" + "@wangeditor-next/table-module": "npm:~1.6.40" + "@wangeditor-next/upload-image-module": "npm:~1.1.34" + "@wangeditor-next/video-module": "npm:~1.3.37" dom7: "npm:^4.0.0" is-hotkey: "npm:^0.2.0" lodash.camelcase: "npm:^4.3.0" @@ -3612,11 +3612,11 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/list-module@npm:~1.1.36, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.37, @wangeditor-next/list-module@workspace:packages/list-module": version: 0.0.0-use.local resolution: "@wangeditor-next/list-module@workspace:packages/list-module" peerDependencies: - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/core": 1.7.31 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3627,7 +3627,7 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-float-image@workspace:packages/plugin-float-image" peerDependencies: - "@wangeditor-next/editor": 5.6.28 + "@wangeditor-next/editor": 5.6.29 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3642,7 +3642,7 @@ __metadata: katex: "npm:^0.16.0" nanoid: "npm:^5.0.0" peerDependencies: - "@wangeditor-next/editor": 5.6.28 + "@wangeditor-next/editor": 5.6.29 katex: ^0.16.0 snabbdom: ^3.1.0 languageName: unknown @@ -3652,7 +3652,7 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-link-card@workspace:packages/plugin-link-card" peerDependencies: - "@wangeditor-next/editor": 5.6.28 + "@wangeditor-next/editor": 5.6.29 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3663,18 +3663,18 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown" peerDependencies: - "@wangeditor-next/editor": 5.6.28 + "@wangeditor-next/editor": 5.6.29 dom7: ^3.0.0 || ^4.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.39, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.40, @wangeditor-next/table-module@workspace:packages/table-module": version: 0.0.0-use.local resolution: "@wangeditor-next/table-module@workspace:packages/table-module" peerDependencies: - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/core": 1.7.31 dom7: ^3.0.0 || ^4.0.0 lodash.debounce: ^4.0.8 lodash.isequal: ^4.5.0 @@ -3685,14 +3685,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/upload-image-module@npm:~1.1.33, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.34, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": version: 0.0.0-use.local resolution: "@wangeditor-next/upload-image-module@workspace:packages/upload-image-module" peerDependencies: "@uppy/core": ^2.0.3 "@uppy/xhr-upload": ^2.0.3 - "@wangeditor-next/basic-modules": 1.5.30 - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/basic-modules": 1.5.31 + "@wangeditor-next/core": 1.7.31 dom7: ^3.0.0 || ^4.0.0 lodash.foreach: ^4.5.0 slate: ^0.72.0 @@ -3700,13 +3700,13 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/video-module@npm:~1.3.36, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.37, @wangeditor-next/video-module@workspace:packages/video-module": version: 0.0.0-use.local resolution: "@wangeditor-next/video-module@workspace:packages/video-module" peerDependencies: "@uppy/core": ^2.1.4 "@uppy/xhr-upload": ^2.0.7 - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/core": 1.7.31 dom7: ^3.0.0 || ^4.0.0 nanoid: ^5.0.0 slate: ^0.72.0 @@ -3799,8 +3799,8 @@ __metadata: use-sync-external-store: "npm:^1.2.0" y-protocols: "npm:^1.0.5" peerDependencies: - "@wangeditor-next/editor": 5.6.28 - "@wangeditor-next/yjs": ^0.1.28 + "@wangeditor-next/editor": 5.6.29 + "@wangeditor-next/yjs": ^0.1.29 react: ">=16.8.0" slate: ^0.72.0 yjs: ^13.5.29 @@ -3816,7 +3816,7 @@ __metadata: y-protocols: "npm:^1.0.5" yjs: "npm:^13.5.29" peerDependencies: - "@wangeditor-next/core": 1.7.30 + "@wangeditor-next/core": 1.7.31 slate: ^0.72.0 yjs: ^13.5.29 languageName: unknown