Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 445d77cc28199508bb51188b622523184baf109cffd6a027403463b00d7c7698
checksum: f05da17a7045d703b12cff33f809b2b398565b92204394a9b9978798ff959609
- filename: packages/contentstack-utilities/src/proxy-helper.ts
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
- filename: .cursor/skills/code-review/SKILL.md
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.0",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
"@contentstack/cli-utilities": "~1.18.1",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"otplib": "^12.0.1"
},
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.0",
"contentstack": "^3.25.3",
"@oclif/core": "^4.8.3",
"@contentstack/cli-utilities": "~1.18.1",
"contentstack": "^3.27.0",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28"
},
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.0",
"@contentstack/utils": "~1.7.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
"lodash": "^4.18.1"
Expand All @@ -27,7 +27,7 @@
}
},
"devDependencies": {
"@oclif/test": "^4.1.13",
"@oclif/test": "^4.1.18",
"@types/chai": "^4.3.20",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
Expand Down
14 changes: 7 additions & 7 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"author": "contentstack",
"license": "MIT",
"dependencies": {
"@contentstack/management": "~1.27.5",
"@contentstack/marketplace-sdk": "^1.5.0",
"@oclif/core": "^4.8.3",
"axios": "^1.13.5",
"@contentstack/management": "~1.30.1",
"@contentstack/marketplace-sdk": "^1.5.1",
"@oclif/core": "^4.10.5",
"axios": "^1.15.1",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
Expand All @@ -54,7 +54,7 @@
"tty-table": "^4.2.3",
"unique-string": "^2.0.0",
"uuid": "^9.0.1",
"winston": "^3.17.0",
"winston": "^3.19.0",
"xdg-basedir": "^4.0.0"
},
"overrides": {
Expand All @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/inquirer": "^9.0.8",
"@types/inquirer": "^9.0.9",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^14.18.63",
Expand All @@ -77,7 +77,7 @@
"fancy-test": "^2.0.42",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"sinon": "^21.0.1",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.19.1",
"@contentstack/cli-cm-export": "~1.24.0",
"@contentstack/cli-cm-import": "~1.32.0",
"@contentstack/cli-cm-export": "~1.24.1",
"@contentstack/cli-cm-import": "~1.32.1",
"@contentstack/cli-auth": "~1.8.0",
"@contentstack/cli-cm-bootstrap": "~1.19.0",
"@contentstack/cli-cm-branches": "~1.7.1",
Expand All @@ -37,8 +37,8 @@
"@contentstack/cli-migration": "~1.12.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-variants": "~1.4.1",
"@contentstack/management": "~1.27.5",
"@oclif/core": "^4.8.3",
"@contentstack/management": "~1.30.1",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
"@oclif/plugin-plugins": "^5.4.54",
Expand Down
Loading
Loading