Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit e24aa4e

Browse files
committed
chore: update deps
1 parent c9993d4 commit e24aa4e

File tree

3 files changed

+873
-242
lines changed

3 files changed

+873
-242
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@10.9.0",
4+
"packageManager": "pnpm@10.10.0",
55
"scripts": {
66
"test": "vitest",
77
"lint": "eslint .",
@@ -28,26 +28,26 @@
2828
"ohash": "^2.0.11",
2929
"reka-ui": "^2.2.0",
3030
"tailwind-variants": "^1.0.0",
31-
"tailwindcss": "^4.1.4",
31+
"tailwindcss": "^4.1.5",
3232
"vue": "^3.5.13",
3333
"vue-component-type-helpers": "^2.2.10"
3434
},
3535
"devDependencies": {
3636
"@antfu/eslint-config": "^4.12.0",
37-
"@babel/types": "^7.27.0",
37+
"@babel/types": "^7.27.1",
3838
"@egoist/tailwindcss-icons": "^1.9.0",
3939
"@iconify-json/lucide": "^1.2.39",
40-
"@tailwindcss/vite": "^4.1.4",
40+
"@tailwindcss/vite": "^4.1.5",
4141
"@tsconfig/node22": "^22.0.1",
4242
"@types/md5": "^2.3.5",
43-
"@types/node": "^22.14.1",
43+
"@types/node": "^22.15.3",
4444
"@vue/tsconfig": "^0.7.0",
45-
"eslint": "^9.25.1",
45+
"eslint": "^9.26.0",
4646
"magicast": "^0.3.5",
4747
"md5": "^2.3.0",
4848
"scule": "^1.3.0",
4949
"simple-git": "^3.27.0",
50-
"taze": "^18.7.1",
50+
"taze": "^19.0.4",
5151
"typescript": "^5.8.3",
5252
"ufo": "^1.6.1",
5353
"unplugin-vue-components": "^28.5.0",

packages/base-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"ohash": "^2.0.11",
2424
"reka-ui": "^2.2.0",
2525
"tailwind-variants": "^1.0.0",
26-
"tailwindcss": "^4.1.4",
26+
"tailwindcss": "^4.1.5",
2727
"vue": "^3.5.13",
2828
"vue-component-type-helpers": "^2.2.10"
2929
},
3030
"devDependencies": {
31-
"@tailwindcss/vite": "^4.1.4",
31+
"@tailwindcss/vite": "^4.1.5",
3232
"@testing-library/vue": "^8.1.0",
3333
"@vitejs/plugin-vue": "^5.2.3",
3434
"@vitest/ui": "^3.1.2",

0 commit comments

Comments
 (0)