@yamada-ui/cli 2.1.1-dev-20260315080238 → 2.1.1-dev-20260315084452

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -5570,9 +5570,9 @@ var package_default = {
5570
5570
  "@types/update-notifier": "6.0.8",
5571
5571
  "@types/validate-npm-package-name": "^4.0.2",
5572
5572
  "@types/yamljs": "^0.2.34",
5573
- "clean-package": "2.2.0",
5573
+ "clean-package": "catalog:",
5574
5574
  "tsx": "^4.21.0",
5575
- "typescript": "^5.9.3",
5575
+ "typescript": "catalog:",
5576
5576
  "update-notifier": "^7.3.1"
5577
5577
  },
5578
5578
  "clean-package": "./clean-package.config.json"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
3
  "type": "module",
4
- "version": "2.1.1-dev-20260315080238",
4
+ "version": "2.1.1-dev-20260315084452",
5
5
  "description": "The official CLI for Yamada UI projects",
6
6
  "keywords": [
7
7
  "theme",
@@ -53,7 +53,7 @@
53
53
  "sucrase": "^3.35.1",
54
54
  "validate-npm-package-name": "^7.0.2",
55
55
  "yamljs": "^0.3.0",
56
- "@yamada-ui/utils": "2.1.1-dev-20260315080238"
56
+ "@yamada-ui/utils": "2.1.1-dev-20260315084452"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/prompts": "^2.4.9",