Skip to content
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

chore: Bump @babel/preset-react from 7.25.9 to 7.26.3 in /server #5159

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@types/dotenv": "8.2.3",
"@types/express": "4.17.21",
"@types/form-data": "2.5.2",
Expand Down
10 changes: 5 additions & 5 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1448,9 +1448,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-react@npm:7.25.9":
version: 7.25.9
resolution: "@babel/preset-react@npm:7.25.9"
"@babel/preset-react@npm:7.26.3":
version: 7.26.3
resolution: "@babel/preset-react@npm:7.26.3"
dependencies:
"@babel/helper-plugin-utils": ^7.25.9
"@babel/helper-validator-option": ^7.25.9
Expand All @@ -1460,7 +1460,7 @@ __metadata:
"@babel/plugin-transform-react-pure-annotations": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: b5650c07a744ab4024c04fae002c9043235b4ad8687de8bf759135b9c6186553f4f53fde0a4583ce4c019560b79c176f39c745cdf77645af07071d26d8ba84ce
checksum: 9c76f145026715c8e4a1f6c44f208918e700227d8d8a8068f4ae10d87031d23eb8b483e508cd4452d65066f731b7a8169527e66e83ffe165595e8db7899dd859
languageName: node
linkType: hard

Expand Down Expand Up @@ -6269,7 +6269,7 @@ __metadata:
"@babel/core": 7.26.0
"@babel/plugin-proposal-class-properties": 7.18.6
"@babel/preset-env": 7.26.0
"@babel/preset-react": 7.25.9
"@babel/preset-react": 7.26.3
"@types/dotenv": 8.2.3
"@types/express": 4.17.21
"@types/form-data": 2.5.2
Expand Down
Loading