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.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)

Updates `@types/react` from 18.2.79 to 18.3.0
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-26 04:46:34 +00:00 committed by Klara Simickova
parent 3231b324f0
commit c9274c86fa
2 changed files with 10 additions and 9 deletions

15
package-lock.json generated
View file

@ -21,7 +21,7 @@
"@unleash/proxy-client-react": "4.2.2",
"classnames": "2.5.1",
"lodash": "4.17.21",
"react": "18.2.0",
"react": "18.3.0",
"react-dom": "18.2.0",
"react-redux": "9.1.1",
"react-router-dom": "6.23.0",
@ -45,7 +45,7 @@
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.2.79",
"@types/react": "18.3.0",
"@types/react-dom": "18.2.25",
"@types/react-redux": "7.1.33",
"@types/uuid": "9.0.1",
@ -4733,9 +4733,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.2.79",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz",
"integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==",
"version": "18.3.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.0.tgz",
"integrity": "sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==",
"devOptional": true,
"dependencies": {
"@types/prop-types": "*",
@ -16314,8 +16314,9 @@
}
},
"node_modules/react": {
"version": "18.2.0",
"license": "MIT",
"version": "18.3.0",
"resolved": "https://registry.npmjs.org/react/-/react-18.3.0.tgz",
"integrity": "sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==",
"dependencies": {
"loose-envify": "^1.1.0"
},

View file

@ -20,7 +20,7 @@
"@unleash/proxy-client-react": "4.2.2",
"classnames": "2.5.1",
"lodash": "4.17.21",
"react": "18.2.0",
"react": "18.3.0",
"react-dom": "18.2.0",
"react-redux": "9.1.1",
"react-router-dom": "6.23.0",
@ -70,7 +70,7 @@
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.2.79",
"@types/react": "18.3.0",
"@types/react-dom": "18.2.25",
"@types/react-redux": "7.1.33",
"@types/uuid": "9.0.1",