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,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 91b899dce1aff75164a1bd2a8b7dbb3d6d6babf4c3114a933b758131449d57e6
checksum: 19a030bd06243389baa385fd58a90a595c9dd52590be8d15104e18443b9c4701
version: '1.0'
3 changes: 1 addition & 2 deletions packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fast-csv": "^4.3.6",
"fs-extra": "^11.3.0",
"lodash": "^4.18.1",
"uuid": "^9.0.1",
"uuid": "^14.0.0",
"winston": "^3.19.0"
},
"devDependencies": {
Expand All @@ -35,7 +35,6 @@
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.50",
"@types/uuid": "^9.0.8",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.62",
Expand Down
2 changes: 0 additions & 2 deletions packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
},
"devDependencies": {
"@contentstack/cli-dev-dependencies": "^1.3.1",
"@oclif/plugin-help": "^6.2.28",
"@types/flat": "^5.0.5",
"chai": "^4.5.0",
"dotenv": "^16.5.0",
"dotenv-expand": "^9.0.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/contentstack-import-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,19 @@
},
"devDependencies": {
"@types/big-json": "^3.2.5",
"@types/bluebird": "^3.5.42",
"@types/chai": "^4.3.20",
"@types/fs-extra": "^11.0.4",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/rewire": "^2.5.30",
"@types/tar": "^6.1.13",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.62",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"rewire": "^9.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^4.9.5"
},
"scripts": {
Expand Down
5 changes: 1 addition & 4 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"merge": "^2.1.1",
"mkdirp": "^1.0.4",
"promise-limit": "^2.7.0",
"uuid": "^9.0.1",
"uuid": "^14.0.0",
"winston": "^3.19.0"
},
"devDependencies": {
Expand All @@ -31,9 +31,6 @@
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/rewire": "^2.5.30",
"@types/tar": "^6.1.13",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.89",
Expand Down
1 change: 0 additions & 1 deletion packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@types/node": "^14.18.63",
"@types/tar": "^6.1.13",
"@types/tmp": "^0.2.6",
"axios": "^1.15.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
Expand Down
Loading
Loading