Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Sep 1, 2024
1 parent 6ee67f1 commit a3ff3bc
Show file tree
Hide file tree
Showing 7 changed files with 1,358 additions and 1,661 deletions.
57 changes: 29 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,75 +24,76 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@vueuse/components": "^10.11.1",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"axios": "^1.7.3",
"dayjs": "^1.11.12",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"disable-devtool": "^0.3.7",
"element-plus": "^2.7.8",
"eruda": "^3.2.1",
"element-plus": "^2.8.1",
"eruda": "^3.2.3",
"floating-vue": "5.2.2",
"hotkeys-js": "^3.13.7",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-vue": "^0.5.9",
"pinia": "^2.2.0",
"pinia": "^2.2.2",
"qs": "^6.13.0",
"vconsole": "^3.15.1",
"vue": "^3.4.35",
"vue": "^3.4.38",
"vue-m-message": "^4.0.2",
"vue-router": "^4.4.2"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "2.24.1",
"@iconify/json": "^2.2.233",
"@iconify/json": "^2.2.243",
"@iconify/vue": "^4.1.2",
"@stylistic/stylelint-config": "^2.0.0",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/qs": "^6.9.15",
"@unocss/eslint-plugin": "^0.61.9",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@unocss/eslint-plugin": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.20",
"boxen": "^7.1.1",
"bumpp": "^9.4.2",
"boxen": "^8.0.1",
"bumpp": "^9.5.2",
"cz-git": "^1.9.4",
"eslint": "^9.8.0",
"eslint": "^9.9.1",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"inquirer": "^10.1.6",
"lint-staged": "^15.2.8",
"inquirer": "^10.1.8",
"lint-staged": "^15.2.9",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.1",
"plop": "^4.0.1",
"postcss": "^8.4.40",
"postcss": "^8.4.42",
"postcss-html": "^1.7.0",
"postcss-nested": "^6.2.0",
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.8.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint": "^16.9.0",
"stylelint-config-recess-order": "^5.1.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.4.1",
"stylelint-scss": "^6.5.1",
"svgo": "^3.3.2",
"typescript": "^5.5.4",
"unocss": "^0.61.9",
"unocss": "^0.62.3",
"unocss-preset-scrollbar": "^0.3.1",
"unplugin-auto-import": "^0.18.2",
"unplugin-turbo-console": "^1.10.1",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-compression2": "^1.1.3",
"vite-plugin-compression2": "^1.2.0",
"vite-plugin-fake-server": "^2.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit a3ff3bc

Please sign in to comment.