@yamada-ui/cli 2.0.8-dev-20260226095744 → 2.0.8-dev-20260301100806
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +4 -4
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -5543,18 +5543,18 @@ var package_default = {
|
|
|
5543
5543
|
"commander": "^14.0.3",
|
|
5544
5544
|
"diff": "^8.0.3",
|
|
5545
5545
|
"esbuild": "^0.27.3",
|
|
5546
|
-
"eslint": "^9.39.
|
|
5546
|
+
"eslint": "^9.39.3",
|
|
5547
5547
|
"execa": "9.3.1",
|
|
5548
|
-
"glob": "^13.0.
|
|
5548
|
+
"glob": "^13.0.6",
|
|
5549
5549
|
"https-proxy-agent": "^7.0.6",
|
|
5550
|
-
"listr2": "^10.1.
|
|
5550
|
+
"listr2": "^10.1.1",
|
|
5551
5551
|
"node-eval": "^2.0.0",
|
|
5552
5552
|
"node-fetch": "^3.3.2",
|
|
5553
5553
|
"ora": "^9.3.0",
|
|
5554
5554
|
"picocolors": "^1.1.1",
|
|
5555
5555
|
"prettier": "^3.8.1",
|
|
5556
5556
|
"prompts": "^2.4.2",
|
|
5557
|
-
"rimraf": "^6.1.
|
|
5557
|
+
"rimraf": "^6.1.3",
|
|
5558
5558
|
"semver": "^7.7.4",
|
|
5559
5559
|
"sucrase": "^3.35.1",
|
|
5560
5560
|
"validate-npm-package-name": "^7.0.2",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.8-dev-
|
|
4
|
+
"version": "2.0.8-dev-20260301100806",
|
|
5
5
|
"description": "The official CLI for Yamada UI projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"theme",
|
|
@@ -38,23 +38,23 @@
|
|
|
38
38
|
"commander": "^14.0.3",
|
|
39
39
|
"diff": "^8.0.3",
|
|
40
40
|
"esbuild": "^0.27.3",
|
|
41
|
-
"eslint": "^9.39.
|
|
41
|
+
"eslint": "^9.39.3",
|
|
42
42
|
"execa": "9.3.1",
|
|
43
|
-
"glob": "^13.0.
|
|
43
|
+
"glob": "^13.0.6",
|
|
44
44
|
"https-proxy-agent": "^7.0.6",
|
|
45
|
-
"listr2": "^10.1.
|
|
45
|
+
"listr2": "^10.1.1",
|
|
46
46
|
"node-eval": "^2.0.0",
|
|
47
47
|
"node-fetch": "^3.3.2",
|
|
48
48
|
"ora": "^9.3.0",
|
|
49
49
|
"picocolors": "^1.1.1",
|
|
50
50
|
"prettier": "^3.8.1",
|
|
51
51
|
"prompts": "^2.4.2",
|
|
52
|
-
"rimraf": "^6.1.
|
|
52
|
+
"rimraf": "^6.1.3",
|
|
53
53
|
"semver": "^7.7.4",
|
|
54
54
|
"sucrase": "^3.35.1",
|
|
55
55
|
"validate-npm-package-name": "^7.0.2",
|
|
56
56
|
"yamljs": "^0.3.0",
|
|
57
|
-
"@yamada-ui/utils": "2.0.7-dev-
|
|
57
|
+
"@yamada-ui/utils": "2.0.7-dev-20260301100806"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/prompts": "^2.4.9",
|