Closed ponderingdemocritus closed 4 months ago
This update standardizes the version constraints of the starknet
dependency across multiple project files, changing from the flexible "^6.1.5"
to the fixed "6.1.5"
. This ensures consistency and predictability in dependency management across React and Vue projects as well as several internal packages.
Files | Change Summary |
---|---|
examples/react/.../package.json |
"starknet": "^6.1.5" → "starknet": "6.1.5" |
examples/vue/vue-app/package.json |
"starknet": "^6.1.5" → "starknet": "6.1.5" |
packages/core/package.json |
peerDependencies : "starknet": "^6.1.5" → "starknet": "6.1.5" |
packages/create-burner/package.json |
peerDependencies : "starknet": "^6.1.5" → "starknet": "6.1.5" |
packages/react/package.json |
peerDependencies : "starknet": "^6.1.5" → "starknet": "6.1.5" |
packages/state/package.json |
"starknet": "^6.1.5" → "starknet": "6.1.5" |
packages/utils/package.json |
peerDependencies : "starknet": "^6.1.5" → "starknet": "6.1.5" |
In the fields where code does play,
A standard tune now leads the way,
“Starknet” sings just one clear note,
Six dot one dot five, we all do quote.
Consistency we celebrate,
For projects small to integrate!
🐇✨
[!TIP]
AI model upgrade
## `gpt-4o` model for reviews and chat is now live OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our [Discord Community](https://discord.com/invite/GsXnASn26c) to provide any feedback or to report any issues.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
starknet
dependency to"6.1.5"
across multiple React and Vue projects, and various internal packages, ensuring consistent dependency management.