Browse Source

chore: update deps

main
xingyu 2 years ago
parent
commit
c35d0b26f2
  1. 27
      package.json
  2. 422
      pnpm-lock.yaml

27
package.json

@ -36,12 +36,11 @@
"preview:dist": "vite preview",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean:lib": "rimraf node_modules",
"lint": "eslint \"src/**/*.{vue,ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{vue,ts,tsx}\" --fix",
"lint:stylelint": "stylelint \"src/**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged",
"npm:check": "npx npm-check-updates",
"reinstall": "rimraf pnpm-lock.yaml && rimraf node_modules && pnpm bootstrap",
"reinstall": "rimraf pnpm-lock.yaml && rimraf node_modules && npm run bootstrap",
"prepare": "husky install",
"gen:icon": "esno ./build/generate/icon/index.ts"
},
@ -54,7 +53,7 @@
"@vueuse/core": "^10.5.0",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.0.6",
"axios": "^1.5.1",
"axios": "^1.6.0",
"benz-amr-recorder": "^1.1.5",
"codemirror": "5.65.15",
"cron-parser": "^4.9.0",
@ -75,7 +74,7 @@
"vditor": "^3.9.6",
"video-js": "^0.7.0",
"vue": "^3.3.7",
"vue-i18n": "^9.5.0",
"vue-i18n": "^9.6.1",
"vue-json-pretty": "^2.2.4",
"vue-router": "^4.2.5",
"vue-types": "^5.1.1",
@ -83,17 +82,17 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.28",
"@commitlint/cli": "^18.1.0",
"@antfu/eslint-config": "^1.0.0-beta.29",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@iconify/json": "^2.2.133",
"@iconify/json": "^2.2.134",
"@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.12",
"@types/crypto-js": "^4.1.3",
"@types/fs-extra": "^11.0.3",
"@types/inquirer": "^9.0.6",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.8",
"@types/node": "^20.8.9",
"@types/nprogress": "^0.2.2",
"@types/qs": "^6.9.9",
"@types/sortablejs": "^1.15.4",
@ -118,7 +117,7 @@
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.1.4",
"rollup": "^4.1.5",
"rollup-plugin-visualizer": "^5.9.2",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.3.0",
@ -135,10 +134,10 @@
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-pwa": "^0.16.6",
"vite-plugin-svg-icons": "^2.0.1",
"vite-vue-plugin-html": "^1.0.3",
"vue-tsc": "^1.8.21"
"vue-tsc": "^1.8.22"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [

422
pnpm-lock.yaml

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