chore: update deps
正在显示
... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
"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.0", | ||
"pinia": "^2.0.0-beta.3", | "pinia": "^2.0.0-beta.5", | ||
"print-js": "^1.6.0", | "print-js": "^1.6.0", | ||
"qrcode": "^1.4.4", | "qrcode": "^1.4.4", | ||
"resize-observer-polyfill": "^1.5.1", | "resize-observer-polyfill": "^1.5.1", | ||
... | @@ -67,29 +67,29 @@ | ... | @@ -67,29 +67,29 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^12.1.4", | "@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | "@commitlint/config-conventional": "^12.1.4", | ||
"@iconify/json": "^1.1.371", | "@iconify/json": "^1.1.374", | ||
"@purge-icons/generated": "^0.7.0", | "@purge-icons/generated": "^0.7.0", | ||
"@types/codemirror": "^5.60.2", | "@types/codemirror": "^5.60.2", | ||
"@types/crypto-js": "^4.0.2", | "@types/crypto-js": "^4.0.2", | ||
"@types/fs-extra": "^9.0.12", | "@types/fs-extra": "^9.0.12", | ||
"@types/inquirer": "^7.3.3", | "@types/inquirer": "^7.3.3", | ||
"@types/intro.js": "^3.0.1", | "@types/intro.js": "^3.0.2", | ||
"@types/jest": "^26.0.24", | "@types/jest": "^26.0.24", | ||
"@types/lodash-es": "^4.17.4", | "@types/lodash-es": "^4.17.4", | ||
"@types/mockjs": "^1.0.3", | "@types/mockjs": "^1.0.4", | ||
"@types/node": "^16.0.0", | "@types/node": "^16.3.1", | ||
"@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.4.0", | "@types/qrcode": "^1.4.1", | ||
"@types/qs": "^6.9.6", | "@types/qs": "^6.9.7", | ||
"@types/sortablejs": "^1.10.7", | "@types/sortablejs": "^1.10.7", | ||
"@typescript-eslint/eslint-plugin": "^4.28.2", | "@typescript-eslint/eslint-plugin": "^4.28.3", | ||
"@typescript-eslint/parser": "^4.28.2", | "@typescript-eslint/parser": "^4.28.3", | ||
"@vitejs/plugin-legacy": "^1.4.3", | "@vitejs/plugin-legacy": "^1.4.4", | ||
"@vitejs/plugin-vue": "^1.2.4", | "@vitejs/plugin-vue": "^1.2.5", | ||
"@vitejs/plugin-vue-jsx": "^1.1.6", | "@vitejs/plugin-vue-jsx": "^1.1.6", | ||
"@vue/compiler-sfc": "3.1.4", | "@vue/compiler-sfc": "3.1.4", | ||
"@vue/test-utils": "^2.0.0-rc.10", | "@vue/test-utils": "^2.0.0-rc.10", | ||
"autoprefixer": "^10.2.6", | "autoprefixer": "^10.3.1", | ||
"commitizen": "^4.2.4", | "commitizen": "^4.2.4", | ||
"conventional-changelog-cli": "^2.1.1", | "conventional-changelog-cli": "^2.1.1", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
... | @@ -114,16 +114,16 @@ | ... | @@ -114,16 +114,16 @@ |
"prettier": "^2.3.2", | "prettier": "^2.3.2", | ||
"pretty-quick": "^3.1.1", | "pretty-quick": "^3.1.1", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"rollup-plugin-visualizer": "5.5.1", | "rollup-plugin-visualizer": "5.5.2", | ||
"stylelint": "^13.13.1", | "stylelint": "^13.13.1", | ||
"stylelint-config-prettier": "^8.0.2", | "stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-standard": "^22.0.0", | "stylelint-config-standard": "^22.0.0", | ||
"stylelint-order": "^4.1.0", | "stylelint-order": "^4.1.0", | ||
"tailwindcss": "^2.2.4", | "tailwindcss": "^2.2.4", | ||
"ts-jest": "^27.0.3", | "ts-jest": "^27.0.3", | ||
"ts-node": "^10.0.0", | "ts-node": "^10.1.0", | ||
"typescript": "4.3.5", | "typescript": "4.3.5", | ||
"vite": "2.4.1", | "vite": "2.4.2", | ||
"vite-plugin-compression": "^0.3.0", | "vite-plugin-compression": "^0.3.0", | ||
"vite-plugin-html": "^2.0.7", | "vite-plugin-html": "^2.0.7", | ||
"vite-plugin-imagemin": "^0.4.0", | "vite-plugin-imagemin": "^0.4.0", | ||
... | @@ -139,7 +139,7 @@ | ... | @@ -139,7 +139,7 @@ |
"resolutions": { | "resolutions": { | ||
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | "//": "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", | "bin-wrapper": "npm:bin-wrapper-china", | ||
"rollup": "^2.52.8" | "rollup": "^2.53.1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | ... |
请
注册
或者
登录
后发表评论