-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: locked snjs #234
fix: locked snjs #234
Conversation
WalkthroughThis update standardizes the version constraints of the Changes
Poem
Tip AI model upgrade
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (11)
- examples/react/react-app/package.json (1 hunks)
- examples/react/react-phaser-example/package.json (1 hunks)
- examples/react/react-pwa-app/package.json (1 hunks)
- examples/react/react-threejs/package.json (1 hunks)
- examples/react/starknet-react-app/package.json (1 hunks)
- examples/vue/vue-app/package.json (1 hunks)
- packages/core/package.json (1 hunks)
- packages/create-burner/package.json (1 hunks)
- packages/react/package.json (1 hunks)
- packages/state/package.json (1 hunks)
- packages/utils/package.json (1 hunks)
Files skipped from review due to trivial changes (10)
- examples/react/react-app/package.json
- examples/react/react-phaser-example/package.json
- examples/react/react-pwa-app/package.json
- examples/react/react-threejs/package.json
- examples/react/starknet-react-app/package.json
- examples/vue/vue-app/package.json
- packages/core/package.json
- packages/create-burner/package.json
- packages/state/package.json
- packages/utils/package.json
Additional comments not posted (1)
packages/react/package.json (1)
16-16
: Version constraint update forstarknet
dependency.The
starknet
dependency version has been locked to6.1.5
instead of using a range (^6.1.5
). This change ensures consistency and avoids potential issues with newer versions ofstarknet
.
Summary by CodeRabbit
starknet
dependency to"6.1.5"
across multiple React and Vue projects, and various internal packages, ensuring consistent dependency management.