chore: 依赖升级
正在显示
... | @@ -54,26 +54,26 @@ | ... | @@ -54,26 +54,26 @@ |
"@ant-design/colors": "^6.0.0", | "@ant-design/colors": "^6.0.0", | ||
"@ant-design/icons-vue": "^6.1.0", | "@ant-design/icons-vue": "^6.1.0", | ||
"@iconify/iconify": "^2.2.1", | "@iconify/iconify": "^2.2.1", | ||
"@logicflow/core": "^1.1.14", | "@logicflow/core": "^1.1.15", | ||
"@logicflow/extension": "^1.1.14", | "@logicflow/extension": "^1.1.15", | ||
"@vue/runtime-core": "^3.2.33", | "@vue/runtime-core": "^3.2.33", | ||
"@vue/shared": "^3.2.33", | "@vue/shared": "^3.2.33", | ||
"@vueuse/core": "^8.4.1", | "@vueuse/core": "^8.4.2", | ||
"@vueuse/shared": "^8.4.1", | "@vueuse/shared": "^8.4.2", | ||
"@zxcvbn-ts/core": "^2.0.1", | "@zxcvbn-ts/core": "^2.0.1", | ||
"ant-design-vue": "^3.2.2", | "ant-design-vue": "^3.2.3", | ||
"axios": "^0.26.1", | "axios": "^0.26.1", | ||
"codemirror": "^5.65.3", | "codemirror": "^5.65.3", | ||
"cropperjs": "^1.5.12", | "cropperjs": "^1.5.12", | ||
"crypto-js": "^4.1.1", | "crypto-js": "^4.1.1", | ||
"dayjs": "^1.11.1", | "dayjs": "^1.11.2", | ||
"echarts": "^5.3.2", | "echarts": "^5.3.2", | ||
"intro.js": "^5.1.0", | "intro.js": "^5.1.0", | ||
"lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
"mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
"nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
"path-to-regexp": "^6.2.0", | "path-to-regexp": "^6.2.1", | ||
"pinia": "^2.0.13", | "pinia": "^2.0.14", | ||
"print-js": "^1.6.0", | "print-js": "^1.6.0", | ||
"qrcode": "^1.5.0", | "qrcode": "^1.5.0", | ||
"qs": "^6.10.3", | "qs": "^6.10.3", | ||
... | @@ -81,10 +81,10 @@ | ... | @@ -81,10 +81,10 @@ |
"showdown": "^2.1.0", | "showdown": "^2.1.0", | ||
"sortablejs": "^1.15.0", | "sortablejs": "^1.15.0", | ||
"tinymce": "^5.10.4", | "tinymce": "^5.10.4", | ||
"vditor": "^3.8.13", | "vditor": "^3.8.14", | ||
"vue": "^3.2.33", | "vue": "^3.2.33", | ||
"vue-i18n": "^9.1.10", | "vue-i18n": "^9.1.10", | ||
"vue-json-pretty": "^2.0.6", | "vue-json-pretty": "^2.1.0", | ||
"vue-router": "^4.0.15", | "vue-router": "^4.0.15", | ||
"vue-types": "^4.1.1", | "vue-types": "^4.1.1", | ||
"xlsx": "^0.18.5" | "xlsx": "^0.18.5" | ||
... | @@ -92,7 +92,7 @@ | ... | @@ -92,7 +92,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^16.2.4", | "@commitlint/cli": "^16.2.4", | ||
"@commitlint/config-conventional": "^16.2.4", | "@commitlint/config-conventional": "^16.2.4", | ||
"@iconify/json": "^2.1.36", | "@iconify/json": "^2.1.43", | ||
"@purge-icons/generated": "^0.8.1", | "@purge-icons/generated": "^0.8.1", | ||
"@types/codemirror": "^5.60.5", | "@types/codemirror": "^5.60.5", | ||
"@types/crypto-js": "^4.1.1", | "@types/crypto-js": "^4.1.1", | ||
... | @@ -101,16 +101,16 @@ | ... | @@ -101,16 +101,16 @@ |
"@types/intro.js": "^3.0.2", | "@types/intro.js": "^3.0.2", | ||
"@types/lodash-es": "^4.17.6", | "@types/lodash-es": "^4.17.6", | ||
"@types/mockjs": "^1.0.6", | "@types/mockjs": "^1.0.6", | ||
"@types/node": "^17.0.31", | "@types/node": "^17.0.33", | ||
"@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.4.2", | "@types/qrcode": "^1.4.2", | ||
"@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
"@types/showdown": "^1.9.4", | "@types/showdown": "^1.9.4", | ||
"@types/sortablejs": "^1.10.7", | "@types/sortablejs": "^1.13.0", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | "@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.22.0", | "@typescript-eslint/parser": "^5.23.0", | ||
"@vitejs/plugin-legacy": "^1.8.2", | "@vitejs/plugin-legacy": "^1.8.2", | ||
"@vitejs/plugin-vue": "^2.3.2", | "@vitejs/plugin-vue": "^2.3.3", | ||
"@vitejs/plugin-vue-jsx": "^1.3.10", | "@vitejs/plugin-vue-jsx": "^1.3.10", | ||
"@vue/compiler-sfc": "3.2.31", | "@vue/compiler-sfc": "3.2.31", | ||
"@vue/test-utils": "^2.0.0-rc.21", | "@vue/test-utils": "^2.0.0-rc.21", | ||
... | @@ -119,8 +119,8 @@ | ... | @@ -119,8 +119,8 @@ |
"conventional-changelog-cli": "^2.2.2", | "conventional-changelog-cli": "^2.2.2", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
"dotenv": "^16.0.0", | "dotenv": "^16.0.1", | ||
"eslint": "^8.14.0", | "eslint": "^8.15.0", | ||
"eslint-config-prettier": "^8.5.0", | "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | "eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-vue": "^8.7.1", | "eslint-plugin-vue": "^8.7.1", | ||
... | @@ -138,7 +138,7 @@ | ... | @@ -138,7 +138,7 @@ |
"postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
"prettier": "^2.6.2", | "prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"rollup": "^2.71.1", | "rollup": "^2.73.0", | ||
"rollup-plugin-visualizer": "^5.6.0", | "rollup-plugin-visualizer": "^5.6.0", | ||
"sort-package-json": "^1.57.0", | "sort-package-json": "^1.57.0", | ||
"stylelint": "^14.8.2", | "stylelint": "^14.8.2", | ||
... | @@ -150,7 +150,7 @@ | ... | @@ -150,7 +150,7 @@ |
"ts-node": "^10.7.0", | "ts-node": "^10.7.0", | ||
"typescript": "^4.6.4", | "typescript": "^4.6.4", | ||
"unplugin-auto-import": "^0.7.1", | "unplugin-auto-import": "^0.7.1", | ||
"vite": "^2.9.8", | "vite": "^2.9.9", | ||
"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.6.0", | "vite-plugin-mkcert": "^1.6.0", | ||
... | @@ -164,8 +164,8 @@ | ... | @@ -164,8 +164,8 @@ |
"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.4", | "vite-plugin-windicss": "^1.8.4", | ||
"vue-eslint-parser": "^8.3.0", | "vue-eslint-parser": "^9.0.1", | ||
"vue-tsc": "^0.34.11" | "vue-tsc": "^0.34.13" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "^12 || >=14" | "node": "^12 || >=14" | ||
... | ... |
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论