Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Sep 29, 2024
1 parent ac51165 commit c240395
Show file tree
Hide file tree
Showing 5 changed files with 751 additions and 308 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.5.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"build": "pnpm -r -F=./packages/* run build",
"stub": "pnpm -r -F=./packages/* --parallel run stub",
Expand All @@ -16,7 +16,8 @@
"play": "pnpm -C playground run dev",
"postinstall": "pnpm magicAnimate",
"readme": "esno scripts/readme.ts",
"magicAnimate": "esno scripts/magicAnimate.ts"
"magicAnimate": "esno scripts/magicAnimate.ts",
"taze": "taze minor -wIr"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
Expand All @@ -32,6 +33,7 @@
"lint-staged": "catalog:",
"magic.css": "catalog:",
"simple-git-hooks": "catalog:",
"taze": "catalog:",
"typescript": "catalog:",
"unbuild": "catalog:",
"unocss": "catalog:",
Expand Down
3 changes: 2 additions & 1 deletion playground-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "nuxt-app",
"type": "module",
"version": "0.5.2",
"private": true,
"scripts": {
"build": "nuxt build",
Expand All @@ -17,5 +18,5 @@
"@unocss/nuxt": "catalog:",
"unocss": "catalog:",
"unocss-preset-useful": "workspace:*"
},"version": "0.5.2"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "catalog:",
"typescript": "^5.5.4",
"unocss": "^0.62.1",
"unocss": "^0.63.1",
"unocss-preset-useful": "workspace:*",
"vite": "catalog:",
"vue-tsc": "catalog:"
Expand Down
Loading

0 comments on commit c240395

Please sign in to comment.