fix(tree-select): replaceFields to fieldNames,close #1423
正在显示
| ... | ... | @@ -36,10 +36,8 @@ |
| "@ant-design/colors": "^6.0.0", | ||
| "@ant-design/icons-vue": "^6.0.1", | ||
| "@iconify/iconify": "^2.1.0", | ||
| "@logicflow/core": "^0.7.10", | ||
| "@logicflow/extension": "^0.7.10", | ||
| "@vue/runtime-core": "^3.2.23", | ||
| "@vue/shared": "^3.2.23", | ||
| "@logicflow/core": "^0.7.11", | ||
| "@logicflow/extension": "^0.7.11", | ||
| "@vueuse/core": "^7.1.2", | ||
| "@vueuse/shared": "^7.1.2", | ||
| "@zxcvbn-ts/core": "^1.0.0", | ||
| ... | ... | @@ -74,7 +72,7 @@ |
| "devDependencies": { | ||
| "@commitlint/cli": "^15.0.0", | ||
| "@commitlint/config-conventional": "^15.0.0", | ||
| "@iconify/json": "^2.0.3", | ||
| "@iconify/json": "^2.0.4", | ||
| "@purge-icons/generated": "^0.7.0", | ||
| "@types/codemirror": "^5.60.5", | ||
| "@types/crypto-js": "^4.0.2", | ||
| ... | ... | @@ -84,14 +82,14 @@ |
| "@types/jest": "^27.0.3", | ||
| "@types/lodash-es": "^4.17.5", | ||
| "@types/mockjs": "^1.0.4", | ||
| "@types/node": "^16.11.10", | ||
| "@types/node": "^16.11.11", | ||
| "@types/nprogress": "^0.2.0", | ||
| "@types/qrcode": "^1.4.1", | ||
| "@types/qs": "^6.9.7", | ||
| "@types/showdown": "^1.9.4", | ||
| "@types/sortablejs": "^1.10.7", | ||
| "@typescript-eslint/eslint-plugin": "^5.4.0", | ||
| "@typescript-eslint/parser": "^5.4.0", | ||
| "@typescript-eslint/eslint-plugin": "^5.5.0", | ||
| "@typescript-eslint/parser": "^5.5.0", | ||
| "@vitejs/plugin-legacy": "^1.6.3", | ||
| "@vitejs/plugin-vue": "^1.10.1", | ||
| "@vitejs/plugin-vue-jsx": "^1.3.0", | ||
| ... | ... | @@ -112,7 +110,7 @@ |
| "fs-extra": "^10.0.0", | ||
| "husky": "^7.0.4", | ||
| "inquirer": "^8.2.0", | ||
| "jest": "^27.4.0", | ||
| "jest": "^27.4.2", | ||
| "less": "^4.1.2", | ||
| "lint-staged": "12.1.2", | ||
| "npm-run-all": "^4.1.5", | ||
| ... | ... | @@ -137,14 +135,14 @@ |
| "vite-plugin-imagemin": "^0.4.6", | ||
| "vite-plugin-mock": "^2.9.6", | ||
| "vite-plugin-purge-icons": "^0.7.0", | ||
| "vite-plugin-pwa": "^0.11.8", | ||
| "vite-plugin-pwa": "^0.11.9", | ||
| "vite-plugin-style-import": "^1.4.0", | ||
| "vite-plugin-svg-icons": "^1.0.5", | ||
| "vite-plugin-theme": "^0.8.1", | ||
| "vite-plugin-vue-setup-extend": "^0.1.0", | ||
| "vite-plugin-windicss": "^1.5.3", | ||
| "vue-eslint-parser": "^8.0.1", | ||
| "vue-tsc": "^0.29.7" | ||
| "vue-tsc": "^0.29.8" | ||
| }, | ||
| "resolutions": { | ||
| "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
请
注册
或者
登录
后发表评论