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: package-lock.json
checksum: 30fe4f8843bd6518638dab4c903c8dba58e9040bfce658d1678111cec5844f70
checksum: 8ef1e15bf34e590c104471eae9eb3124864ff3a43b2d65916e5a4b21bf4be8c0
version: '1.0'
142 changes: 80 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-export": "~1.24.1",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-cm-export": "~1.24.3",
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-utilities": "~1.18.3",
"@oclif/core": "^4.10.5",
"async": "^3.2.6",
"big-json": "^3.2.0",
Expand Down
Loading