chore: upgrade deps
正在显示
... | @@ -55,26 +55,26 @@ | ... | @@ -55,26 +55,26 @@ |
} | } | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ant-design/colors": "^7.0.0", | "@ant-design/colors": "^7.0.2", | ||
"@ant-design/icons-vue": "^6.1.0", | "@ant-design/icons-vue": "^6.1.0", | ||
"@iconify/iconify": "^3.1.1", | "@iconify/iconify": "^3.1.1", | ||
"@logicflow/core": "^1.2.15", | "@logicflow/core": "^1.2.22", | ||
"@logicflow/extension": "^1.2.16", | "@logicflow/extension": "^1.2.22", | ||
"@sentry/vue": "^7.107.0", | "@sentry/vue": "^7.107.0", | ||
"@stomp/stompjs": "^7.0.0", | "@stomp/stompjs": "^7.0.0", | ||
"@vue/runtime-core": "^3.3.4", | "@vue/runtime-core": "^3.4.21", | ||
"@vue/shared": "^3.3.4", | "@vue/shared": "^3.4.21", | ||
"@vueuse/core": "^10.5.0", | "@vueuse/core": "^10.9.0", | ||
"@vueuse/shared": "^10.5.0", | "@vueuse/shared": "^10.9.0", | ||
"@zxcvbn-ts/core": "^2.2.1", | "@zxcvbn-ts/core": "^2.2.1", | ||
"ant-design-vue": "^3.2.20", | "ant-design-vue": "^3.2.20", | ||
"axios": "^0.26.1", | "axios": "^0.26.1", | ||
"codemirror": "^5.65.15", | "codemirror": "^5.65.15", | ||
"cropperjs": "^1.6.1", | "cropperjs": "^1.6.1", | ||
"crypto-js": "^4.1.1", | "crypto-js": "^4.2.0", | ||
"dayjs": "^1.11.10", | "dayjs": "^1.11.10", | ||
"default-passive-events": "^2.0.0", | "default-passive-events": "^2.0.0", | ||
"echarts": "^5.4.3", | "echarts": "^5.5.0", | ||
"intro.js": "^7.2.0", | "intro.js": "^7.2.0", | ||
"js-file-download": "^0.4.12", | "js-file-download": "^0.4.12", | ||
"lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
... | @@ -82,21 +82,21 @@ | ... | @@ -82,21 +82,21 @@ |
"nanoid": "^4.0.2", | "nanoid": "^4.0.2", | ||
"nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
"path-to-regexp": "^6.2.1", | "path-to-regexp": "^6.2.1", | ||
"pinia": "^2.1.6", | "pinia": "^2.1.7", | ||
"print-js": "^1.6.0", | "print-js": "^1.6.0", | ||
"qrcode": "^1.5.3", | "qrcode": "^1.5.3", | ||
"qs": "^6.11.2", | "qs": "^6.12.0", | ||
"resize-observer-polyfill": "^1.5.1", | "resize-observer-polyfill": "^1.5.1", | ||
"showdown": "^2.1.0", | "showdown": "^2.1.0", | ||
"sockjs-client": "^1.6.1", | "sockjs-client": "^1.6.1", | ||
"sortablejs": "^1.15.0", | "sortablejs": "^1.15.2", | ||
"stompjs": "^2.3.3", | "stompjs": "^2.3.3", | ||
"tinymce": "^5.10.7", | "tinymce": "^5.10.7", | ||
"vditor": "^3.9.6", | "vditor": "^3.10.1", | ||
"vue": "^3.3.4", | "vue": "^3.4.21", | ||
"vue-i18n": "^9.5.0", | "vue-i18n": "^9.10.2", | ||
"vue-json-pretty": "^2.2.4", | "vue-json-pretty": "^2.3.0", | ||
"vue-router": "^4.2.5", | "vue-router": "^4.3.0", | ||
"vue-types": "^5.1.1", | "vue-types": "^5.1.1", | ||
"xlsx": "^0.18.5" | "xlsx": "^0.18.5" | ||
}, | }, | ||
... | @@ -104,76 +104,76 @@ | ... | @@ -104,76 +104,76 @@ |
"@antfu/eslint-config": "^0.40.3", | "@antfu/eslint-config": "^0.40.3", | ||
"@commitlint/cli": "^17.7.2", | "@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-conventional": "^17.7.0", | "@commitlint/config-conventional": "^17.7.0", | ||
"@iconify/json": "^2.2.125", | "@iconify/json": "^2.2.192", | ||
"@sentry/cli": "^2.30.2", | "@sentry/cli": "^2.30.2", | ||
"@sentry/vite-plugin": "^2.15.0", | "@sentry/vite-plugin": "^2.15.0", | ||
"@types/codemirror": "^5.60.10", | "@types/codemirror": "^5.60.15", | ||
"@types/crypto-js": "^4.1.2", | "@types/crypto-js": "^4.2.2", | ||
"@types/fs-extra": "^11.0.2", | "@types/fs-extra": "^11.0.4", | ||
"@types/inquirer": "^9.0.4", | "@types/inquirer": "^9.0.7", | ||
"@types/intro.js": "^5.1.2", | "@types/intro.js": "^5.1.5", | ||
"@types/lodash": "^4.14.199", | "@types/lodash": "^4.17.0", | ||
"@types/lodash-es": "^4.17.9", | "@types/lodash-es": "^4.17.12", | ||
"@types/mockjs": "^1.0.8", | "@types/mockjs": "^1.0.10", | ||
"@types/node": "^18.18.4", | "@types/node": "^18.18.4", | ||
"@types/nprogress": "^0.2.1", | "@types/nprogress": "^0.2.1", | ||
"@types/qrcode": "^1.5.2", | "@types/qrcode": "^1.5.5", | ||
"@types/qs": "^6.9.8", | "@types/qs": "^6.9.12", | ||
"@types/showdown": "^2.0.2", | "@types/showdown": "^2.0.6", | ||
"@types/sockjs-client": "^1.5.2", | "@types/sockjs-client": "^1.5.4", | ||
"@types/sortablejs": "^1.15.3", | "@types/sortablejs": "^1.15.8", | ||
"@types/stompjs": "^2.3.6", | "@types/stompjs": "^2.3.9", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | "@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | "@typescript-eslint/parser": "^5.62.0", | ||
"@vitejs/plugin-legacy": "^4.1.1", | "@vitejs/plugin-legacy": "^4.1.1", | ||
"@vitejs/plugin-vue": "^4.4.0", | "@vitejs/plugin-vue": "^4.4.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.2", | "@vitejs/plugin-vue-jsx": "^3.1.0", | ||
"@vue/compiler-dom": "^3.3.4", | "@vue/compiler-dom": "^3.4.21", | ||
"@vue/compiler-sfc": "^3.3.4", | "@vue/compiler-sfc": "^3.4.21", | ||
"@vue/test-utils": "^2.4.1", | "@vue/test-utils": "^2.4.5", | ||
"autoprefixer": "^10.4.16", | "autoprefixer": "^10.4.18", | ||
"commitizen": "^4.3.0", | "commitizen": "^4.3.0", | ||
"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", | ||
"cz-git": "^1.7.1", | "cz-git": "^1.9.0", | ||
"czg": "^1.7.1", | "czg": "^1.9.0", | ||
"dotenv": "^16.3.1", | "dotenv": "^16.4.5", | ||
"eslint": "^8.51.0", | "eslint": "^8.57.0", | ||
"eslint-config-prettier": "^8.10.0", | "eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-prettier": "^4.2.1", | "eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vue": "^9.17.0", | "eslint-plugin-vue": "^9.23.0", | ||
"esno": "^0.16.3", | "esno": "^0.16.3", | ||
"fs-extra": "^11.1.1", | "fs-extra": "^11.2.0", | ||
"husky": "^8.0.3", | "husky": "^8.0.3", | ||
"inquirer": "^9.2.11", | "inquirer": "^9.2.16", | ||
"less": "^4.2.0", | "less": "^4.2.0", | ||
"lint-staged": "^13.3.0", | "lint-staged": "^13.3.0", | ||
"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", | ||
"pont-engine": "^1.5.12", | "pont-engine": "^1.6.2", | ||
"postcss": "^8.4.31", | "postcss": "^8.4.36", | ||
"postcss-html": "^1.5.0", | "postcss-html": "^1.6.0", | ||
"postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
"prettier": "^2.8.8", | "prettier": "^2.8.8", | ||
"rimraf": "^5.0.5", | "rimraf": "^5.0.5", | ||
"rollup": "^3.29.4", | "rollup": "^3.29.4", | ||
"rollup-plugin-visualizer": "^5.9.2", | "rollup-plugin-visualizer": "^5.12.0", | ||
"sort-package-json": "^2.6.0", | "sort-package-json": "^2.8.0", | ||
"stylelint": "^15.10.3", | "stylelint": "^15.10.3", | ||
"stylelint-config-recommended": "^12.0.0", | "stylelint-config-recommended": "^12.0.0", | ||
"stylelint-config-recommended-vue": "^1.5.0", | "stylelint-config-recommended-vue": "^1.5.0", | ||
"stylelint-config-standard": "^33.0.0", | "stylelint-config-standard": "^33.0.0", | ||
"stylelint-order": "^6.0.3", | "stylelint-order": "^6.0.4", | ||
"terser": "^5.21.0", | "terser": "^5.29.2", | ||
"ts-node": "^10.9.1", | "ts-node": "^10.9.2", | ||
"typescript": "^4.9.5", | "typescript": "^4.9.5", | ||
"unplugin-auto-import": "^0.16.6", | "unplugin-auto-import": "^0.16.6", | ||
"vite": "^4.4.11", | "vite": "^4.4.11", | ||
"vite-plugin-compression": "^0.5.1", | "vite-plugin-compression": "^0.5.1", | ||
"vite-plugin-html": "^3.2.0", | "vite-plugin-html": "^3.2.2", | ||
"vite-plugin-mkcert": "^1.16.0", | "vite-plugin-mkcert": "^1.17.4", | ||
"vite-plugin-mock": "^2.9.8", | "vite-plugin-mock": "^2.9.8", | ||
"vite-plugin-purge-icons": "^0.9.2", | "vite-plugin-purge-icons": "^0.9.2", | ||
"vite-plugin-pwa": "^0.16.5", | "vite-plugin-pwa": "^0.16.5", | ||
... | @@ -181,8 +181,8 @@ | ... | @@ -181,8 +181,8 @@ |
"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.9.1", | "vite-plugin-windicss": "^1.9.3", | ||
"vue-eslint-parser": "^9.3.2", | "vue-eslint-parser": "^9.4.2", | ||
"vue-tsc": "^1.8.18" | "vue-tsc": "^1.8.18" | ||
}, | }, | ||
"engines": { | "engines": { | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
请
注册
或者
登录
后发表评论