Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Oct 10, 2023
1 parent 7c40a23 commit 1fb946a
Show file tree
Hide file tree
Showing 2 changed files with 960 additions and 556 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@vueuse/core": "^10.4.0",
"@vueuse/integrations": "^10.4.0",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"element-plus": "^2.3.10",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"element-plus": "^2.3.14",
"eruda": "^3.0.1",
"hotkeys-js": "^3.12.0",
"lodash-es": "^4.17.21",
Expand All @@ -30,49 +30,49 @@
"qs": "^6.11.2",
"vconsole": "^3.15.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@iconify-json/ep": "^1.1.12",
"@iconify/vue": "^4.1.1",
"@types/nprogress": "^0.2.0",
"@types/nprogress": "^0.2.1",
"@types/path-browserify": "^1.0.0",
"@types/qs": "^6.9.7",
"@types/qs": "^6.9.8",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"plop": "^3.1.2",
"plop": "^4.0.0",
"postcss-html": "^1.5.0",
"sass": "^1.66.1",
"sass": "^1.69.1",
"simple-git-hooks": "^2.9.0",
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^5.1.0",
"stylelint-scss": "^5.2.1",
"stylelint-stylistic": "^0.4.3",
"svgo": "^3.0.2",
"terser": "^5.19.2",
"terser": "^5.21.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-banner": "^0.7.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-spritesmith": "^0.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-inspector": "^3.6.0",
"vite-plugin-vue-meta-layouts": "^0.2.2",
"vue-tsc": "^1.8.8"
"vite-plugin-vue-inspector": "^4.0.0",
"vite-plugin-vue-meta-layouts": "^0.3.1",
"vue-tsc": "^1.8.18"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit 1fb946a

Please sign in to comment.