build: update plugins
This commit is contained in:
parent
7a5f37ffcc
commit
a2d0313789
24
package.json
24
package.json
|
@ -27,15 +27,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@iconify/iconify": "^2.1.2",
|
||||
"@vueuse/core": "^8.0.1",
|
||||
"@wangeditor/editor": "^0.15.13",
|
||||
"@vueuse/core": "^8.1.1",
|
||||
"@wangeditor/editor": "^0.15.14",
|
||||
"@wangeditor/editor-for-vue": "^5.1.8-7",
|
||||
"@zxcvbn-ts/core": "^2.0.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"axios": "^0.26.1",
|
||||
"echarts": "^5.3.1",
|
||||
"echarts-wordcloud": "^2.0.0",
|
||||
"element-plus": "2.1.2",
|
||||
"element-plus": "2.1.4",
|
||||
"intro.js": "^5.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mitt": "^3.0.0",
|
||||
|
@ -52,9 +52,9 @@
|
|||
"web-storage-cache": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^16.2.1",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"@iconify/json": "^2.1.15",
|
||||
"@iconify/json": "^2.1.16",
|
||||
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
||||
"@purge-icons/generated": "^0.8.1",
|
||||
"@types/intro.js": "^3.0.2",
|
||||
|
@ -67,23 +67,23 @@
|
|||
"@typescript-eslint/parser": "^5.15.0",
|
||||
"@vitejs/plugin-vue": "^2.2.4",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.8",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"commitizen": "^4.2.4",
|
||||
"eslint": "^8.11.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-define-config": "^1.2.5",
|
||||
"eslint-define-config": "^1.3.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"husky": "^7.0.4",
|
||||
"less": "^4.1.2",
|
||||
"lint-staged": "^12.3.5",
|
||||
"postcss": "^8.4.8",
|
||||
"lint-staged": "^12.3.6",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-html": "^1.3.0",
|
||||
"postcss-less": "^6.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"prettier": "^2.6.0",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"rimraf": "^3.0.2",
|
||||
"stylelint": "^14.5.3",
|
||||
"stylelint": "^14.6.0",
|
||||
"stylelint-config-html": "^1.0.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
|
@ -92,7 +92,7 @@
|
|||
"unplugin-vue-define-options": "^0.4.0",
|
||||
"vite": "2.8.6",
|
||||
"vite-plugin-eslint": "^1.3.0",
|
||||
"vite-plugin-html": "^3.1.0",
|
||||
"vite-plugin-html": "^3.2.0",
|
||||
"vite-plugin-mock": "^2.9.6",
|
||||
"vite-plugin-purge-icons": "^0.8.1",
|
||||
"vite-plugin-style-import": "^1.4.1",
|
||||
|
|
468
pnpm-lock.yaml
468
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue