mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-30 07:49:30 +08:00
chore: update dependecies
This commit is contained in:
parent
864fc716f9
commit
5d1cf237b7
2 changed files with 566 additions and 545 deletions
28
package.json
28
package.json
|
@ -11,21 +11,20 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@egoist/tailwindcss-icons": "^1.0.7",
|
||||
"@prosemirror-adapter/vue": "^0.2.3",
|
||||
"@tiptap/core": "2.0.0-beta.220",
|
||||
"@tiptap/extension-bubble-menu": "2.0.0-beta.220",
|
||||
"@prosemirror-adapter/vue": "^0.2.4",
|
||||
"@tiptap/core": "^2.0.1",
|
||||
"@tiptap/extension-bubble-menu": "^2.0.1",
|
||||
"@tiptap/extension-bullet-list": "^2.0.1",
|
||||
"@tiptap/extension-character-count": "2.0.0-beta.220",
|
||||
"@tiptap/extension-character-count": "^2.0.1",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.0.1",
|
||||
"@tiptap/extension-highlight": "^2.0.0",
|
||||
"@tiptap/extension-link": "2.0.0-beta.220",
|
||||
"@tiptap/extension-highlight": "^2.0.1",
|
||||
"@tiptap/extension-link": "^2.0.1",
|
||||
"@tiptap/extension-placeholder": "^2.0.1",
|
||||
"@tiptap/extension-typography": "2.0.0-beta.220",
|
||||
"@tiptap/pm": "2.0.0-beta.220",
|
||||
"@tiptap/starter-kit": "2.0.0-beta.220",
|
||||
"@tiptap/suggestion": "^2.0.0",
|
||||
"@tiptap/vue-3": "2.0.0-beta.220",
|
||||
"@tiptap/extension-typography": "^2.0.1",
|
||||
"@tiptap/pm": "^2.0.1",
|
||||
"@tiptap/starter-kit": "^2.0.1",
|
||||
"@tiptap/suggestion": "^2.0.1",
|
||||
"@tiptap/vue-3": "^2.0.1",
|
||||
"daisyui": "^2.51.5",
|
||||
"highlight.js": "^11.7.0",
|
||||
"lowlight": "^2.8.1",
|
||||
|
@ -35,11 +34,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.37.0",
|
||||
"@iconify-json/tabler": "^1.1.68",
|
||||
"@egoist/tailwindcss-icons": "^1.0.7",
|
||||
"@iconify-json/tabler": "^1.1.70",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint": "^8.37.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.0",
|
||||
"postcss": "^8.4.21",
|
||||
|
|
1083
pnpm-lock.yaml
1083
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue