Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Oct 25, 2023
1 parent 7a63461 commit 3afe32a
Show file tree
Hide file tree
Showing 34 changed files with 1,099 additions and 999 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"antfu.unocss"
]
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,69 +23,69 @@
"@vueuse/integrations": "^10.5.0",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"defu": "^6.1.2",
"defu": "^6.1.3",
"eruda": "^3.0.1",
"floating-vue": "2.0.0-beta.24",
"hotkeys-js": "^3.12.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"overlayscrollbars-vue": "^0.5.5",
"overlayscrollbars-vue": "^0.5.6",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"scule": "^1.0.0",
"tdesign-vue-next": "^1.6.4",
"tdesign-vue-next": "^1.6.5",
"vconsole": "^3.15.1",
"vue": "^3.3.4",
"vue": "^3.3.7",
"vue-m-message": "^4.0.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.26",
"@iconify/json": "^2.2.127",
"@antfu/eslint-config": "1.0.0-beta.28",
"@iconify/json": "^2.2.133",
"@iconify/vue": "^4.1.1",
"@types/lodash-es": "^4.17.10",
"@types/nprogress": "^0.2.1",
"@types/path-browserify": "^1.0.0",
"@types/qs": "^6.9.8",
"@types/nprogress": "^0.2.2",
"@types/path-browserify": "^1.0.1",
"@types/qs": "^6.9.9",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"inquirer": "^9.2.11",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"plop": "^4.0.0",
"postcss-html": "^1.5.0",
"sass": "^1.69.2",
"sass": "^1.69.4",
"simple-git-hooks": "^2.9.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^5.2.1",
"stylelint-stylistic": "^0.4.3",
"svgo": "^3.0.2",
"terser": "^5.21.0",
"terser": "^5.22.0",
"typescript": "^5.2.2",
"unocss": "^0.56.5",
"unocss": "^0.57.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"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-svg-icons": "^2.0.1",
"vite-plugin-vue-inspector": "^4.0.0",
"vite-plugin-vue-meta-layouts": "^0.3.1",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.21"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit 3afe32a

Please sign in to comment.