chore: update deps

This commit is contained in:
xingyu
2023-01-28 09:25:34 +08:00
parent 2253ba069f
commit e7a8d45a67
2 changed files with 135 additions and 125 deletions

View File

@@ -26,13 +26,13 @@
"dependencies": {
"@form-create/designer": "^3.1.0",
"@form-create/element-ui": "^3.1.17",
"@iconify/iconify": "^3.0.1",
"@vueuse/core": "^9.11.0",
"@iconify/iconify": "^3.1.0",
"@vueuse/core": "^9.11.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.10",
"@zxcvbn-ts/core": "^2.1.0",
"@zxcvbn-ts/core": "^2.2.0",
"animate.css": "^4.1.1",
"axios": "^1.2.3",
"axios": "^1.2.5",
"cropperjs": "^1.5.13",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
@@ -59,7 +59,7 @@
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@iconify/json": "^2.2.8",
"@iconify/json": "^2.2.13",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@purge-icons/generated": "^0.9.0",
"@types/intro.js": "^5.1.0",
@@ -68,9 +68,9 @@
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-legacy": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-legacy": "^3.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"autoprefixer": "^10.4.13",
@@ -85,8 +85,8 @@
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.3",
"rimraf": "^4.1.1",
"rollup": "^3.10.0",
"rimraf": "^4.1.2",
"rollup": "^3.11.0",
"sass": "^1.57.1",
"stylelint": "^14.16.1",
"stylelint-config-html": "^1.1.0",
@@ -96,7 +96,7 @@
"stylelint-order": "^6.0.1",
"terser": "^5.16.1",
"typescript": "4.9.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-auto-import": "^0.12.2",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.22.12",
"vite": "4.0.4",