Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c1e4598
sitecore nested zip issue resolved
sauravraw Sep 22, 2025
b767523
remove hardcode value from config
sauravraw Sep 22, 2025
2537325
Merge branch 'feature/new-logo-update' of https://github.com/contents…
sauravraw Sep 25, 2025
e6f12b1
fixed sitecore issues
sauravraw Sep 25, 2025
5a4de41
Update contenttypes.js
sauravraw Sep 26, 2025
54c45d8
added prefix support
sauravraw Sep 26, 2025
fa5bd36
[CMG-726]
sayalijoshi27 Oct 10, 2025
1dab9fa
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 Oct 10, 2025
0f4eb92
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 Oct 10, 2025
585e624
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 Oct 15, 2025
2799cba
Disabled mandatory toggle for Modular blocks
sayalijoshi27 Oct 15, 2025
a91eb7b
Refactor project service and UI components for improved readability a…
sauravraw Oct 29, 2025
ac72604
Merge branch 'dev' of https://github.com/contentstack/migration-v2 in…
sauravraw Oct 31, 2025
1bfde71
chore: update package-lock.json to mark several dependencies as dev d…
sauravraw Oct 31, 2025
cdcedf4
refactor: enhance error handling and validation in project service me…
sauravraw Nov 3, 2025
5f1eeff
fix: correct comment typo in contentTypeMapper for dropdown advanced …
sauravraw Nov 3, 2025
3eb1eb0
chore: update @contentstack/cli and related dependencies in package.j…
sauravraw Nov 3, 2025
8e01696
refactor: simplify nested zip file validation logic in sitecoreValida…
sauravraw Nov 3, 2025
aa8e183
bugfix: added initial key to enable advance field reset
yashin4112 Nov 3, 2025
860ee72
Merge pull request #821 from contentstack/bugfix/sitecore-zip-issue
sayalijoshi27 Nov 3, 2025
f8ac7db
Merge pull request #822 from contentstack/bugfix/aem-752
sayalijoshi27 Nov 3, 2025
b3fa09a
refactor: add isNumber field to SearchComponent and TeaserComponent f…
shobhitupadhyayy Nov 4, 2025
087d330
[CMG-736] - Multiple clicks on buttons or links that return results s…
sayalijoshi27 Nov 4, 2025
a6d356e
[CMG-736] - Multiple clicks on buttons or links that return results s…
sayalijoshi27 Nov 4, 2025
d6c63ee
conflict resolved
sayalijoshi27 Nov 4, 2025
b46532a
Replaced Master word with default
sayalijoshi27 Nov 4, 2025
595e9f4
refactor: improve state management and formatting in AdvancePropertis…
shobhitupadhyayy Nov 4, 2025
fd4d592
Merge pull request #823 from contentstack/feat/custom-app
umeshmore45 Nov 4, 2025
c46761f
conflict resolved
sayalijoshi27 Nov 4, 2025
d12b956
copilot suggestions added
sayalijoshi27 Nov 4, 2025
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
Prev Previous commit
Next Next commit
chore: update @contentstack/cli and related dependencies in package.j…
…son and package-lock.json to latest versions for improved functionality and security
  • Loading branch information
sauravraw committed Nov 3, 2025
commit 3eb1eb08fc8762cf7aa5ce4b0f09f2f2817c2b5b
166 changes: 69 additions & 97 deletions api/package-lock.json

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

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/contentstack/migration-v2.git#readme",
"dependencies": {
"@contentstack/cli": "1.48.0",
"@contentstack/cli": "^1.51.1",
"@contentstack/cli-utilities": "^1.14.2",
"@contentstack/json-rte-serializer": "^3.0.4",
"@contentstack/marketplace-sdk": "^1.4.0",
Expand Down