@uniformdev/csk-cli 6.1.64-alpha.1 → 6.1.65-alpha.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/csk-cli",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.65-alpha.1",
|
|
4
4
|
"description": "Command-line interface (CLI) tool designed to streamline the development workflow within Uniform projects. It provides commands for pulling additional data and generating components based on Canvas data",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@repo/eslint-config": "*",
|
|
45
45
|
"@repo/typescript-config": "*",
|
|
46
46
|
"@types/jest": "^29.5.14",
|
|
47
|
-
"@uniformdev/canvas": "^20.
|
|
47
|
+
"@uniformdev/canvas": "^20.51.0",
|
|
48
48
|
"next": "^16.1.1",
|
|
49
49
|
"prettier": "3.6.2",
|
|
50
50
|
"react": "^19.2.3",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"typescript": "^5.7.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@uniformdev/canvas": "^20.
|
|
56
|
+
"@uniformdev/canvas": "^20.51.0",
|
|
57
57
|
"next": ">=16",
|
|
58
58
|
"prettier": ">=3",
|
|
59
59
|
"react": ">=19",
|
|
@@ -68,4 +68,4 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
}
|
|
71
|
-
}
|
|
71
|
+
}
|