Browse Source

chore: update deps

main
xingyu 2 years ago
parent
commit
41018b360d
  1. 16
      package.json
  2. 608
      pnpm-lock.yaml

16
package.json

@ -51,14 +51,14 @@
"@iconify/iconify": "^3.1.1", "@iconify/iconify": "^3.1.1",
"@videojs-player/vue": "^1.0.0", "@videojs-player/vue": "^1.0.0",
"@vue/runtime-core": "^3.3.4", "@vue/runtime-core": "^3.3.4",
"@vueuse/core": "^10.3.0", "@vueuse/core": "^10.4.0",
"@zxcvbn-ts/core": "^3.0.3", "@zxcvbn-ts/core": "^3.0.3",
"ant-design-vue": "^4.0.1", "ant-design-vue": "^4.0.1",
"axios": "^1.4.0", "axios": "^1.5.0",
"benz-amr-recorder": "^1.1.5", "benz-amr-recorder": "^1.1.5",
"codemirror": "^5.65.3", "codemirror": "^5.65.3",
"cron-parser": "^4.9.0", "cron-parser": "^4.9.0",
"cropperjs": "^1.5.13", "cropperjs": "^1.6.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"echarts": "^5.4.3", "echarts": "^5.4.3",
@ -82,12 +82,12 @@
"xlsx": "^0.18.5" "xlsx": "^0.18.5"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.40.2", "@antfu/eslint-config": "^0.41.0",
"@commitlint/cli": "^17.7.1", "@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0", "@commitlint/config-conventional": "^17.7.0",
"@iconify/json": "^2.2.103", "@iconify/json": "^2.2.106",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.8", "@types/codemirror": "^5.60.9",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3", "@types/inquirer": "^9.0.3",
@ -105,7 +105,7 @@
"cz-git": "^1.7.1", "cz-git": "^1.7.1",
"czg": "^1.7.1", "czg": "^1.7.1",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"eslint": "^8.47.0", "eslint": "^8.48.0",
"esno": "^0.17.0", "esno": "^0.17.0",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"husky": "^8.0.3", "husky": "^8.0.3",
@ -129,7 +129,7 @@
"stylelint-prettier": "^4.0.2", "stylelint-prettier": "^4.0.2",
"terser": "^5.19.2", "terser": "^5.19.2",
"typescript": "^5.1.6", "typescript": "^5.1.6",
"unocss": "^0.55.2", "unocss": "^0.55.3",
"vite": "^4.4.9", "vite": "^4.4.9",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-mkcert": "^1.16.0", "vite-plugin-mkcert": "^1.16.0",

608
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save