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
4 changes: 3 additions & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: ad8af6ca67f20585ba2e3478cb6119a50508da89492119eabb7d96ec2b56545f
ignore_detectors:
- filecontent
- base64content
- filename: packages/contentstack/README.md
checksum: df0892cbcf3f04972161b30a1a0ef8844a2682ce8a3270f2911909e7789ad8d7
version: '1.0'
11 changes: 6 additions & 5 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"author": "contentstack",
"license": "MIT",
"dependencies": {
"@contentstack/management": "~1.30.1",
"@contentstack/marketplace-sdk": "^1.5.1",
"@contentstack/management": "~1.31.1",
"@contentstack/marketplace-sdk": "^1.5.4",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.4",
"axios": "^1.19.0",
"axios": "^1.20.0",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
Expand All @@ -42,7 +42,7 @@
"inquirer": "8.2.7",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"js-yaml": "^4.3.1",
"js-yaml": "^4.3.2",
"klona": "^2.0.6",
"lodash": "^4.18.1",
"mkdirp": "^1.0.4",
Expand All @@ -52,6 +52,7 @@
"recheck": "~4.4.5",
"rxjs": "^6.6.7",
"traverse": "^0.6.11",
"tslib": "^2.8.1",
"tty-table": "^4.2.3",
"unique-string": "^2.0.0",
"short-uuid": "^6.0.0",
Expand All @@ -61,7 +62,7 @@
},
"overrides": {
"@oclif/core": {
"picomatch": "^4.0.4"
"picomatch": "^4.0.7"
}
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"@oclif/plugin-plugins": "^5.4.54",
"figlet": "1.8.1",
"node-machine-id": "^1.1.12",
"semver": "^7.7.2"
"semver": "^7.7.2",
"tslib": "^2.8.1"
},
"overrides": {
"@oclif/core": {
Expand Down Expand Up @@ -71,7 +72,6 @@
"sinon": "^21.0.1",
"tmp": "^0.2.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
Loading
Loading