chore(dependencies): update tinymce related dependencies

add @tinymce/tinymce-vue, remove base tinymce package [we have a submodule for that ;)]
This commit is contained in:
parent bed12e2eee
commit c68762ceac
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -22,8 +22,8 @@
"dependencies": { "dependencies": {
"@ant-design-vue/nuxt": "^1.4.1", "@ant-design-vue/nuxt": "^1.4.1",
"@pinia/nuxt": "^0.4.11", "@pinia/nuxt": "^0.4.11",
"@tinymce/tinymce-vue": "latest",
"@sidebase/nuxt-auth": "0.7.0", "@sidebase/nuxt-auth": "0.7.0",
"@tinymce/tinymce-vue": "latest",
"@types/jsonwebtoken": "^9.0.3", "@types/jsonwebtoken": "^9.0.3",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/turndown": "^5.0.4", "@types/turndown": "^5.0.4",
@ -52,7 +52,6 @@
"sanitize-html": "^2.11.0", "sanitize-html": "^2.11.0",
"sharp": "^0.33.2", "sharp": "^0.33.2",
"string-strip-html": "^13.4.3", "string-strip-html": "^13.4.3",
"tinymce": "^6.7.0",
"turndown": "^7.1.2", "turndown": "^7.1.2",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vee-validate": "^4.11.7", "vee-validate": "^4.11.7",