Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 22, 2025
1 parent bdd149f commit 648df77
Show file tree
Hide file tree
Showing 6 changed files with 2,446 additions and 2,484 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig(
ignores: [
'test/snapshot/**/*',
],
unocss: false,
},
)
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"unocss": ">= 0.56.0 < 101",
"unocss": ">=0.56.0 < 101",
"unocss-preset-animations": "^1.1.1"
},
"devDependencies": {
"@antfu/ni": "^0.22.0",
"@antfu/utils": "^0.7.10",
"@types/node": "^20.14.11",
"@antfu/ni": "^23.2.0",
"@antfu/utils": "^8.1.0",
"@types/node": "^22.10.7",
"@unocss/preset-mini": "^65.4.2",
"eslint": "^9.7.0",
"eslint-config-hyoban": "3.0.0-beta.30",
"lint-staged": "^15.2.7",
"pnpm": "^9.5.0",
"eslint": "^9.18.0",
"eslint-config-hyoban": "3.2.0",
"lint-staged": "^15.4.1",
"pnpm": "^9.15.4",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unocss": "^65.4.2",
"vite": "^5.4.14",
"vitest": "^2.0.3"
"vite": "^6.0.11",
"vitest": "^3.0.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
28 changes: 14 additions & 14 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@unocss/reset": "^65.4.2",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"foxact": "^0.2.36",
"foxact": "^0.2.43",
"jotai-dark": "^0.4.0",
"lucide-react": "^0.408.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.4.0"
"lucide-react": "^0.473.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.200",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"@iconify-json/lucide": "^1.2.24",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"unocss": "^65.4.2",
"unocss-preset-animations": "^1.1.1",
"unocss-preset-shadcn": "workspace:^",
"vite": "^5.3.4"
"vite": "^6.0.11"
}
}
Loading

0 comments on commit 648df77

Please sign in to comment.