Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 27, 2024
1 parent 6e6ea0d commit 0f5725b
Show file tree
Hide file tree
Showing 4 changed files with 4,895 additions and 4,102 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,31 @@
"prepublishOnly": "pnpm run build",
"release": "bumpp -r && pnpm -r publish --access public --no-git-checks"
},
"dependencies": {
"unplugin": "^1.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.6",
"@unocss/config": "^0.58.3",
"@unocss/core": "^0.58.3",
"@unocss/preset-mini": "^0.58.3",
"@types/node": "^22.5.0",
"@unocss/config": "^0.62.3",
"@unocss/core": "^0.62.3",
"@unocss/preset-mini": "^0.62.3",
"bumpp": "^9.2.1",
"chalk": "^5.3.0",
"debug": "^4.3.4",
"eslint": "^8.56.0",
"eslint": "^9.9.1",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"nodemon": "^3.0.2",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"rollup": "^4.9.2",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"unplugin": "^1.6.0",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vitest": "^2.0.5",
"webpack": "^5.89.0"
},
"simple-git-hooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"unplugin": "^1.5.1"
},
"devDependencies": {
"@unocss/config": "^0.58.0",
"@unocss/core": "^0.58.0"
"@unocss/config": "^0.62.3",
"@unocss/core": "^0.62.3"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.2",
"cross-env": "^7.0.3",
"unocss": "^0.58.3",
"unocss-preset-useful": "^0.3.7",
"unocss": "^0.62.3",
"unocss-preset-useful": "^0.5.1",
"unplugin-unocss-config": "workspace:*",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1"
Expand Down
Loading

0 comments on commit 0f5725b

Please sign in to comment.