build: 依赖更新
正在显示
| ... | @@ -54,12 +54,12 @@ | ... | @@ -54,12 +54,12 @@ |
| } | } | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@ant-design/colors": "^6.0.0", | "@ant-design/colors": "^7.0.0", | ||
| "@ant-design/icons-vue": "^6.1.0", | "@ant-design/icons-vue": "^6.1.0", | ||
| "@iconify/iconify": "^2.2.1", | "@iconify/iconify": "^3.1.0", | ||
| "@logicflow/core": "^1.1.31", | "@logicflow/core": "^1.1.31", | ||
| "@logicflow/extension": "^1.1.31", | "@logicflow/extension": "^1.1.31", | ||
| "@stomp/stompjs": "^6.1.2", | "@stomp/stompjs": "^7.0.0", | ||
| "@vue/runtime-core": "^3.2.47", | "@vue/runtime-core": "^3.2.47", | ||
| "@vue/shared": "^3.2.47", | "@vue/shared": "^3.2.47", | ||
| "@vueuse/core": "^9.13.0", | "@vueuse/core": "^9.13.0", | ||
| ... | @@ -72,14 +72,14 @@ | ... | @@ -72,14 +72,14 @@ |
| "crypto-js": "^4.1.1", | "crypto-js": "^4.1.1", | ||
| "dayjs": "^1.11.7", | "dayjs": "^1.11.7", | ||
| "echarts": "^5.4.1", | "echarts": "^5.4.1", | ||
| "intro.js": "^5.1.0", | "intro.js": "^6.0.0", | ||
| "js-file-download": "^0.4.12", | "js-file-download": "^0.4.12", | ||
| "lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
| "mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
| "nanoid": "^4.0.1", | "nanoid": "^4.0.1", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "path-to-regexp": "^6.2.1", | "path-to-regexp": "^6.2.1", | ||
| "pinia": "^2.0.30", | "pinia": "^2.0.32", | ||
| "print-js": "^1.6.0", | "print-js": "^1.6.0", | ||
| "qrcode": "^1.5.1", | "qrcode": "^1.5.1", | ||
| "qs": "^6.11.0", | "qs": "^6.11.0", | ||
| ... | @@ -94,19 +94,19 @@ | ... | @@ -94,19 +94,19 @@ |
| "vue-i18n": "^9.2.2", | "vue-i18n": "^9.2.2", | ||
| "vue-json-pretty": "^2.2.3", | "vue-json-pretty": "^2.2.3", | ||
| "vue-router": "^4.1.6", | "vue-router": "^4.1.6", | ||
| "vue-types": "^4.2.1", | "vue-types": "^5.0.2", | ||
| "xlsx": "^0.18.5" | "xlsx": "^0.18.5" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@commitlint/cli": "^17.4.4", | "@commitlint/cli": "^17.4.4", | ||
| "@commitlint/config-conventional": "^17.4.4", | "@commitlint/config-conventional": "^17.4.4", | ||
| "@iconify/json": "^2.2.24", | "@iconify/json": "^2.2.26", | ||
| "@purge-icons/generated": "^0.8.1", | "@purge-icons/generated": "^0.9.0", | ||
| "@types/codemirror": "^5.60.7", | "@types/codemirror": "^5.60.7", | ||
| "@types/crypto-js": "^4.1.1", | "@types/crypto-js": "^4.1.1", | ||
| "@types/fs-extra": "^9.0.13", | "@types/fs-extra": "^11.0.1", | ||
| "@types/inquirer": "^9.0.3", | "@types/inquirer": "^9.0.3", | ||
| "@types/intro.js": "^3.0.2", | "@types/intro.js": "^5.1.1", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/lodash-es": "^4.17.6", | "@types/lodash-es": "^4.17.6", | ||
| "@types/mockjs": "^1.0.7", | "@types/mockjs": "^1.0.7", | ||
| ... | @@ -114,17 +114,17 @@ | ... | @@ -114,17 +114,17 @@ |
| "@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
| "@types/qrcode": "^1.5.0", | "@types/qrcode": "^1.5.0", | ||
| "@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
| "@types/showdown": "^1.9.4", | "@types/showdown": "^2.0.0", | ||
| "@types/sockjs-client": "^1.5.1", | "@types/sockjs-client": "^1.5.1", | ||
| "@types/sortablejs": "^1.15.0", | "@types/sortablejs": "^1.15.0", | ||
| "@types/stompjs": "^2.3.5", | "@types/stompjs": "^2.3.5", | ||
| "@typescript-eslint/eslint-plugin": "^5.52.0", | "@typescript-eslint/eslint-plugin": "^5.53.0", | ||
| "@typescript-eslint/parser": "^5.52.0", | "@typescript-eslint/parser": "^5.53.0", | ||
| "@vitejs/plugin-legacy": "^2.3.1", | "@vitejs/plugin-legacy": "^4.0.1", | ||
| "@vitejs/plugin-vue": "^3.2.0", | "@vitejs/plugin-vue": "^4.0.0", | ||
| "@vitejs/plugin-vue-jsx": "^1.3.10", | "@vitejs/plugin-vue-jsx": "^3.0.0", | ||
| "@vue/compiler-dom": "^3.2.47", | "@vue/compiler-dom": "^3.2.47", | ||
| "@vue/compiler-sfc": "3.2.31", | "@vue/compiler-sfc": "^3.2.47", | ||
| "@vue/test-utils": "^2.3.0", | "@vue/test-utils": "^2.3.0", | ||
| "autoprefixer": "^10.4.13", | "autoprefixer": "^10.4.13", | ||
| "commitizen": "^4.3.0", | "commitizen": "^4.3.0", | ||
| ... | @@ -138,12 +138,12 @@ | ... | @@ -138,12 +138,12 @@ |
| "eslint-config-prettier": "^8.6.0", | "eslint-config-prettier": "^8.6.0", | ||
| "eslint-plugin-prettier": "^4.2.1", | "eslint-plugin-prettier": "^4.2.1", | ||
| "eslint-plugin-vue": "^9.9.0", | "eslint-plugin-vue": "^9.9.0", | ||
| "esno": "^0.14.1", | "esno": "^0.16.3", | ||
| "fs-extra": "^10.1.0", | "fs-extra": "^11.1.0", | ||
| "husky": "^7.0.4", | "husky": "^8.0.3", | ||
| "inquirer": "^9.1.4", | "inquirer": "^9.1.4", | ||
| "less": "^4.1.3", | "less": "^4.1.3", | ||
| "lint-staged": "12.3.7", | "lint-staged": "^13.1.2", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
| "picocolors": "^1.0.0", | "picocolors": "^1.0.0", | ||
| ... | @@ -152,10 +152,10 @@ | ... | @@ -152,10 +152,10 @@ |
| "postcss-html": "^1.5.0", | "postcss-html": "^1.5.0", | ||
| "postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
| "prettier": "^2.8.4", | "prettier": "^2.8.4", | ||
| "rimraf": "^3.0.2", | "rimraf": "^4.1.2", | ||
| "rollup": "^2.79.1", | "rollup": "^2.79.1", | ||
| "rollup-plugin-visualizer": "^5.9.0", | "rollup-plugin-visualizer": "^5.9.0", | ||
| "sort-package-json": "^1.57.0", | "sort-package-json": "^2.4.1", | ||
| "stylelint": "^14.16.1", | "stylelint": "^14.16.1", | ||
| "stylelint-config-prettier": "^9.0.5", | "stylelint-config-prettier": "^9.0.5", | ||
| "stylelint-config-recommended": "^9.0.0", | "stylelint-config-recommended": "^9.0.0", | ||
| ... | @@ -166,20 +166,20 @@ | ... | @@ -166,20 +166,20 @@ |
| "ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
| "typescript": "^4.9.5", | "typescript": "^4.9.5", | ||
| "unplugin-auto-import": "^0.12.2", | "unplugin-auto-import": "^0.12.2", | ||
| "vite": "^3.2.5", | "vite": "^4.1.4", | ||
| "vite-plugin-compression": "^0.5.1", | "vite-plugin-compression": "^0.5.1", | ||
| "vite-plugin-html": "^3.2.0", | "vite-plugin-html": "^3.2.0", | ||
| "vite-plugin-mkcert": "^1.13.1", | "vite-plugin-mkcert": "^1.13.2", | ||
| "vite-plugin-mock": "^2.9.6", | "vite-plugin-mock": "^2.9.6", | ||
| "vite-plugin-purge-icons": "^0.9.2", | "vite-plugin-purge-icons": "^0.9.2", | ||
| "vite-plugin-pwa": "^0.13.3", | "vite-plugin-pwa": "^0.14.4", | ||
| "vite-plugin-style-import": "^2.0.0", | "vite-plugin-style-import": "^2.0.0", | ||
| "vite-plugin-svg-icons": "^2.0.1", | "vite-plugin-svg-icons": "^2.0.1", | ||
| "vite-plugin-theme": "^0.8.6", | "vite-plugin-theme": "^0.8.6", | ||
| "vite-plugin-vue-setup-extend": "^0.4.0", | "vite-plugin-vue-setup-extend": "^0.4.0", | ||
| "vite-plugin-windicss": "^1.8.10", | "vite-plugin-windicss": "^1.8.10", | ||
| "vue-eslint-parser": "^9.1.0", | "vue-eslint-parser": "^9.1.0", | ||
| "vue-tsc": "^1.1.4" | "vue-tsc": "^1.1.7" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=14" | "node": ">=14" | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
请
注册
或者
登录
后发表评论