Skip to content

Commit

Permalink
chore(deps): 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.0 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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 992dc11 commit dde7445
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions veascan-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@graphql-codegen/typescript-operations": "^2.5.13",
"@parcel/transformer-svg-react": "^2.8.3",
"@parcel/watcher": "^2.1.0",
"@types/react": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-jazzicon": "^1.0.4",
Expand Down
24 changes: 16 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,7 @@ __metadata:
"@parcel/watcher": "npm:^2.1.0"
"@sentry/react": "npm:^7.37.2"
"@sentry/tracing": "npm:^7.37.2"
"@types/react": "npm:^18.2.0"
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.2.1"
"@types/styled-components": "npm:^5.1.26"
"@typescript-eslint/eslint-plugin": "npm:^5.59.1"
Expand All @@ -3352,7 +3352,7 @@ __metadata:
graphql-request: "npm:^6.1.0"
parcel: "npm:^2.8.3"
prettier: "npm:^2.8.8"
react: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.2.0"
react-is: "npm:^18.2.0"
react-jazzicon: "npm:^1.0.4"
Expand Down Expand Up @@ -5840,14 +5840,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.0":
version: 18.2.0
resolution: "@types/react@npm:18.2.0"
"@types/react@npm:^18.3.3":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/c5fe6b798ab0d4ba2c40173275fb7f1e85a67586d40c97b0bee25a514f44de032e7aa90a98482cc38e106e66102727cdf1be9a8413d29509b92cb384adf4864d
checksum: 10/68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c
languageName: node
linkType: hard

Expand Down Expand Up @@ -18142,7 +18141,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.0.0, react@npm:^18.2.0":
"react@npm:^18.0.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
dependencies:
Expand All @@ -18151,6 +18150,15 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
languageName: node
linkType: hard

"read-pkg-up@npm:^3.0.0":
version: 3.0.0
resolution: "read-pkg-up@npm:3.0.0"
Expand Down

0 comments on commit dde7445

Please sign in to comment.