Skip to content

Commit 648df77

Browse files
committed
chore: update deps
1 parent bdd149f commit 648df77

File tree

6 files changed

+2446
-2484
lines changed

6 files changed

+2446
-2484
lines changed

eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default defineConfig(
66
ignores: [
77
'test/snapshot/**/*',
88
],
9+
unocss: false,
910
},
1011
)

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@
5151
"typecheck": "tsc --noEmit"
5252
},
5353
"peerDependencies": {
54-
"unocss": ">= 0.56.0 < 101",
54+
"unocss": ">=0.56.0 < 101",
5555
"unocss-preset-animations": "^1.1.1"
5656
},
5757
"devDependencies": {
58-
"@antfu/ni": "^0.22.0",
59-
"@antfu/utils": "^0.7.10",
60-
"@types/node": "^20.14.11",
58+
"@antfu/ni": "^23.2.0",
59+
"@antfu/utils": "^8.1.0",
60+
"@types/node": "^22.10.7",
6161
"@unocss/preset-mini": "^65.4.2",
62-
"eslint": "^9.7.0",
63-
"eslint-config-hyoban": "3.0.0-beta.30",
64-
"lint-staged": "^15.2.7",
65-
"pnpm": "^9.5.0",
62+
"eslint": "^9.18.0",
63+
"eslint-config-hyoban": "3.2.0",
64+
"lint-staged": "^15.4.1",
65+
"pnpm": "^9.15.4",
6666
"simple-git-hooks": "^2.11.1",
67-
"typescript": "^5.5.3",
68-
"unbuild": "^2.0.0",
67+
"typescript": "^5.7.3",
68+
"unbuild": "^3.3.1",
6969
"unocss": "^65.4.2",
70-
"vite": "^5.4.14",
71-
"vitest": "^2.0.3"
70+
"vite": "^6.0.11",
71+
"vitest": "^3.0.3"
7272
},
7373
"simple-git-hooks": {
7474
"pre-commit": "pnpm lint-staged"

playground/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@radix-ui/react-accordion": "^1.2.0",
13-
"@radix-ui/react-slot": "^1.1.0",
12+
"@radix-ui/react-accordion": "^1.2.2",
13+
"@radix-ui/react-slot": "^1.1.1",
1414
"@unocss/reset": "^65.4.2",
15-
"class-variance-authority": "^0.7.0",
15+
"class-variance-authority": "^0.7.1",
1616
"clsx": "^2.1.1",
17-
"foxact": "^0.2.36",
17+
"foxact": "^0.2.43",
1818
"jotai-dark": "^0.4.0",
19-
"lucide-react": "^0.408.0",
20-
"react": "^18.3.1",
21-
"react-dom": "^18.3.1",
22-
"tailwind-merge": "^2.4.0"
19+
"lucide-react": "^0.473.0",
20+
"react": "^19.0.0",
21+
"react-dom": "^19.0.0",
22+
"tailwind-merge": "^2.6.0"
2323
},
2424
"devDependencies": {
25-
"@iconify-json/lucide": "^1.1.200",
26-
"@types/react": "^18.3.3",
27-
"@types/react-dom": "^18.3.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"typescript": "^5.5.3",
25+
"@iconify-json/lucide": "^1.2.24",
26+
"@types/react": "^19.0.7",
27+
"@types/react-dom": "^19.0.3",
28+
"@vitejs/plugin-react": "^4.3.4",
29+
"typescript": "^5.7.3",
3030
"unocss": "^65.4.2",
3131
"unocss-preset-animations": "^1.1.1",
3232
"unocss-preset-shadcn": "workspace:^",
33-
"vite": "^5.3.4"
33+
"vite": "^6.0.11"
3434
}
3535
}

0 commit comments

Comments
 (0)