Skip to content
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

Chore(deps-dev): Bump react and @types/react #441

Open
wants to merge 1 commit into
base: main
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"@babel/core": "7.15.5",
"@react-native-community/eslint-config": "3.0.1",
"@storybook/react": "6.3.8",
"@types/react": "17.0.26",
"@types/react": "18.3.1",
"@types/react-native": "0.65.2",
"babel-loader": "8.2.2",
"eslint": "7.32.0",
"patch-package": "6.4.7",
"prettier": "2.4.1",
"react": "17.0.2",
"react": "18.3.1",
"react-dom": "17.0.2",
"react-native": "0.65.1",
"react-native-web": "0.17.5",
Expand Down
22 changes: 10 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2354,13 +2354,13 @@ __metadata:
"@babel/core": 7.15.5
"@react-native-community/eslint-config": 3.0.1
"@storybook/react": 6.3.8
"@types/react": 17.0.26
"@types/react": 18.3.1
"@types/react-native": 0.65.2
babel-loader: 8.2.2
eslint: 7.32.0
patch-package: 6.4.7
prettier: 2.4.1
react: 17.0.2
react: 18.3.1
react-dom: 17.0.2
react-native: 0.65.1
react-native-web: 0.17.5
Expand Down Expand Up @@ -3640,14 +3640,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:17.0.26":
version: 17.0.26
resolution: "@types/react@npm:17.0.26"
"@types/react@npm:18.3.1":
version: 18.3.1
resolution: "@types/react@npm:18.3.1"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 943fe7e912ea6d664910fb9391a96d8f31c985265fb768d448461123dd970080494b7987a9bd54ca664c8675cb09680c8763823ff18622222e302c8d121b7d31
checksum: 9224ef319a0c2b7f66e7e7f06012aa5eb638a6c76c9742843eab1a5d243f2bed5ff829ddbb41efd60d33a266420528adfcb84cb93f238b00e905f98c3a355768
languageName: node
linkType: hard

Expand Down Expand Up @@ -12640,13 +12639,12 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"react@npm:17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: ^1.1.0
object-assign: ^4.1.1
checksum: b254cc17ce3011788330f7bbf383ab653c6848902d7936a87b09d835d091e3f295f7e9dd1597c6daac5dc80f90e778c8230218ba8ad599f74adcc11e33b9d61b
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
languageName: node
linkType: hard

Expand Down
Loading