Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump react, react-dom, react-reconciler and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom), [react-reconciler](https://github.com/facebook/react/tree/HEAD/packages/react-reconciler) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

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 `react-reconciler` from 0.29.2 to 0.31.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/HEAD/packages/react-reconciler)

Updates `@types/react` from 18.3.12 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: react-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: react-reconciler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a3f9e38 commit 5999f81
Showing 2 changed files with 29 additions and 41 deletions.
62 changes: 25 additions & 37 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"react-reconciler": "^0.29.0"
"react-reconciler": "^0.31.0"
},
"peerDependencies": {
"ol": "*",
@@ -35,7 +35,7 @@
"@octokit/rest": "^21.0.0",
"@playwright/test": "^1.25.2",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.0.27",
"@types/react": "^19.0.2",
"@types/react-dom": "^18.0.10",
"@vitest/browser": "^2.0.3",
"astro": "^4.0.3",
@@ -51,8 +51,8 @@
"ol": "^10.3.0",
"ol-mapbox-style": "^12.3.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"semapro": "^1.1.0",

0 comments on commit 5999f81

Please sign in to comment.