Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Nov 7, 2024
1 parent a95a08a commit e973956
Show file tree
Hide file tree
Showing 6 changed files with 1,316 additions and 1,210 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ node_modules
dist*
dist-ssr
*.local
*.tsbuildinfo
.eslintcache
.stylelintcache
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,56 +25,56 @@
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.4",
"pinia": "^2.2.6",
"qs": "^6.13.0",
"vconsole": "^3.15.1",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.258",
"@antfu/eslint-config": "^3.8.0",
"@iconify/json": "^2.2.268",
"@iconify/vue": "^4.1.2",
"@stylistic/stylelint-config": "^2.0.0",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.16",
"@unocss/eslint-plugin": "^0.63.4",
"@types/qs": "^6.9.17",
"@unocss/eslint-plugin": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"autoprefixer": "^10.4.20",
"boxen": "^8.0.1",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"http-server": "^14.1.1",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.3",
"picocolors": "^1.1.0",
"npm-run-all2": "^7.0.1",
"picocolors": "^1.1.1",
"plop": "^4.0.1",
"postcss": "^8.4.47",
"postcss-nested": "^6.2.0",
"sass-embedded": "^1.79.4",
"postcss-nested": "^7.0.2",
"sass-embedded": "^1.80.6",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.8.1",
"svgo": "^3.3.2",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unocss": "^0.64.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-turbo-console": "^1.10.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vite-plugin-archiver": "^0.1.1",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-compression2": "^1.3.0",
"vite-plugin-fake-server": "^2.1.2",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.4.6",
"vite-plugin-vue-devtools": "^7.6.3",
"vite-plugin-vue-meta-layouts": "^0.4.3",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.10"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit e973956

Please sign in to comment.