Skip to content

Commit 8ff40db

Browse files
build(deps): 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.2.0 to 18.3.1 - [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/v18.3.1/packages/react) Updates `@types/react` from 18.2.21 to 18.3.3 - [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:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9d386d commit 8ff40db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nextui-org/react": "^2.3.0",
1313
"@types/node": "20.5.7",
14-
"@types/react": "18.2.21",
14+
"@types/react": "18.3.3",
1515
"@types/react-dom": "18.3.0",
1616
"autoprefixer": "10.4.19",
1717
"clsx": "^2.0.0",
@@ -22,7 +22,7 @@
2222
"next": "14.2.1",
2323
"next-themes": "^0.3.0",
2424
"postcss": "8.4.38",
25-
"react": "18.2.0",
25+
"react": "18.3.1",
2626
"react-dom": "18.3.1",
2727
"react-odometer": "^0.0.1",
2828
"react-odometerjs": "^3.1.3",

0 commit comments

Comments
 (0)