Skip to content

Commit 7a446b8

Browse files
Merge branch 'main' into fix/CS-37027
2 parents 327c51b + b8912ef commit 7a446b8

File tree

3 files changed

+30
-33
lines changed

3 files changed

+30
-33
lines changed

oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.4",
2+
"version": "1.1.7",
33
"commands": {
44
"cm:stacks:validate-regex": {
55
"id": "cm:stacks:validate-regex",

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
"version": "oclif-dev readme && git add README.md"
6262
},
6363
"dependencies": {
64-
"@contentstack/cli-command": "^1.2.9",
65-
"@contentstack/cli-utilities": "^1.4.5",
66-
"@contentstack/management": "^1.8.0",
64+
"@contentstack/cli-command": "^1.2.10",
65+
"@contentstack/cli-utilities": "^1.5.0",
66+
"@contentstack/management": "^1.10.1",
6767
"cli-table3": "^0.6.0",
6868
"cli-ux": "^6.0.9",
6969
"inquirer": "^8.2.4",
7070
"jest": "^29.6.0",
7171
"jsonexport": "^3.2.0",
72-
"tslib": "^2.5.3",
72+
"tslib": "^2.6.1",
7373
"safe-regex": "^2.1.1",
7474
"uuid": "^9.0.0"
7575
},

0 commit comments

Comments
 (0)