Skip to content

chore(deps): bump react and @types/react #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading