提交 948219c5 编写于 作者: V vben

chore: update deps

上级 60577d67
- 升级 vue 3.2,如果运行失败,删除 node_modules 后重装即可
### ✨ Features
- **BasicTree** 添加搜索功能相关属性和方法
......
......@@ -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",
......
......@@ -11,9 +11,9 @@
},
"dependencies": {
"fs-extra": "^10.0.0",
"koa": "^2.7.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.2.1",
"koa-bodyparser": "^4.3.0",
"koa-route": "^3.2.0",
"koa-router": "^10.0.0",
"koa-static": "^5.0.0",
......@@ -21,16 +21,16 @@
"koa2-cors": "^2.0.6"
},
"devDependencies": {
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.2",
"@types/koa-router": "^7.0.40",
"@types/node": "^15.12.1",
"nodemon": "^2.0.7",
"pm2": "^4.5.6",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^16.6.0",
"nodemon": "^2.0.12",
"pm2": "^5.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.8.0",
"tsup": "^4.11.2",
"typescript": "^4.2.5"
"ts-node": "^10.2.0",
"tsconfig-paths": "^3.10.1",
"tsup": "^4.13.1",
"typescript": "^4.3.5"
}
}
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册