Skip to content

Commit

Permalink
build(deps): bump the react group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the react group with 3 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler).


Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `babel-plugin-react-compiler` from 19.0.0-beta-df7b47d-20241124 to 19.0.0-beta-201e55d-20241215
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: babel-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d171209 commit 7f13d22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 29 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"date-fns": "^4.1.0",
"node-fetch": "^3.3.1",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.0",
"spinners-react": "^1.0.10",
"strip-indent": "^4.0.0",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.2",
"vite-css-modules": "^1.8.0"
Expand Down
43 changes: 17 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f13d22

Please sign in to comment.