Skip to content

Commit a9cfad4

Browse files
committed
chore(ui-kit): update dependencies to exact versions and add new build and test scripts
1 parent d72a1ea commit a9cfad4

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

internal/ui-kit/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,20 @@
1616
"types": "src/index.ts",
1717
"files": ["dist"],
1818
"scripts": {
19-
"build": "tsdown"
19+
"build": "tsdown",
20+
"lint:pkg": "eslint ./package.json --fix",
21+
"test": "tsx test.ts"
2022
},
2123
"dependencies": {
22-
"commander": "^14.0.1",
23-
"execa": "^9.6.0",
24-
"fs-extra": "^11.3.2",
25-
"pathe": "^2.0.3",
26-
"picocolors": "^1.1.1",
24+
"commander": "14.0.1",
25+
"execa": "9.6.0",
26+
"fs-extra": "11.3.2",
27+
"pathe": "2.0.3",
28+
"picocolors": "1.1.1",
2729
"shadcn": "3.3.1"
2830
},
2931
"devDependencies": {
32+
"@soybean-react-ui/tailwind-plugin": "workspace:*",
3033
"@types/fs-extra": "^11.0.4",
3134
"@types/node": "^24.6.2",
3235
"tsdown": "0.12.9",

pnpm-lock.yaml

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)