build(deps): update @bucketeer/js-client-sdk peer dependency range #12
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.
This pull request updates dependency versions and cleans up unused packages in both
package.jsonandpnpm-lock.yaml. The main focus is upgrading the@bucketeer/js-client-sdkto a newer version range and removing several unused development dependencies, resulting in a leaner and more up-to-date dependency tree.Dependency upgrades:
@bucketeer/js-client-sdkpeer dependency inpackage.jsonfrom version2.2.5to the range>=2.4.0 <3.0.0, and updated the corresponding lockfile entry to2.4.0. [1] [2] [3] [4]Dependency cleanup:
install,jiti,msw, andnpmfrompackage.jsonandpnpm-lock.yaml, reducing package bloat. [1] [2] [3] [4] [5] [6]Other dependency maintenance:
Moved
typescriptfrom dependencies to devDependencies inpackage.jsonand updated its lockfile entry, ensuring it's only used for development. [1] [2] [3] [4]Added new dependency
async-mutex@0.5.0as a transitive dependency of the upgraded@bucketeer/js-client-sdk@2.4.0. [1] [2] [3]Changed the peer dependency for @bucketeer/js-client-sdk in package.json to '>=2.4.0 <3.0.0' to support newer versions. Updated pnpm-lock.yaml to reflect the new version and its dependencies.