chore: update deps
正在显示
... | ... | @@ -35,11 +35,11 @@ |
}, | ||
"dependencies": { | ||
"@iconify/iconify": "^2.0.3", | ||
"@logicflow/core": "^0.6.8", | ||
"@logicflow/extension": "^0.6.8", | ||
"@vueuse/core": "^5.2.0", | ||
"@logicflow/core": "^0.6.9", | ||
"@logicflow/extension": "^0.6.9", | ||
"@vueuse/core": "^5.3.0", | ||
"@zxcvbn-ts/core": "^1.0.0-beta.0", | ||
"ant-design-vue": "2.2.3", | ||
"ant-design-vue": "2.2.6", | ||
"axios": "^0.21.1", | ||
"codemirror": "^5.62.2", | ||
"cropperjs": "^1.5.12", | ||
... | ... | @@ -50,44 +50,44 @@ |
"mockjs": "^1.1.0", | ||
"nprogress": "^0.2.0", | ||
"path-to-regexp": "^6.2.0", | ||
"pinia": "2.0.0-beta.5", | ||
"pinia": "2.0.0-rc.4", | ||
"print-js": "^1.6.0", | ||
"qrcode": "^1.4.4", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"sortablejs": "^1.14.0", | ||
"tinymce": "^5.8.2", | ||
"vditor": "^3.8.6", | ||
"vue": "3.1.5", | ||
"vue": "3.2.2", | ||
"vue-i18n": "9.1.7", | ||
"vue-json-pretty": "^2.0.3", | ||
"vue-router": "^4.0.10", | ||
"vue-types": "^4.0.2", | ||
"vue-router": "^4.0.11", | ||
"vue-types": "^4.0.3", | ||
"xlsx": "^0.17.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@iconify/json": "^1.1.384", | ||
"@iconify/json": "^1.1.386", | ||
"@purge-icons/generated": "^0.7.0", | ||
"@types/codemirror": "^5.60.2", | ||
"@types/crypto-js": "^4.0.2", | ||
"@types/fs-extra": "^9.0.12", | ||
"@types/inquirer": "^7.3.3", | ||
"@types/intro.js": "^3.0.2", | ||
"@types/jest": "^26.0.24", | ||
"@types/jest": "^27.0.0", | ||
"@types/lodash-es": "^4.17.4", | ||
"@types/mockjs": "^1.0.4", | ||
"@types/node": "^16.4.13", | ||
"@types/node": "^16.6.0", | ||
"@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.4.1", | ||
"@types/qs": "^6.9.7", | ||
"@types/sortablejs": "^1.10.7", | ||
"@typescript-eslint/eslint-plugin": "^4.29.0", | ||
"@typescript-eslint/parser": "^4.29.0", | ||
"@typescript-eslint/eslint-plugin": "^4.29.1", | ||
"@typescript-eslint/parser": "^4.29.1", | ||
"@vitejs/plugin-legacy": "^1.5.1", | ||
"@vitejs/plugin-vue": "^1.4.0", | ||
"@vitejs/plugin-vue-jsx": "^1.1.7", | ||
"@vue/compiler-sfc": "3.1.5", | ||
"@vue/compiler-sfc": "3.2.2", | ||
"@vue/test-utils": "^2.0.0-rc.12", | ||
"autoprefixer": "^10.3.1", | ||
"commitizen": "^4.2.4", | ||
... | ... | @@ -99,7 +99,7 @@ |
"eslint-define-config": "^1.0.9", | ||
"eslint-plugin-jest": "^24.4.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-vue": "^7.15.1", | ||
"eslint-plugin-vue": "^7.16.0", | ||
"esno": "^0.8.0", | ||
"fs-extra": "^10.0.0", | ||
"http-server": "^13.0.0", | ||
... | ... | @@ -120,9 +120,9 @@ |
"stylelint-config-standard": "^22.0.0", | ||
"stylelint-order": "^4.1.0", | ||
"ts-jest": "^27.0.4", | ||
"ts-node": "^10.1.0", | ||
"ts-node": "^10.2.0", | ||
"typescript": "4.3.5", | ||
"vite": "2.4.4", | ||
"vite": "2.5.0-beta.2", | ||
"vite-plugin-compression": "^0.3.3", | ||
"vite-plugin-html": "^2.0.7", | ||
"vite-plugin-imagemin": "^0.4.3", | ||
... | ... | @@ -139,7 +139,7 @@ |
"resolutions": { | ||
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | ||
"bin-wrapper": "npm:bin-wrapper-china", | ||
"rollup": "^2.56.1" | ||
"rollup": "^2.56.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
请
注册
或者
登录
后发表评论