Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed May 9, 2024
1 parent d4ea700 commit 06ab56d
Show file tree
Hide file tree
Showing 3 changed files with 994 additions and 725 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "4.4.0",
"engines": {
"node": "^18.0.0 || ^20.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"scripts": {
"dev": "vite",
Expand All @@ -23,11 +23,11 @@
"release": "bumpp"
},
"dependencies": {
"@headlessui/vue": "^1.7.21",
"@headlessui/vue": "^1.7.22",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"element-plus": "^2.7.2",
"eruda": "^3.0.1",
"floating-vue": "5.2.2",
Expand All @@ -40,13 +40,13 @@
"pinia": "^2.1.7",
"qs": "^6.12.1",
"vconsole": "^3.15.1",
"vue": "^3.4.25",
"vue": "^3.4.27",
"vue-m-message": "^4.0.2",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.0",
"@iconify/json": "^2.2.204",
"@antfu/eslint-config": "2.17.0",
"@iconify/json": "^2.2.207",
"@iconify/vue": "^4.1.2",
"@stylistic/stylelint-config": "^1.0.1",
"@types/lodash-es": "^4.17.12",
Expand All @@ -58,9 +58,9 @@
"archiver": "^7.0.1",
"autoprefixer": "^10.4.19",
"boxen": "^7.1.1",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"cz-git": "^1.9.1",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
Expand All @@ -70,26 +70,26 @@
"picocolors": "^1.0.0",
"plop": "^4.0.1",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"sass": "^1.75.0",
"postcss-html": "^1.7.0",
"sass": "^1.77.0",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.2.1",
"svgo": "^3.2.0",
"stylelint-scss": "^6.3.0",
"svgo": "^3.3.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-turbo-console": "^1.8.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-compression2": "^1.1.0",
"vite-plugin-fake-server": "^2.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.14"
"vue-tsc": "^2.0.16"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit 06ab56d

Please sign in to comment.