diff --git a/.changeset/eight-chicken-rush.md b/.changeset/eight-chicken-rush.md deleted file mode 100644 index ef87949ff..000000000 --- a/.changeset/eight-chicken-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wangeditor-next/basic-modules": patch -"@wangeditor-next/editor": patch ---- - -fix: add more font style diff --git a/.changeset/itchy-kangaroos-cheat.md b/.changeset/itchy-kangaroos-cheat.md deleted file mode 100644 index 2533ee361..000000000 --- a/.changeset/itchy-kangaroos-cheat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wangeditor-next/core": patch -"@wangeditor-next/editor": patch ---- - -fix: revert default font config diff --git a/packages/basic-modules/CHANGELOG.md b/packages/basic-modules/CHANGELOG.md index 74bb1b071..9a2533005 100644 --- a/packages/basic-modules/CHANGELOG.md +++ b/packages/basic-modules/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.5.24 + +### Patch Changes + +- 5bbff78: fix: add more font style +- Updated dependencies [7b80f5d] + - @wangeditor-next/core@1.7.25 + ## 1.5.23 ### Patch Changes diff --git a/packages/basic-modules/package.json b/packages/basic-modules/package.json index 0549b5f0d..5d8674438 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.23", + "version": "1.5.24", "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.24", + "@wangeditor-next/core": "1.7.25", "dom7": "^3.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 fcdf7e448..de4dc078c 100644 --- a/packages/code-highlight/CHANGELOG.md +++ b/packages/code-highlight/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.22 + +### Patch Changes + +- Updated dependencies [7b80f5d] + - @wangeditor-next/core@1.7.25 + ## 1.3.21 ### Patch Changes diff --git a/packages/code-highlight/package.json b/packages/code-highlight/package.json index b5175ebc3..5ca086ca5 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.21", + "version": "1.3.22", "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.24", + "@wangeditor-next/core": "1.7.25", "dom7": "^3.0.0", "slate": "^0.72.0", "snabbdom": "^3.1.0" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 862fd35ff..100fe347d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.7.25 + +### Patch Changes + +- 7b80f5d: fix: revert default font config + ## 1.7.24 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 45817dd07..012ef4e61 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/core", - "version": "1.7.24", + "version": "1.7.25", "description": "wangEditor core", "author": "cycleccc <2991205548@qq.com>", "type": "module", diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 7e19a70c9..c3eb7a113 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 5.6.15 + +### Patch Changes + +- 5bbff78: fix: add more font style +- 7b80f5d: fix: revert default font config +- Updated dependencies [5bbff78] +- Updated dependencies [7b80f5d] + - @wangeditor-next/basic-modules@1.5.24 + - @wangeditor-next/core@1.7.25 + - @wangeditor-next/upload-image-module@1.1.27 + - @wangeditor-next/code-highlight@1.3.22 + - @wangeditor-next/list-module@1.1.31 + - @wangeditor-next/table-module@1.6.27 + - @wangeditor-next/video-module@1.3.30 + ## 5.6.14 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 8f3b568a5..59002cd74 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/editor", - "version": "5.6.14", + "version": "5.6.15", "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.23", - "@wangeditor-next/code-highlight": "~1.3.21", - "@wangeditor-next/core": "~1.7.24", - "@wangeditor-next/list-module": "~1.1.30", - "@wangeditor-next/table-module": "~1.6.26", - "@wangeditor-next/upload-image-module": "~1.1.26", - "@wangeditor-next/video-module": "~1.3.29", + "@wangeditor-next/basic-modules": "~1.5.24", + "@wangeditor-next/code-highlight": "~1.3.22", + "@wangeditor-next/core": "~1.7.25", + "@wangeditor-next/list-module": "~1.1.31", + "@wangeditor-next/table-module": "~1.6.27", + "@wangeditor-next/upload-image-module": "~1.1.27", + "@wangeditor-next/video-module": "~1.3.30", "dom7": "^3.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 a252e0df0..4768051f0 100644 --- a/packages/list-module/CHANGELOG.md +++ b/packages/list-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.31 + +### Patch Changes + +- Updated dependencies [7b80f5d] + - @wangeditor-next/core@1.7.25 + ## 1.1.30 ### Patch Changes diff --git a/packages/list-module/package.json b/packages/list-module/package.json index c25b5e1bd..5bda47854 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.30", + "version": "1.1.31", "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.24", + "@wangeditor-next/core": "1.7.25", "dom7": "^3.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 a5220bba7..c6f61bdc9 100644 --- a/packages/plugin-float-image/CHANGELOG.md +++ b/packages/plugin-float-image/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/plugin-float-image +## 0.1.12 + +### Patch Changes + +- Updated dependencies [5bbff78] +- Updated dependencies [7b80f5d] + - @wangeditor-next/editor@5.6.15 + ## 0.1.11 ### Patch Changes diff --git a/packages/plugin-float-image/package.json b/packages/plugin-float-image/package.json index 7323b6661..124d38783 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": "0.1.11", + "version": "0.1.12", "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.14", + "@wangeditor-next/editor": "5.6.15", "dom7": "^3.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 26042a9db..d8e326e22 100644 --- a/packages/plugin-formula/CHANGELOG.md +++ b/packages/plugin-formula/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/plugin-formula +## 0.0.11 + +### Patch Changes + +- Updated dependencies [5bbff78] +- Updated dependencies [7b80f5d] + - @wangeditor-next/editor@5.6.15 + ## 0.0.10 ### Patch Changes diff --git a/packages/plugin-formula/package.json b/packages/plugin-formula/package.json index 9194a8b24..e58855dde 100644 --- a/packages/plugin-formula/package.json +++ b/packages/plugin-formula/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-formula", - "version": "0.0.10", + "version": "0.0.11", "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.14", + "@wangeditor-next/editor": "5.6.15", "katex": "^0.16.0", "snabbdom": "^3.1.0" }, diff --git a/packages/plugin-markdown/CHANGELOG.md b/packages/plugin-markdown/CHANGELOG.md index 707bca6a9..c1042b875 100644 --- a/packages/plugin-markdown/CHANGELOG.md +++ b/packages/plugin-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # @wangeditor-next/plugin-markdown +## 0.0.7 + +### Patch Changes + +- Updated dependencies [5bbff78] +- Updated dependencies [7b80f5d] + - @wangeditor-next/editor@5.6.15 + ## 0.0.6 ### Patch Changes diff --git a/packages/plugin-markdown/package.json b/packages/plugin-markdown/package.json index 1c507d967..5b7a2de2f 100644 --- a/packages/plugin-markdown/package.json +++ b/packages/plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/plugin-markdown", - "version": "0.0.6", + "version": "0.0.7", "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.14", + "@wangeditor-next/editor": "5.6.15", "dom7": "^3.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 f000e1ea7..b1e96af6c 100644 --- a/packages/table-module/CHANGELOG.md +++ b/packages/table-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.6.27 + +### Patch Changes + +- Updated dependencies [7b80f5d] + - @wangeditor-next/core@1.7.25 + ## 1.6.26 ### Patch Changes diff --git a/packages/table-module/package.json b/packages/table-module/package.json index d77c13d4c..be02870b5 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.26", + "version": "1.6.27", "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.24", + "@wangeditor-next/core": "1.7.25", "dom7": "^3.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 8e9b3442d..b526f0e3c 100644 --- a/packages/upload-image-module/CHANGELOG.md +++ b/packages/upload-image-module/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.27 + +### Patch Changes + +- Updated dependencies [5bbff78] +- Updated dependencies [7b80f5d] + - @wangeditor-next/basic-modules@1.5.24 + - @wangeditor-next/core@1.7.25 + ## 1.1.26 ### Patch Changes diff --git a/packages/upload-image-module/package.json b/packages/upload-image-module/package.json index 968aa2858..b006b8894 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.26", + "version": "1.1.27", "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.23", - "@wangeditor-next/core": "1.7.24", + "@wangeditor-next/basic-modules": "1.5.24", + "@wangeditor-next/core": "1.7.25", "dom7": "^3.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 e0d079dbd..e75d21589 100644 --- a/packages/video-module/CHANGELOG.md +++ b/packages/video-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.3.30 + +### Patch Changes + +- Updated dependencies [7b80f5d] + - @wangeditor-next/core@1.7.25 + ## 1.3.29 ### Patch Changes diff --git a/packages/video-module/package.json b/packages/video-module/package.json index f7100f38d..432267adc 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.29", + "version": "1.3.30", "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.24", + "@wangeditor-next/core": "1.7.25", "dom7": "^3.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 94de15b48..215afb5ae 100644 --- a/packages/yjs-for-react/CHANGELOG.md +++ b/packages/yjs-for-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @wangeditor-next/yjs-for-react +## 0.1.26 + +### Patch Changes + +- Updated dependencies [5bbff78] +- Updated dependencies [7b80f5d] + - @wangeditor-next/editor@5.6.15 + - @wangeditor-next/yjs@0.1.23 + ## 0.1.25 ### Patch Changes diff --git a/packages/yjs-for-react/package.json b/packages/yjs-for-react/package.json index dc1899db2..73c55e2b0 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.25", + "version": "0.1.26", "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.14", - "@wangeditor-next/yjs": "^0.1.22", + "@wangeditor-next/editor": "5.6.15", + "@wangeditor-next/yjs": "^0.1.23", "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 b891da87a..b0203026e 100644 --- a/packages/yjs/CHANGELOG.md +++ b/packages/yjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @wangeditor-next/yjs +## 0.1.23 + +### Patch Changes + +- Updated dependencies [7b80f5d] + - @wangeditor-next/core@1.7.25 + ## 0.1.22 ### Patch Changes diff --git a/packages/yjs/package.json b/packages/yjs/package.json index d1f725d14..44da3cd84 100644 --- a/packages/yjs/package.json +++ b/packages/yjs/package.json @@ -1,6 +1,6 @@ { "name": "@wangeditor-next/yjs", - "version": "0.1.22", + "version": "0.1.23", "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.24", + "@wangeditor-next/core": "1.7.25", "slate": "^0.72.0", "yjs": "^13.5.29" }, diff --git a/yarn.lock b/yarn.lock index f12b7948c..035c5403c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3611,14 +3611,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/basic-modules@npm:~1.5.23, @wangeditor-next/basic-modules@workspace:packages/basic-modules": +"@wangeditor-next/basic-modules@npm:~1.5.24, @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.24 + "@wangeditor-next/core": 1.7.25 dom7: ^3.0.0 lodash.throttle: ^4.1.1 nanoid: ^5.0.0 @@ -3627,21 +3627,21 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/code-highlight@npm:~1.3.21, @wangeditor-next/code-highlight@workspace:packages/code-highlight": +"@wangeditor-next/code-highlight@npm:~1.3.22, @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.24 + "@wangeditor-next/core": 1.7.25 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/core@npm:~1.7.24, @wangeditor-next/core@workspace:packages/core": +"@wangeditor-next/core@npm:~1.7.25, @wangeditor-next/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@wangeditor-next/core@workspace:packages/core" dependencies: @@ -3690,13 +3690,13 @@ __metadata: dependencies: "@uppy/core": "npm:^2.1.1" "@uppy/xhr-upload": "npm:^2.0.3" - "@wangeditor-next/basic-modules": "npm:~1.5.23" - "@wangeditor-next/code-highlight": "npm:~1.3.21" - "@wangeditor-next/core": "npm:~1.7.24" - "@wangeditor-next/list-module": "npm:~1.1.30" - "@wangeditor-next/table-module": "npm:~1.6.26" - "@wangeditor-next/upload-image-module": "npm:~1.1.26" - "@wangeditor-next/video-module": "npm:~1.3.29" + "@wangeditor-next/basic-modules": "npm:~1.5.24" + "@wangeditor-next/code-highlight": "npm:~1.3.22" + "@wangeditor-next/core": "npm:~1.7.25" + "@wangeditor-next/list-module": "npm:~1.1.31" + "@wangeditor-next/table-module": "npm:~1.6.27" + "@wangeditor-next/upload-image-module": "npm:~1.1.27" + "@wangeditor-next/video-module": "npm:~1.3.30" dom7: "npm:^3.0.0" is-hotkey: "npm:^0.2.0" lodash.camelcase: "npm:^4.3.0" @@ -3712,11 +3712,11 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/list-module@npm:~1.1.30, @wangeditor-next/list-module@workspace:packages/list-module": +"@wangeditor-next/list-module@npm:~1.1.31, @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.24 + "@wangeditor-next/core": 1.7.25 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3727,7 +3727,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.14 + "@wangeditor-next/editor": 5.6.15 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 @@ -3742,7 +3742,7 @@ __metadata: katex: "npm:^0.16.0" nanoid: "npm:^3.2.0" peerDependencies: - "@wangeditor-next/editor": 5.6.14 + "@wangeditor-next/editor": 5.6.15 katex: ^0.16.0 snabbdom: ^3.1.0 languageName: unknown @@ -3752,18 +3752,18 @@ __metadata: version: 0.0.0-use.local resolution: "@wangeditor-next/plugin-markdown@workspace:packages/plugin-markdown" peerDependencies: - "@wangeditor-next/editor": 5.6.14 + "@wangeditor-next/editor": 5.6.15 dom7: ^3.0.0 slate: ^0.72.0 snabbdom: ^3.1.0 languageName: unknown linkType: soft -"@wangeditor-next/table-module@npm:~1.6.26, @wangeditor-next/table-module@workspace:packages/table-module": +"@wangeditor-next/table-module@npm:~1.6.27, @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.24 + "@wangeditor-next/core": 1.7.25 dom7: ^3.0.0 lodash.debounce: ^4.0.8 lodash.isequal: ^4.5.0 @@ -3774,14 +3774,14 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/upload-image-module@npm:~1.1.26, @wangeditor-next/upload-image-module@workspace:packages/upload-image-module": +"@wangeditor-next/upload-image-module@npm:~1.1.27, @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.23 - "@wangeditor-next/core": 1.7.24 + "@wangeditor-next/basic-modules": 1.5.24 + "@wangeditor-next/core": 1.7.25 dom7: ^3.0.0 lodash.foreach: ^4.5.0 slate: ^0.72.0 @@ -3789,13 +3789,13 @@ __metadata: languageName: unknown linkType: soft -"@wangeditor-next/video-module@npm:~1.3.29, @wangeditor-next/video-module@workspace:packages/video-module": +"@wangeditor-next/video-module@npm:~1.3.30, @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.24 + "@wangeditor-next/core": 1.7.25 dom7: ^3.0.0 nanoid: ^5.0.0 slate: ^0.72.0 @@ -3888,8 +3888,8 @@ __metadata: use-sync-external-store: "npm:^1.2.0" y-protocols: "npm:^1.0.5" peerDependencies: - "@wangeditor-next/editor": 5.6.14 - "@wangeditor-next/yjs": ^0.1.22 + "@wangeditor-next/editor": 5.6.15 + "@wangeditor-next/yjs": ^0.1.23 react: ">=16.8.0" slate: ^0.72.0 yjs: ^13.5.29 @@ -3905,7 +3905,7 @@ __metadata: y-protocols: "npm:^1.0.5" yjs: "npm:^13.5.29" peerDependencies: - "@wangeditor-next/core": 1.7.24 + "@wangeditor-next/core": 1.7.25 slate: ^0.72.0 yjs: ^13.5.29 languageName: unknown