Context: The `basic-nextjs` starter pins `@sitecore-cloudsdk/core` and `@sitecore-cloudsdk/events` at `^0.5.1`, while the kit starters use `^0.5.4`. This minor drift means starters within the same repository may exhibit different CloudSDK behavior. The drift should be resolved before the Content SDK v2 upgrade to reduce variables.
Steps:
1. In `examples/basic-nextjs/package.json`, update `@sitecore-cloudsdk/core` and `@sitecore-cloudsdk/events` from `^0.5.1` to `^0.5.4`.
2. In `examples/basic-nextjs-pages-router/package.json`, make the same update.
3. Run `npm install` and `npm test` in both starters.
Acceptance criteria:
All starters reference the same `@sitecore-cloudsdk/*` version range
No behavioral regressions in CloudSDK-dependent features
Risks: None identified.