Skip to content

Commit

Permalink
chore(deps-dev): bump react and @types/react
Browse files Browse the repository at this point in the history
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.79 to 18.3.2
- [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-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2024
1 parent 505ac9a commit e7ff322
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dotenv": "16.4.5",
"jest": "^29.2.1",
"nock": "13.5.4",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"jest": "^29.2.1",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-hot-loader": "4.13.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4755,7 +4755,7 @@ __metadata:
logdown: 3.3.1
nock: 13.5.4
pako: 2.1.0
react: 18.2.0
react: 18.3.1
react-dom: 18.2.0
reconnecting-websocket: 4.4.0
rimraf: ^3.0.2
Expand Down Expand Up @@ -5064,7 +5064,7 @@ __metadata:
color: 4.2.3
emotion-normalize: 11.0.1
jest: ^29.2.1
react: 18.2.0
react: 18.3.1
react-dom: 18.2.0
react-helmet: 6.1.0
react-hot-loader: 4.13.1
Expand Down Expand Up @@ -15536,12 +15536,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: ^1.1.0
checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
languageName: node
linkType: hard

Expand Down

0 comments on commit e7ff322

Please sign in to comment.