fix: update peer dependencies to allow compatible versions #277
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the peer dependency version requirements across several package manifests to use semver ranges instead of exact versions. This change allows for greater compatibility with future versions of dependencies, making it easier for consumers to use newer releases without running into version conflicts.
Dependency versioning updates:
packages/react/package.json,packages/react-router/package.json,packages/tanstack-router/package.json,packages/nextjs/package.json, andpackages/__legacy__/react/package.jsonto use>=semver ranges forreact,@types/react,react-router,@tanstack/react-router,packages/express/package.json,packages/vue/package.json,next,expressandvueinstead of exact versions.Related Issues
@asgardeo/reactwithnpm#269 - bug: getting an error while installing @asgardeo/react with npmRelated PRs
Checklist
Security checks