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
Expand Up @@ -3,5 +3,5 @@ fileignoreconfig:
ignore_detectors:
- filecontent
- filename: package-lock.json
checksum: 7b49fd3c04e966d67ec918e14bbf4c4d352a4842853c9d6d1a7906ec66f7814f
checksum: 8d6d64bf4285ff8042f14af5951c6147a9cf56967b07ad21186bd9d129e3c291
version: "1.0"
23 changes: 13 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@contentstack/delivery-sdk": "^4.11.2",
"@contentstack/delivery-sdk": "^5.2.0",
"@gql2ts/from-schema": "^2.0.0-4",
"async": "^3.2.6",
"axios": "^1.13.6",
"lodash": "^4.17.23",
"prettier": "^3.8.1"
"axios": "1.15.2",
"lodash": "^4.18.1",
"prettier": "^3.8.3"
},
"files": [
"dist",
Expand Down
Loading