Skip to content

Commit

Permalink
build: update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Mar 17, 2022
1 parent 7a5f37f commit a2d0313
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 262 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a2d0313

Please sign in to comment.