diff --git a/.changeset/sixty-gorillas-breathe.md b/.changeset/sixty-gorillas-breathe.md deleted file mode 100644 index f1b9d2de4..000000000 --- a/.changeset/sixty-gorillas-breathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wangeditor-next/core': patch -'@wangeditor-next/editor': patch ---- - -fix: Safari paste image base64 and blob (#524) diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 2b2db7748..afbba929d 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.5.32 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + ## 1.5.31 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 4517d1fcf..73d8d382b 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.31", + "version": "1.5.32", "description": "wangEditor basic modules", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.31", + "@wangeditor-next/core": "1.7.32", "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 cf4183ea4..e23cd1f7c 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.29 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + ## 1.3.28 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index 94a8e86be..f7cf54b55 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.28", + "version": "1.3.29", "description": "wangEditor code-highlight module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.31", + "@wangeditor-next/core": "1.7.32", "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 9a0aa73b6..5fac29520 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.32 + +### Patch Changes + +- c60e0e2: fix: Safari paste image base64 and blob (#524) + ## 1.7.31 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9596c3e9a..87d3182cb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.31", + "version": "1.7.32", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 97cfa79b9..f011f1873 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.6.30 + +### Patch Changes + +- c60e0e2: fix: Safari paste image base64 and blob (#524) +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + - @wangeditor-next/basic-modules@1.5.32 + - @wangeditor-next/code-highlight@1.3.29 + - @wangeditor-next/list-module@1.1.38 + - @wangeditor-next/table-module@1.6.41 + - @wangeditor-next/upload-image-module@1.1.35 + - @wangeditor-next/video-module@1.3.38 + ## 5.6.29 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index ab4f2d8bf..5afefe700 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.29", + "version": "5.6.30", "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.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", + "@wangeditor-next/basic-modules": "~1.5.32", + "@wangeditor-next/code-highlight": "~1.3.29", + "@wangeditor-next/core": "~1.7.32", + "@wangeditor-next/list-module": "~1.1.38", + "@wangeditor-next/table-module": "~1.6.41", + "@wangeditor-next/upload-image-module": "~1.1.35", + "@wangeditor-next/video-module": "~1.3.38", "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 93e85c086..de7f52c60 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.38 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + ## 1.1.37 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index 60f47df54..b56a9ebd6 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.37", + "version": "1.1.38", "description": "wangEditor list module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.31", + "@wangeditor-next/core": "1.7.32", "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 2e9f8addd..bc0d74cd1 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.15 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/editor@5.6.30 + ## 1.0.14 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index f16cee620..527d67d76 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.14", + "version": "1.0.15", "description": "wangEditor float image plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.29", + "@wangeditor-next/editor": "5.6.30", "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 54b37395f..bb4ce7c5d 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-formula +## 1.0.15 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/editor@5.6.30 + ## 1.0.14 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index 2699a15d4..1bef7c508 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.14", + "version": "1.0.15", "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.29", + "@wangeditor-next/editor": "5.6.30", "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 c53e7a237..2b329c18d 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.15 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/editor@5.6.30 + ## 1.0.14 ### Patch Changes diff --git a/packages/plugin-link-card/package.json b/packages/plugin-link-card/package.json index d51ea243b..8aa0b79dd 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.14", + "version": "1.0.15", "description": "wangEditor link card plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.29", + "@wangeditor-next/editor": "5.6.30", "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 a772ccd09..b1e0d9320 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/plugin-markdown +## 1.0.15 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/editor@5.6.30 + ## 1.0.14 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index abd998af9..e846d4e07 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.14", + "version": "1.0.15", "description": "wangEditor markdown plugin", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -41,7 +41,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/editor": "5.6.29", + "@wangeditor-next/editor": "5.6.30", "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 6527af74c..61bd5ce65 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.41 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + ## 1.6.40 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index 1744b00eb..4200c800d 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.40", + "version": "1.6.41", "description": "wangEditor table module", "author": "cycleccc <2991205548@qq.com>", "type": "module", @@ -44,7 +44,7 @@ "url": "https://github.com/wangeditor-next/wangeditor-next/issues" }, "peerDependencies": { - "@wangeditor-next/core": "1.7.31", + "@wangeditor-next/core": "1.7.32", "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 6a7554a29..5a5275393 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.35 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + - @wangeditor-next/basic-modules@1.5.32 + ## 1.1.34 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 45a58e7cd..99c0a67ab 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.34", + "version": "1.1.35", "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.31", - "@wangeditor-next/core": "1.7.31", + "@wangeditor-next/basic-modules": "1.5.32", + "@wangeditor-next/core": "1.7.32", "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 6f2b26f8b..bb2022b8f 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.38 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + ## 1.3.37 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index eb20df281..8213eb369 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.37", + "version": "1.3.38", "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.31", + "@wangeditor-next/core": "1.7.32", "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 78759d966..87d026201 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.41 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/editor@5.6.30 + - @wangeditor-next/yjs@0.1.30 + ## 0.1.40 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index b257d0636..9f6661df0 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.40", + "version": "0.1.41", "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.29", - "@wangeditor-next/yjs": "^0.1.29", + "@wangeditor-next/editor": "5.6.30", + "@wangeditor-next/yjs": "^0.1.30", "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 099557f0e..93d5c2b89 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs +## 0.1.30 + +### Patch Changes + +- Updated dependencies [c60e0e2] + - @wangeditor-next/core@1.7.32 + ## 0.1.29 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index d21333fe5..971663490 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.29", + "version": "0.1.30", "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.31", + "@wangeditor-next/core": "1.7.32", "slate": "^0.72.0", "yjs": "^13.5.29" }, diff --git a/yarn.lock b/yarn.lock index 35e4c986d..0301b6d2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3511,14 +3511,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.31, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.32, @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.31 + "@wangeditor-next/core": 1.7.32 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.28, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.29, @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.31 + "@wangeditor-next/core": 1.7.32 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.31, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.32, @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.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" + "@wangeditor-next/basic-modules": "npm:~1.5.32" + "@wangeditor-next/code-highlight": "npm:~1.3.29" + "@wangeditor-next/core": "npm:~1.7.32" + "@wangeditor-next/list-module": "npm:~1.1.38" + "@wangeditor-next/table-module": "npm:~1.6.41" + "@wangeditor-next/upload-image-module": "npm:~1.1.35" + "@wangeditor-next/video-module": "npm:~1.3.38" 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.37, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.38, @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.31 + "@wangeditor-next/core": 1.7.32 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.29 + "@wangeditor-next/editor": 5.6.30 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.29 + "@wangeditor-next/editor": 5.6.30 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.29 + "@wangeditor-next/editor": 5.6.30 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.29 + "@wangeditor-next/editor": 5.6.30 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.40, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.41, @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.31 + "@wangeditor-next/core": 1.7.32 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.34, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.35, @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.31 - "@wangeditor-next/core": 1.7.31 + "@wangeditor-next/basic-modules": 1.5.32 + "@wangeditor-next/core": 1.7.32 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.37, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.38, @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.31 + "@wangeditor-next/core": 1.7.32 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.29 - "@wangeditor-next/yjs": ^0.1.29 + "@wangeditor-next/editor": 5.6.30 + "@wangeditor-next/yjs": ^0.1.30 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.31 + "@wangeditor-next/core": 1.7.32 slate: ^0.72.0 yjs: ^13.5.29 languageName: unknown