Skip to content

Commit fc3e31f

Browse files
Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) 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.1.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.1.0/packages/react) Updates `@types/react` from 18.3.10 to 19.0.12 - [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: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d41d8e commit fc3e31f

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

package-lock.json

Lines changed: 11 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/github-slugger": "^1.3.0",
3737
"@types/gtag.js": "^0.0.20",
3838
"@types/lodash.kebabcase": "^4.1.9",
39-
"@types/react": "^18.3.6",
39+
"@types/react": "^19.0.12",
4040
"@typescript-eslint/parser": "^8.5.0",
4141
"astro-eslint-parser": "^1.0.3",
4242
"eslint": "^9.19.0",
@@ -45,7 +45,7 @@
4545
"prettier": "^3.5.1",
4646
"prettier-plugin-astro": "^0.14.1",
4747
"prettier-plugin-tailwindcss": "^0.6.6",
48-
"react": "^18.3.1",
48+
"react": "^19.1.0",
4949
"react-dom": "^18.3.1",
5050
"typescript-eslint": "^8.5.0"
5151
}

0 commit comments

Comments
 (0)