Skip to content

Commit

Permalink
chore: Bump @babel/preset-react from 7.25.9 to 7.26.3 in /server
Browse files Browse the repository at this point in the history
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.25.9 to 7.26.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 62f1bda commit 212741d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 212741d

Please sign in to comment.