Skip to content

Commit 955f8ce

Browse files
authored
Merge pull request #2528 from contentstack/fix/DX-6181
chore: updated dependency
2 parents 6e4980c + 605155e commit 955f8ce

7 files changed

Lines changed: 172 additions & 69 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 445d77cc28199508bb51188b622523184baf109cffd6a027403463b00d7c7698
3+
checksum: f05da17a7045d703b12cff33f809b2b398565b92204394a9b9978798ff959609
44
- filename: packages/contentstack-utilities/src/proxy-helper.ts
55
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
66
- filename: .cursor/skills/code-review/SKILL.md

packages/contentstack-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"@contentstack/cli-command": "~1.8.0",
19-
"@contentstack/cli-utilities": "~1.18.0",
20-
"@oclif/core": "^4.8.3",
21-
"@oclif/plugin-help": "^6.2.28",
19+
"@contentstack/cli-utilities": "~1.18.1",
20+
"@oclif/core": "^4.10.5",
21+
"@oclif/plugin-help": "^6.2.44",
2222
"otplib": "^12.0.1"
2323
},
2424
"overrides": {

packages/contentstack-command/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~1.18.0",
18-
"contentstack": "^3.25.3",
19-
"@oclif/core": "^4.8.3",
17+
"@contentstack/cli-utilities": "~1.18.1",
18+
"contentstack": "^3.27.0",
19+
"@oclif/core": "^4.10.5",
2020
"@oclif/plugin-help": "^6.2.28"
2121
},
2222
"overrides": {

packages/contentstack-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@contentstack/cli-command": "~1.8.0",
18-
"@contentstack/cli-utilities": "~1.18.0",
19-
"@contentstack/utils": "~1.7.0",
18+
"@contentstack/cli-utilities": "~1.18.1",
19+
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.8.3",
2121
"@oclif/plugin-help": "^6.2.28",
2222
"lodash": "^4.18.1"
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"devDependencies": {
30-
"@oclif/test": "^4.1.13",
30+
"@oclif/test": "^4.1.18",
3131
"@types/chai": "^4.3.20",
3232
"@types/mocha": "^8.2.3",
3333
"@types/node": "^14.18.63",

packages/contentstack-utilities/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"author": "contentstack",
2828
"license": "MIT",
2929
"dependencies": {
30-
"@contentstack/management": "~1.27.5",
31-
"@contentstack/marketplace-sdk": "^1.5.0",
32-
"@oclif/core": "^4.8.3",
33-
"axios": "^1.13.5",
30+
"@contentstack/management": "~1.30.1",
31+
"@contentstack/marketplace-sdk": "^1.5.1",
32+
"@oclif/core": "^4.10.5",
33+
"axios": "^1.15.1",
3434
"chalk": "^4.1.2",
3535
"cli-cursor": "^3.1.0",
3636
"cli-progress": "^3.12.0",
@@ -54,7 +54,7 @@
5454
"tty-table": "^4.2.3",
5555
"unique-string": "^2.0.0",
5656
"uuid": "^9.0.1",
57-
"winston": "^3.17.0",
57+
"winston": "^3.19.0",
5858
"xdg-basedir": "^4.0.0"
5959
},
6060
"overrides": {
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@types/chai": "^4.3.20",
67-
"@types/inquirer": "^9.0.8",
67+
"@types/inquirer": "^9.0.9",
6868
"@types/mkdirp": "^1.0.2",
6969
"@types/mocha": "^10.0.10",
7070
"@types/node": "^14.18.63",
@@ -77,7 +77,7 @@
7777
"fancy-test": "^2.0.42",
7878
"mocha": "10.8.2",
7979
"nyc": "^15.1.0",
80-
"sinon": "^21.0.1",
80+
"sinon": "^21.1.2",
8181
"ts-node": "^10.9.2",
8282
"typescript": "^4.9.5"
8383
}

packages/contentstack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@contentstack/cli-audit": "~1.19.1",
23-
"@contentstack/cli-cm-export": "~1.24.0",
24-
"@contentstack/cli-cm-import": "~1.32.0",
23+
"@contentstack/cli-cm-export": "~1.24.1",
24+
"@contentstack/cli-cm-import": "~1.32.1",
2525
"@contentstack/cli-auth": "~1.8.0",
2626
"@contentstack/cli-cm-bootstrap": "~1.19.0",
2727
"@contentstack/cli-cm-branches": "~1.7.1",
@@ -37,8 +37,8 @@
3737
"@contentstack/cli-migration": "~1.12.0",
3838
"@contentstack/cli-utilities": "~1.18.1",
3939
"@contentstack/cli-variants": "~1.4.1",
40-
"@contentstack/management": "~1.27.5",
41-
"@oclif/core": "^4.8.3",
40+
"@contentstack/management": "~1.30.1",
41+
"@oclif/core": "^4.10.5",
4242
"@oclif/plugin-help": "^6.2.28",
4343
"@oclif/plugin-not-found": "^3.2.53",
4444
"@oclif/plugin-plugins": "^5.4.54",

0 commit comments

Comments
 (0)