chore: update deps

This commit is contained in:
Seviche CC 2023-09-05 07:38:08 +08:00
parent 10b15e3b9f
commit 4dfe3a8bc3
Signed by: SevicheCC
GPG key ID: C577000000000000
3 changed files with 1311 additions and 1310 deletions

6
components.d.ts vendored
View file

@ -9,9 +9,9 @@ export {}
declare module '@vue/runtime-core' { declare module '@vue/runtime-core' {
export interface GlobalComponents { export interface GlobalComponents {
BubbleMenu: typeof import('./src/components/tiptap/BubbleMenu.vue')['default'] BubbleMenu: typeof import('./src/components/Tiptap/BubbleMenu.vue')['default']
CommandsList: typeof import('./src/components/tiptap/CommandsList.vue')['default'] CommandsList: typeof import('./src/components/Tiptap/CommandsList.vue')['default']
Editor: typeof import('./src/components/tiptap/Editor.vue')['default'] Editor: typeof import('./src/components/Tiptap/Editor.vue')['default']
PublishWidget: typeof import('./src/components/publish/PublishWidget.vue')['default'] PublishWidget: typeof import('./src/components/publish/PublishWidget.vue')['default']
} }
} }

View file

@ -11,44 +11,44 @@
"prepare": "husky install" "prepare": "husky install"
}, },
"dependencies": { "dependencies": {
"@prosemirror-adapter/vue": "^0.2.4", "@prosemirror-adapter/vue": "^0.2.6",
"@tiptap/core": "^2.0.1", "@tiptap/core": "^2.1.8",
"@tiptap/extension-bubble-menu": "^2.0.1", "@tiptap/extension-bubble-menu": "^2.1.8",
"@tiptap/extension-bullet-list": "^2.0.1", "@tiptap/extension-bullet-list": "^2.1.8",
"@tiptap/extension-character-count": "^2.0.1", "@tiptap/extension-character-count": "^2.1.8",
"@tiptap/extension-code-block-lowlight": "^2.0.1", "@tiptap/extension-code-block-lowlight": "^2.1.8",
"@tiptap/extension-highlight": "^2.0.1", "@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-link": "^2.0.1", "@tiptap/extension-link": "^2.1.8",
"@tiptap/extension-placeholder": "^2.0.1", "@tiptap/extension-placeholder": "^2.1.8",
"@tiptap/extension-typography": "^2.0.1", "@tiptap/extension-typography": "^2.1.8",
"@tiptap/pm": "^2.0.1", "@tiptap/pm": "^2.1.8",
"@tiptap/starter-kit": "^2.0.1", "@tiptap/starter-kit": "^2.1.8",
"@tiptap/suggestion": "^2.0.1", "@tiptap/suggestion": "^2.1.8",
"@tiptap/vue-3": "^2.0.1", "@tiptap/vue-3": "^2.1.8",
"highlight.js": "^11.7.0", "highlight.js": "^11.8.0",
"lowlight": "^2.8.1", "lowlight": "^2.9.0",
"masto": "^5.10.0", "masto": "^5.11.4",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"vue": "^3.2.47" "vue": "^3.3.4"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.37.0", "@antfu/eslint-config": "^0.37.0",
"@egoist/tailwindcss-icons": "^1.0.7", "@egoist/tailwindcss-icons": "^1.1.0",
"@iconify-json/tabler": "^1.1.70", "@iconify-json/tabler": "^1.1.89",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue": "^4.3.4",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.15",
"daisyui": "^2.51.5", "daisyui": "^2.52.0",
"eslint": "^8.37.0", "eslint": "^8.48.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.2.0", "lint-staged": "^13.3.0",
"postcss": "^8.4.21", "postcss": "^8.4.29",
"sass": "^1.60.0", "sass": "^1.66.1",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.3",
"typescript": "^5.0.3", "typescript": "^5.2.2",
"unplugin-vue-components": "^0.24.1", "unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1", "vite": "^4.4.9",
"vue-tsc": "^1.2.0" "vue-tsc": "^1.8.8"
}, },
"lint-staged": { "lint-staged": {
"*": "eslint --fix" "*": "eslint --fix"

File diff suppressed because it is too large Load diff