Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed May 7, 2024
1 parent acdb7a3 commit e304530
Show file tree
Hide file tree
Showing 4 changed files with 667 additions and 823 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"magicAnimate": "esno scripts/magicAnimate.ts"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.0",
"@babel/types": "^7.24.0",
"@antfu/eslint-config": "2.16.2",
"@babel/types": "^7.24.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.7",
"@types/node": "^20.12.10",
"@types/postcss-js": "^4.0.4",
"@unocss/eslint-plugin": "^0.59.4",
"bumpp": "^9.4.0",
"eslint": "^9.1.1",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
Expand All @@ -36,8 +36,8 @@
"unbuild": "^2.0.0",
"unocss": "^0.59.4",
"unocss-preset-useful": "workspace:*",
"vite": "^5.2.10",
"vitest": "^1.5.2"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
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.59.0",
"@unocss/preset-icons": "^0.59.0",
"@unocss/preset-mini": "^0.59.0",
"@unocss/preset-rem-to-px": "^0.59.0",
"@unocss/preset-tagify": "^0.59.0",
"@unocss/preset-typography": "^0.59.0",
"@unocss/preset-uno": "^0.59.0",
"@unocss/preset-web-fonts": "^0.59.0",
"@unocss/preset-attributify": "^0.59.4",
"@unocss/preset-icons": "^0.59.4",
"@unocss/preset-mini": "^0.59.4",
"@unocss/preset-rem-to-px": "^0.59.4",
"@unocss/preset-tagify": "^0.59.4",
"@unocss/preset-typography": "^0.59.4",
"@unocss/preset-uno": "^0.59.4",
"@unocss/preset-web-fonts": "^0.59.4",
"postcss": "^8.4.38",
"postcss-js": "^4.0.1",
"unocss-preset-scrollbar": "^0.3.1"
Expand Down
10 changes: 5 additions & 5 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.3.4"
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
}
}
Loading

0 comments on commit e304530

Please sign in to comment.