diff --git a/packages/engine/package.json b/packages/engine/package.json index 07421924b..7cff8928c 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/engine", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", diff --git a/packages/toolbar-vue/package.json b/packages/toolbar-vue/package.json index b1e10d0e9..14bd5dded 100644 --- a/packages/toolbar-vue/package.json +++ b/packages/toolbar-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar-vue", - "version": "2.9.27", + "version": "2.9.28", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -31,9 +31,9 @@ "@types/tinycolor2": "^1.4.2", "@vue/compiler-sfc": "^3.2.9" }, - "peerDependencies": { - "@aomao/engine": "^2.9.25", - "vue": "^3.2.9", - "ant-design-vue": "^2.2.6" - } + "peerDependencies": { + "@aomao/engine": "^2.9.25", + "ant-design-vue": "^2.2.6", + "vue": "^3.2.9" + } } diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index a1881fa5a..acd1104aa 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/toolbar", - "version": "2.9.27", + "version": "2.9.28", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -34,7 +34,7 @@ "@types/lodash": "^4.14.178", "@types/tinycolor2": "^1.4.2" }, - "peerDependencies": { - "@aomao/engine": "^2.9.25" - } + "peerDependencies": { + "@aomao/engine": "^2.9.25" + } } diff --git a/plugins/alignment/package.json b/plugins/alignment/package.json index c631fdf99..77e5c354d 100644 --- a/plugins/alignment/package.json +++ b/plugins/alignment/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-alignment", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/backcolor/package.json b/plugins/backcolor/package.json index cedf60f31..a66572a69 100644 --- a/plugins/backcolor/package.json +++ b/plugins/backcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-backcolor", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/bold/package.json b/plugins/bold/package.json index bc8ae0700..d53e5d045 100644 --- a/plugins/bold/package.json +++ b/plugins/bold/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-bold", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/code/package.json b/plugins/code/package.json index 23cfa6b4d..89c3949ea 100644 --- a/plugins/code/package.json +++ b/plugins/code/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-code", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -20,7 +20,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.25", + "@aomao/engine": "^2.9.26", "@babel/runtime": "^7.13.10" }, "devDependencies": { diff --git a/plugins/codeblock-vue/package.json b/plugins/codeblock-vue/package.json index 1bab09e55..1179947b8 100644 --- a/plugins/codeblock-vue/package.json +++ b/plugins/codeblock-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock-vue", - "version": "2.9.26", + "version": "2.9.27", "description": "代码块 Vue", "keywords": [ "codeblock", @@ -38,8 +38,8 @@ "@vue/compiler-sfc": "^3.2.9" }, "peerDependencies": { - "@aomao/engine": "^2.9.25", - "ant-design-vue": "^2.2.6", - "vue": "^3.2.9" + "@aomao/engine": "^2.9.25", + "ant-design-vue": "^2.2.6", + "vue": "^3.2.9" } } diff --git a/plugins/codeblock/package.json b/plugins/codeblock/package.json index e143df1cb..a3f6ecb00 100644 --- a/plugins/codeblock/package.json +++ b/plugins/codeblock/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-codeblock", - "version": "2.9.26", + "version": "2.9.27", "description": "代码块", "keywords": [ "codeblock", @@ -40,7 +40,7 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25", - "antd": "^4.14.1" + "@aomao/engine": "^2.9.25", + "antd": "^4.14.1" } } diff --git a/plugins/embed/package.json b/plugins/embed/package.json index 62b31f4a4..7fc408800 100644 --- a/plugins/embed/package.json +++ b/plugins/embed/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-embed", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/file/package.json b/plugins/file/package.json index 5e714ef86..1938f4ba3 100644 --- a/plugins/file/package.json +++ b/plugins/file/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-file", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/fontcolor/package.json b/plugins/fontcolor/package.json index 7b019bcdf..138f18663 100644 --- a/plugins/fontcolor/package.json +++ b/plugins/fontcolor/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontcolor", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/fontfamily/package.json b/plugins/fontfamily/package.json index da8ef3658..15338d714 100644 --- a/plugins/fontfamily/package.json +++ b/plugins/fontfamily/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontfamily", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/fontsize/package.json b/plugins/fontsize/package.json index ae2a1ffef..5f379a302 100644 --- a/plugins/fontsize/package.json +++ b/plugins/fontsize/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-fontsize", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/heading/package.json b/plugins/heading/package.json index b706d6edd..ebe1d11d1 100644 --- a/plugins/heading/package.json +++ b/plugins/heading/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-heading", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/hr/package.json b/plugins/hr/package.json index 14e81ac3d..a990824fb 100644 --- a/plugins/hr/package.json +++ b/plugins/hr/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-hr", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/image/package.json b/plugins/image/package.json index 037c39eb4..02ada5b25 100644 --- a/plugins/image/package.json +++ b/plugins/image/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-image", - "version": "2.9.25", + "version": "2.9.26", "description": "图片", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -32,7 +32,7 @@ "@types/markdown-it": "^12.2.3", "@types/photoswipe": "^4.1.1" }, - "peerDependencies": { - "@aomao/engine": "^2.9.25" - } + "peerDependencies": { + "@aomao/engine": "^2.9.25" + } } diff --git a/plugins/indent/package.json b/plugins/indent/package.json index 962bdef3a..8a3052006 100644 --- a/plugins/indent/package.json +++ b/plugins/indent/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-indent", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/italic/package.json b/plugins/italic/package.json index f112c7c0c..29c9cb78e 100644 --- a/plugins/italic/package.json +++ b/plugins/italic/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-italic", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/line-height/package.json b/plugins/line-height/package.json index 0e0a6124b..9f91d9561 100644 --- a/plugins/line-height/package.json +++ b/plugins/line-height/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-line-height", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/link-vue/package.json b/plugins/link-vue/package.json index ae8c19c20..1d2e8f90e 100644 --- a/plugins/link-vue/package.json +++ b/plugins/link-vue/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link-vue", - "version": "2.9.26", + "version": "2.9.27", "description": "> TODO: description", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -31,8 +31,8 @@ "@vue/compiler-sfc": "^3.2.9" }, "peerDependencies": { - "@aomao/engine": "^2.9.25", - "vue": "^3.2.9", - "ant-design-vue": "^2.2.6" + "@aomao/engine": "^2.9.25", + "ant-design-vue": "^2.2.6", + "vue": "^3.2.9" } } diff --git a/plugins/link/package.json b/plugins/link/package.json index a32fa5232..fe030977b 100644 --- a/plugins/link/package.json +++ b/plugins/link/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-link", - "version": "2.9.26", + "version": "2.9.27", "description": "> TODO: description", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -31,9 +31,9 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25", - "react-dom": "^17.0.2", - "react": "^17.0.1", - "antd": "^4.12.3" + "@aomao/engine": "^2.9.25", + "antd": "^4.12.3", + "react": "^17.0.1", + "react-dom": "^17.0.2" } } diff --git a/plugins/mark-range/package.json b/plugins/mark-range/package.json index e0a6fc08f..defb19e2d 100644 --- a/plugins/mark-range/package.json +++ b/plugins/mark-range/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark-range", - "version": "2.9.25", + "version": "2.9.26", "description": "范围标记", "publishConfig": { "access": "public" @@ -28,7 +28,7 @@ "@types/tinycolor2": "^1.4.2", "tinycolor2": "^1.4.2" }, - "peerDependencies": { - "@aomao/engine": "^2.9.25" - } + "peerDependencies": { + "@aomao/engine": "^2.9.25" + } } diff --git a/plugins/mark/package.json b/plugins/mark/package.json index e04fc04dc..4351ac735 100644 --- a/plugins/mark/package.json +++ b/plugins/mark/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mark", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -27,6 +27,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/math/package.json b/plugins/math/package.json index a7aa4c54b..f7ff2e9d0 100644 --- a/plugins/math/package.json +++ b/plugins/math/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-math", - "version": "2.9.25", + "version": "2.9.26", "description": "Math(数学公式)", "keywords": [ "Math" @@ -31,6 +31,6 @@ "@types/lodash": "^4.14.178" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/mention/package.json b/plugins/mention/package.json index af777c964..51578cf03 100644 --- a/plugins/mention/package.json +++ b/plugins/mention/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-mention", - "version": "2.9.27", + "version": "2.9.28", "description": "提到 @", "publishConfig": { "access": "public" @@ -27,7 +27,7 @@ "@babel/runtime": "^7.13.10", "keymaster": "^1.6.2" }, - "peerDependencies": { - "@aomao/engine": "^2.9.25" - } + "peerDependencies": { + "@aomao/engine": "^2.9.25" + } } diff --git a/plugins/orderedlist/package.json b/plugins/orderedlist/package.json index 983feb5c7..8df1f0fe0 100644 --- a/plugins/orderedlist/package.json +++ b/plugins/orderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-orderedlist", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/paintformat/package.json b/plugins/paintformat/package.json index cee19988e..ec2725698 100644 --- a/plugins/paintformat/package.json +++ b/plugins/paintformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-paintformat", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/quote/package.json b/plugins/quote/package.json index 56f6d0020..ad3034bb3 100644 --- a/plugins/quote/package.json +++ b/plugins/quote/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-quote", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/redo/package.json b/plugins/redo/package.json index 92212656e..8b679d1d1 100644 --- a/plugins/redo/package.json +++ b/plugins/redo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-redo", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/removeformat/package.json b/plugins/removeformat/package.json index a38cdeb73..caade7546 100644 --- a/plugins/removeformat/package.json +++ b/plugins/removeformat/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-removeformat", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/selectall/package.json b/plugins/selectall/package.json index 26da4e249..791b3b906 100644 --- a/plugins/selectall/package.json +++ b/plugins/selectall/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-selectall", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/status/package.json b/plugins/status/package.json index c590d1d66..b1ada49c0 100644 --- a/plugins/status/package.json +++ b/plugins/status/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-status", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/strikethrough/package.json b/plugins/strikethrough/package.json index 26ef68abf..83efffda9 100644 --- a/plugins/strikethrough/package.json +++ b/plugins/strikethrough/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-strikethrough", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/sub/package.json b/plugins/sub/package.json index 0517af36b..56ed8cdeb 100644 --- a/plugins/sub/package.json +++ b/plugins/sub/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sub", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -27,6 +27,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/sup/package.json b/plugins/sup/package.json index 0a8c02d67..c77e804b5 100644 --- a/plugins/sup/package.json +++ b/plugins/sup/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-sup", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -20,7 +20,7 @@ "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { - "@aomao/engine": "^2.9.25", + "@aomao/engine": "^2.9.26", "@babel/runtime": "^7.13.10", "markdown-it-sup": "^1.0.0" }, diff --git a/plugins/table/package.json b/plugins/table/package.json index dfda4d5f8..278cd8aa2 100644 --- a/plugins/table/package.json +++ b/plugins/table/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-table", - "version": "2.9.26", + "version": "2.9.27", "description": "table plugin", "author": "AoMao ", "homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme", @@ -32,6 +32,6 @@ "@types/tinycolor2": "^1.4.2" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/tasklist/package.json b/plugins/tasklist/package.json index e0d7a3fee..1b39efa38 100644 --- a/plugins/tasklist/package.json +++ b/plugins/tasklist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-tasklist", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -27,6 +27,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/underline/package.json b/plugins/underline/package.json index 4b93597ca..451e9b86f 100644 --- a/plugins/underline/package.json +++ b/plugins/underline/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-underline", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/undo/package.json b/plugins/undo/package.json index 1535010be..8003ede93 100644 --- a/plugins/undo/package.json +++ b/plugins/undo/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-undo", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -23,6 +23,6 @@ "@babel/runtime": "^7.13.10" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/unorderedlist/package.json b/plugins/unorderedlist/package.json index a63474975..cd7c895bd 100644 --- a/plugins/unorderedlist/package.json +++ b/plugins/unorderedlist/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-unorderedlist", - "version": "2.9.25", + "version": "2.9.26", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -26,6 +26,6 @@ "@types/markdown-it": "^12.2.3" }, "peerDependencies": { - "@aomao/engine": "^2.9.25" + "@aomao/engine": "^2.9.25" } } diff --git a/plugins/video/package.json b/plugins/video/package.json index 0c1893da0..9202ac9ee 100644 --- a/plugins/video/package.json +++ b/plugins/video/package.json @@ -1,6 +1,6 @@ { "name": "@aomao/plugin-video", - "version": "2.9.26", + "version": "2.9.27", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", @@ -22,7 +22,7 @@ "dependencies": { "@babel/runtime": "^7.13.10" }, - "peerDependencies": { - "@aomao/engine": "^2.9.25" - } + "peerDependencies": { + "@aomao/engine": "^2.9.25" + } }