Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Jun 12, 2024
1 parent e892ec7 commit 1000529
Show file tree
Hide file tree
Showing 4 changed files with 1,018 additions and 1,284 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"magicAnimate": "esno scripts/magicAnimate.ts"
},
"devDependencies": {
"@antfu/eslint-config": "2.17.0",
"@babel/types": "^7.24.5",
"@antfu/eslint-config": "2.21.1",
"@babel/types": "^7.24.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@types/node": "^20.14.2",
"@types/postcss-js": "^4.0.4",
"@unocss/eslint-plugin": "^0.60.0",
"@unocss/eslint-plugin": "^0.61.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"eslint": "^9.4.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.6",
"magic.css": "^1.4.8",
"simple-git-hooks": "^2.11.1",
"typescript": "5.4.5",
"unbuild": "^2.0.0",
"unocss": "^0.60.0",
"unocss": "^0.61.0",
"unocss-preset-useful": "workspace:*",
"vite": "^5.2.11",
"vite": "^5.2.13",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@unocss/preset-attributify": "^0.60.0",
"@unocss/preset-icons": "^0.60.0",
"@unocss/preset-mini": "^0.60.0",
"@unocss/preset-rem-to-px": "^0.60.0",
"@unocss/preset-tagify": "^0.60.0",
"@unocss/preset-typography": "^0.60.0",
"@unocss/preset-uno": "^0.60.0",
"@unocss/preset-web-fonts": "^0.60.0",
"@unocss/preset-attributify": "^0.61.0",
"@unocss/preset-icons": "^0.61.0",
"@unocss/preset-mini": "^0.61.0",
"@unocss/preset-rem-to-px": "^0.61.0",
"@unocss/preset-tagify": "^0.61.0",
"@unocss/preset-typography": "^0.61.0",
"@unocss/preset-uno": "^0.61.0",
"@unocss/preset-web-fonts": "^0.61.0",
"postcss": "^8.4.38",
"postcss-js": "^4.0.1",
"unocss-preset-scrollbar": "^0.3.1"
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.17"
"vite": "^5.2.13",
"vue-tsc": "^2.0.21"
}
}
Loading

0 comments on commit 1000529

Please sign in to comment.