Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 16, 2024
1 parent 59739e2 commit b020852
Show file tree
Hide file tree
Showing 4 changed files with 790 additions and 750 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.24.1",
"@antfu/eslint-config": "^2.25.2",
"@babel/types": "^7.25.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.0.2",
"@types/node": "^22.3.0",
"@types/postcss-js": "^4.0.4",
"@unocss/eslint-plugin": "^0.61.9",
"bumpp": "^9.4.1",
"eslint": "^9.8.0",
"@unocss/eslint-plugin": "^0.62.2",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.9",
"magic.css": "^1.4.8",
"simple-git-hooks": "^2.11.1",
"typescript": "5.5.4",
"unbuild": "^2.0.0",
"unocss": "^0.61.9",
"unocss": "^0.62.2",
"unocss-preset-useful": "workspace:*",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vitest": "^2.0.5"
},
"simple-git-hooks": {
Expand Down
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@unocss/preset-attributify": "^0.61.9",
"@unocss/preset-icons": "^0.61.9",
"@unocss/preset-mini": "^0.61.9",
"@unocss/preset-rem-to-px": "^0.61.9",
"@unocss/preset-tagify": "^0.61.9",
"@unocss/preset-typography": "^0.61.9",
"@unocss/preset-uno": "^0.61.9",
"@unocss/preset-web-fonts": "^0.61.9",
"postcss": "^8.4.40",
"@unocss/preset-attributify": "^0.62.2",
"@unocss/preset-icons": "^0.62.2",
"@unocss/preset-mini": "^0.62.2",
"@unocss/preset-rem-to-px": "^0.62.2",
"@unocss/preset-tagify": "^0.62.2",
"@unocss/preset-typography": "^0.62.2",
"@unocss/preset-uno": "^0.62.2",
"@unocss/preset-web-fonts": "^0.62.2",
"postcss": "^8.4.41",
"postcss-js": "^4.0.1",
"unocss-preset-scrollbar": "^0.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.35"
"vue": "^3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit b020852

Please sign in to comment.