-
Notifications
You must be signed in to change notification settings - Fork 4
feat: update package versions across v2 apps #83
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
Conversation
WalkthroughThe pull request involves updates to the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used🔇 Additional comments (5)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for kleros-escrow-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
lgtm
PR-Codex overview
This PR focuses on updating dependencies in the
package.json
andyarn.lock
files, specifically upgrading various@types
packages,react
,react-dom
,vite
, androllup
to their latest versions, as well as updating other related packages.Detailed summary
@types/react
from18.2.0
to^18.2.59
.react
from^18.2.0
to^18.3.1
.react-dom
from^18.2.0
to^18.3.1
.vite
with version^5.4.2
.rollup
from^4.13.0
to^4.20.0
.postcss
from^8.4.39
to^8.4.43
.source-map-js
from^1.2.0
to^1.2.1
.scheduler
from^0.23.2
to0.23.2
.Summary by CodeRabbit
New Features
vite
dependency to enhance development performance.Updates
@types/react
,react
, andreact-dom
to their latest versions for improved functionality and compatibility.