Skip to content

Commit 4ea2e3d

Browse files
committed
[optimize] upgrade to Open 11 & other latest Upstream packages
[fix] 2 detail bugs
1 parent 5153713 commit 4ea2e3d

File tree

4 files changed

+188
-167
lines changed

4 files changed

+188
-167
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
A command line helper for [Shadcn UI CLI][1], `git commit` modified component codes only.
44

5-
[![CI & CD](https://github.com/idea2app/ShadcnX/actions/workflows/main.yml/badge.svg)][2]
5+
[![NPM Dependency](https://img.shields.io/librariesio/github/idea2app/ShadcnX.svg)][2]
6+
[![CI & CD](https://github.com/idea2app/ShadcnX/actions/workflows/main.yml/badge.svg)][3]
7+
8+
[![NPM](https://nodei.co/npm/shadcn-helper.png?downloads=true&downloadRank=true&stars=true)][4]
69

710
## Features
811

@@ -61,4 +64,6 @@ shadcn-helper edit component-name
6164
1. https://github.com/idea2app/Next-shadcn-ts
6265

6366
[1]: https://ui.shadcn.com/docs/cli
64-
[2]: https://github.com/idea2app/ShadcnX/actions/workflows/main.yml
67+
[2]: https://libraries.io/npm/shadcn-helper
68+
[3]: https://github.com/idea2app/ShadcnX/actions/workflows/main.yml
69+
[4]: https://www.npmjs.com/package/shadcn-helper

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadcn-helper",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"license": "LGPL-3.0-or-later",
55
"author": "shiy2008@gmail.com",
66
"description": "A command line helper for Shadcn UI CLI, `git commit` modified component codes only.",
@@ -20,16 +20,16 @@
2020
},
2121
"bin": "./dist/command.js",
2222
"dependencies": {
23-
"@tech_query/node-toolkit": "2.0.0-beta.0",
23+
"@tech_query/node-toolkit": "^2.0.0-beta.3",
2424
"array-unique-proposal": "^0.3.4",
25-
"commander-jsx": "^0.7.1",
26-
"open": "^10.2.0",
25+
"commander-jsx": "^0.7.2",
26+
"open": "^11.0.0",
2727
"zx": "^8.8.5"
2828
},
2929
"devDependencies": {
3030
"@types/fs-extra": "^11.0.4",
31-
"@types/node": "^22.18.13",
32-
"tsx": "^4.20.6",
31+
"@types/node": "^22.19.3",
32+
"tsx": "^4.21.0",
3333
"typescript": "^5.9.3"
3434
},
3535
"pnpm": {

0 commit comments

Comments
 (0)