Skip to content

Commit e588c50

Browse files
chore(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.1.0 to 18.2.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/v18.2.0/packages/react) Updates `@types/react` from 18.0.12 to 18.0.14 - [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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d6e8d1 commit e588c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@parcel/transformer-svg-react": "^2.6.2",
34-
"@types/react": "^18.0.0",
34+
"@types/react": "^18.0.14",
3535
"@types/react-dom": "^18.0.0",
3636
"@types/styled-components": "^5.1.21",
3737
"@typescript-eslint/eslint-plugin": "^5.27.0",
@@ -64,7 +64,7 @@
6464
"graphql": "^16.4.0",
6565
"graphql-request": "^4.2.0",
6666
"moment": "^2.29.3",
67-
"react": "^18.0.0",
67+
"react": "^18.2.0",
6868
"react-chartjs-2": "^4.1.0",
6969
"react-dom": "^18.0.0",
7070
"react-is": "^18.0.0",

0 commit comments

Comments
 (0)