Skip to content

Commit 0967773

Browse files
build(deps): bump react, react-dom and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 17.0.2 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 `react-dom` from 17.0.2 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-dom) Updates `@types/react` from 17.0.45 to 18.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:production update-type: version-update:semver-major - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02b001c commit 0967773

File tree

2 files changed

+1331
-2037
lines changed

2 files changed

+1331
-2037
lines changed

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@testing-library/user-event": "^14.2.1",
1313
"@types/jest": "^28.1.4",
1414
"@types/node": "^17.0.43",
15-
"@types/react": "^17.0.2",
15+
"@types/react": "^18.0.14",
1616
"@types/react-dom": "^17.0.2",
1717
"@usedapp/core": "^1.0.15",
1818
"chart.js": "^3.7.1",
@@ -21,9 +21,9 @@
2121
"i18next-http-backend": "^1.4.1",
2222
"iam-client-lib": "^5.0.0",
2323
"precise-proofs-js": "^1.2.0",
24-
"react": "^17.0.2",
24+
"react": "^18.2.0",
2525
"react-chartjs-2": "^4.2.0",
26-
"react-dom": "^17.0.2",
26+
"react-dom": "^18.2.0",
2727
"react-hook-form": "^7.33.1",
2828
"react-hook-form-mui": "^3.9.1",
2929
"react-i18next": "^11.17.4",

0 commit comments

Comments
 (0)