mirror of https://github.com/halo-dev/halo-admin
[release-2.0] chore: bump @halo-dev/richtext-editor to fix iframe display and add HTML syntax highlighting (#776)
This is an automated cherry-pick of #773 /assign ruibaby ```release-note None ```pull/778/head
parent
ec6f39ddd4
commit
73abea1686
|
@ -35,7 +35,7 @@
|
||||||
"@halo-dev/api-client": "^0.0.60",
|
"@halo-dev/api-client": "^0.0.60",
|
||||||
"@halo-dev/components": "workspace:*",
|
"@halo-dev/components": "workspace:*",
|
||||||
"@halo-dev/console-shared": "workspace:*",
|
"@halo-dev/console-shared": "workspace:*",
|
||||||
"@halo-dev/richtext-editor": "^0.0.0-alpha.16",
|
"@halo-dev/richtext-editor": "^0.0.0-alpha.17",
|
||||||
"@tiptap/extension-character-count": "^2.0.0-beta.202",
|
"@tiptap/extension-character-count": "^2.0.0-beta.202",
|
||||||
"@uppy/core": "^3.0.4",
|
"@uppy/core": "^3.0.4",
|
||||||
"@uppy/dashboard": "^3.2.0",
|
"@uppy/dashboard": "^3.2.0",
|
||||||
|
|
|
@ -15,7 +15,7 @@ importers:
|
||||||
'@halo-dev/api-client': ^0.0.60
|
'@halo-dev/api-client': ^0.0.60
|
||||||
'@halo-dev/components': workspace:*
|
'@halo-dev/components': workspace:*
|
||||||
'@halo-dev/console-shared': workspace:*
|
'@halo-dev/console-shared': workspace:*
|
||||||
'@halo-dev/richtext-editor': ^0.0.0-alpha.16
|
'@halo-dev/richtext-editor': ^0.0.0-alpha.17
|
||||||
'@iconify-json/mdi': ^1.1.36
|
'@iconify-json/mdi': ^1.1.36
|
||||||
'@iconify-json/vscode-icons': ^1.1.16
|
'@iconify-json/vscode-icons': ^1.1.16
|
||||||
'@rushstack/eslint-patch': ^1.2.0
|
'@rushstack/eslint-patch': ^1.2.0
|
||||||
|
@ -109,7 +109,7 @@ importers:
|
||||||
'@halo-dev/api-client': 0.0.60
|
'@halo-dev/api-client': 0.0.60
|
||||||
'@halo-dev/components': link:packages/components
|
'@halo-dev/components': link:packages/components
|
||||||
'@halo-dev/console-shared': link:packages/shared
|
'@halo-dev/console-shared': link:packages/shared
|
||||||
'@halo-dev/richtext-editor': 0.0.0-alpha.16_vue@3.2.45
|
'@halo-dev/richtext-editor': 0.0.0-alpha.17_vue@3.2.45
|
||||||
'@tiptap/extension-character-count': 2.0.0-beta.202
|
'@tiptap/extension-character-count': 2.0.0-beta.202
|
||||||
'@uppy/core': 3.0.4
|
'@uppy/core': 3.0.4
|
||||||
'@uppy/dashboard': 3.2.0_@uppy+core@3.0.4
|
'@uppy/dashboard': 3.2.0_@uppy+core@3.0.4
|
||||||
|
@ -1970,8 +1970,8 @@ packages:
|
||||||
resolution: {integrity: sha512-HAmJ1BDZxHj2Xp41oNOqZG/1vaR6r4EbBAUQ7ayvUY8SGJMHtJD9dyhCn7k23q6G7FmzFKFNGxajovsjBEM+yg==}
|
resolution: {integrity: sha512-HAmJ1BDZxHj2Xp41oNOqZG/1vaR6r4EbBAUQ7ayvUY8SGJMHtJD9dyhCn7k23q6G7FmzFKFNGxajovsjBEM+yg==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@halo-dev/richtext-editor/0.0.0-alpha.16_vue@3.2.45:
|
/@halo-dev/richtext-editor/0.0.0-alpha.17_vue@3.2.45:
|
||||||
resolution: {integrity: sha512-MW0KCYT6UGg2zOh0kryGEz+IKLzo/onUTbAYCkiMX4YaQ1mIOoBU+ILaa0YOL2FmDyCxXst/UoSKdUvZu+Qieg==}
|
resolution: {integrity: sha512-q9xVHdUdgsXFT6nj31DKNyhR/Flh/jHcepOC/FUlWf58yoZ7i2+6YeTcrcxeVV/DBKlvVXVvQ1As6zPrCY7+Bg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.2.37
|
vue: ^3.2.37
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -2013,6 +2013,7 @@ packages:
|
||||||
'@tiptap/vue-3': 2.0.0-beta.202_jtnhdqyx7clarsezcvtuxgjsq4
|
'@tiptap/vue-3': 2.0.0-beta.202_jtnhdqyx7clarsezcvtuxgjsq4
|
||||||
'@vueuse/core': 9.6.0_vue@3.2.45
|
'@vueuse/core': 9.6.0_vue@3.2.45
|
||||||
floating-vue: 2.0.0-beta.20_vue@3.2.45
|
floating-vue: 2.0.0-beta.20_vue@3.2.45
|
||||||
|
highlight.js: 11.6.0
|
||||||
katex: 0.16.3
|
katex: 0.16.3
|
||||||
lowlight: 2.7.0
|
lowlight: 2.7.0
|
||||||
tippy.js: 6.3.7
|
tippy.js: 6.3.7
|
||||||
|
|
Loading…
Reference in New Issue