Skip to content
Open
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
9 changes: 5 additions & 4 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fileignoreconfig:

- filename: pnpm-lock.yaml
checksum: 90ca97ef1a06fb5b7d8071f1317e079de6a34fce91559f70f80d9d958b5a834e
version: '1.0'
- filename: pnpm-lock.yaml
ignore_detectors:
- filecontent
- base64content
version: '1.0'
8 changes: 4 additions & 4 deletions packages/contentstack-apps-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
"dependencies": {
"@apollo/client": "^3.14.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-launch": "^1.11.3",
"@contentstack/cli-utilities": "~1.19.2",
"adm-zip": "^0.6.0",
"adm-zip": "^0.6.1",
"chalk": "^4.1.2",
"lodash": "^4.18.1",
"shelljs": "^0.10.0",
"tmp": "^0.2.7",
"tslib": "^2.8.1",
"winston": "^3.19.0"
},
"devDependencies": {
Expand All @@ -43,7 +44,7 @@
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"axios": "^1.16.1",
"axios": "^1.20.0",
"chai": "^4.5.0",
"dotenv": "^16.6.1",
"eslint": "^10.5.0",
Expand All @@ -54,7 +55,6 @@
"oclif": "^4.23.8",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"oclif": {
Expand Down
1 change: 1 addition & 0 deletions packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"fast-csv": "^4.3.6",
"fs-extra": "^11.3.0",
"lodash": "^4.18.1",
"tslib": "^2.8.1",
"winston": "^3.19.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"@oclif/core": "^4.11.4",
"chalk": "^4.1.2",
"just-diff": "^6.0.2",
"lodash": "^4.18.1"
"lodash": "^4.18.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"chai": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-bulk-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"dependencies": {
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@contentstack/delivery-sdk": "^5.4.0",
"@contentstack/management": "^1.30.3",
"@contentstack/delivery-sdk": "^5.6.0",
"@contentstack/management": "^1.31.1",
"lodash": "^4.18.1",
"uuid": "^14.0.1"
"tslib": "^2.8.1",
"uuid": "^14.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
Expand Down Expand Up @@ -53,7 +54,6 @@
"shx": "^0.4.0",
"sinon": "^22.0.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~6.0.3"
},
"oclif": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-cli-cm-regex-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@contentstack/cli-command": "^1.8.7",
"@contentstack/cli-utilities": "^1.19.2",
"@contentstack/management": "^1.30.4",
"@contentstack/management": "^1.31.1",
"cli-table3": "^0.6.5",
"cli-ux": "^6.0.9",
"inquirer": "12.11.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"merge": "^2.1.1",
"ora": "^5.4.1",
"prompt": "^1.3.0",
"rimraf": "^6.1.0"
"rimraf": "^6.1.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-content-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {
"@contentstack/cli-command": "^1.8.7",
"@contentstack/cli-utilities": "^1.19.2",
"axios": "^1.18.1",
"axios": "^1.20.0",
"cli-ux": "^6.0.9",
"diff": "^9.0.0",
"diff2html": "^3.4.56",
"moment": "^2.30.1",
"moment": "^2.31.0",
"node-graphviz": "^0.1.1",
"table": "^6.9.0",
"tmp": "^0.2.7",
Expand Down
3 changes: 2 additions & 1 deletion packages/contentstack-export-to-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"@oclif/core": "^4.11.4",
"fast-csv": "^4.3.6",
"inquirer": "8.2.7",
"inquirer-checkbox-plus-prompt": "1.4.2"
"inquirer-checkbox-plus-prompt": "1.4.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
Expand Down
1 change: 1 addition & 0 deletions packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"mkdirp": "^1.0.4",
"progress-stream": "^2.0.0",
"promise-limit": "^2.7.0",
"tslib": "^2.8.1",
"winston": "^3.19.0"
},
"devDependencies": {
Expand Down
7 changes: 4 additions & 3 deletions packages/contentstack-external-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@contentstack/json-rte-serializer": "~2.1.0",
"@contentstack/marketplace-sdk": "~1.5.3",
"@contentstack/marketplace-sdk": "~1.5.4",
"@oclif/core": "^4.8.0",
"axios": "^1.18.1",
"axios": "^1.20.0",
"chalk": "^4.1.2",
"jsdom": "^23.0.0",
"lodash": "^4.18.1",
"mkdirp": "^1.0.4",
"p-limit": "^3.1.0",
"uuid": "^14.0.0"
"tslib": "^2.8.1",
"uuid": "^14.0.2"
},
"devDependencies": {
"@oclif/test": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/contentstack-import-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lodash": "^4.18.1",
"merge": "^2.1.1",
"mkdirp": "^1.0.4",
"tslib": "^2.8.1",
"winston": "^3.19.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"merge": "^2.1.1",
"mkdirp": "^1.0.4",
"promise-limit": "^2.7.0",
"tslib": "^2.8.1",
"winston": "^3.19.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/contentstack-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"chalk": "^4.1.2",
"concat-stream": "^2.0.0",
"listr": "^0.14.3",
"tslib": "^2.8.1",
"winston": "^3.19.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inquirer": "8.2.7",
"mkdirp": "^1.0.4",
"tar": "^7.5.19",
"tmp": "^0.2.7"
"tmp": "^0.2.7",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/inquirer": "^9.0.10",
Expand Down
Loading
Loading