diff --git a/.changeset/lucky-beds-decide.md b/.changeset/lucky-beds-decide.md deleted file mode 100644 index 98fab68ad..000000000 --- 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 293a77ca4..c361feeca 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 b6eb51697..910029850 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 1b24383d1..fca33195c 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 a5fdd9f74..6a2964611 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 659a4b891..b5d68b23e 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 9c52f6d4a..500257c92 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 6b094e270..13e403156 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 75b98282f..9a5fe9c59 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 3011f7513..416f5540c 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 7acda3c25..81bc4a6ed 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 0765cf9a0..2e9f8addd 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 0bd310b66..e5ca6febc 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 c86517501..54b37395f 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 d4703fd15..6340daec5 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 5d6410475..c53e7a237 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 5df53fa7b..055502439 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 34fd6c646..a772ccd09 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 b52dd9755..fe9d1167e 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 011f943ac..5841c5295 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 01e9bb4b3..9d0624767 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 adcdfe74e..cd4f60ee7 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 a493ed23b..a5c865d65 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 940aa38e1..d8a438ef5 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 2deb8615b..ffc3f47cf 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 8c597a3ee..78759d966 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 f710aac22..f3831a9c0 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 40ebeabbc..099557f0e 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 d6e301c05..c5de3ad13 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 164ba95be..35e4c986d 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