Skip to content

Commit 752f05d

Browse files
committed
Dependency Update
1 parent df4fe43 commit 752f05d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/contentstack-apps-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@apollo/client": "^3.14.1",
2525
"@contentstack/cli-command": "~1.8.4",
26-
"@contentstack/cli-launch": "^1.10.0",
26+
"@contentstack/cli-launch": "^1.11.1",
2727
"@contentstack/cli-utilities": "~1.18.4",
2828
"adm-zip": "^0.5.17",
2929
"chalk": "^4.1.2",

packages/contentstack-cli-cm-regex-validate/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
77
"devDependencies": {
8-
"@babel/preset-env": "^7.29.5",
9-
"@oclif/plugin-help": "^6.2.49",
8+
"@babel/preset-env": "^7.29.7",
9+
"@oclif/plugin-help": "^6.2.52",
1010
"@oclif/test": "^3.2.15",
1111
"@types/chai": "^4.3.20",
1212
"@types/jest": "^30.0.0",
@@ -24,10 +24,11 @@
2424
"husky": "^9.1.7",
2525
"mocha": "^10.8.2",
2626
"nyc": "^15.1.0",
27-
"oclif": "^4.23.8",
28-
"ts-jest": "^29.4.9",
27+
"oclif": "^4.23.21",
28+
"ts-jest": "^29.4.11",
2929
"ts-node": "^10.9.2",
30-
"typescript": "^5.9.3"
30+
"typescript": "^5.9.3",
31+
"jest": "^30.4.2"
3132
},
3233
"engines": {
3334
"node": ">=22.0.0"
@@ -70,7 +71,6 @@
7071
"cli-table3": "^0.6.5",
7172
"cli-ux": "^6.0.9",
7273
"inquirer": "12.11.1",
73-
"jest": "^30.4.2",
7474
"jsonexport": "^3.2.0",
7575
"safe-regex": "^2.1.1",
7676
"tslib": "^2.8.1"
@@ -83,4 +83,4 @@
8383
"overrides": {
8484
"tmp": "^0.2.7"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)