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): bump react and @types/react #313

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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@react-native/eslint-config": "^0.74.83",
"@testing-library/react-native": "^12.5.0",
"@types/jest": "^29.5.5",
"@types/react": "18.2.6",
"@types/react": "18.3.12",
"commitlint": "^19.3.0",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"react": "18.2.0",
"react": "18.3.1",
"react-native": "0.74.1",
"react-native-builder-bob": "^0.29.0",
"react-test-renderer": "18.2.0",
Expand Down
29 changes: 6 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@ __metadata:
"@react-native/eslint-config": ^0.74.83
"@testing-library/react-native": ^12.5.0
"@types/jest": ^29.5.5
"@types/react": 18.2.6
"@types/react": 18.3.12
commitlint: ^19.3.0
del-cli: ^5.1.0
eslint: ^8.51.0
Expand All @@ -3139,7 +3139,7 @@ __metadata:
eslint-plugin-testing-library: ^6.2.2
jest: ^29.7.0
prettier: ^3.3.3
react: 18.2.0
react: 18.3.1
react-native: 0.74.1
react-native-builder-bob: ^0.29.0
react-test-renderer: 18.2.0
Expand Down Expand Up @@ -4713,21 +4713,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.6":
version: 18.2.6
resolution: "@types/react@npm:18.2.6"
"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: dea9d232d8df7ac357367a69dcb557711ab3d5501807ffa77cebeee73d49ee94d095f298e36853c63ed47cce097eee4c7eae2aaa8c02fac3f0171ec1b523a819
languageName: node
linkType: hard

"@types/scheduler@npm:*":
version: 0.23.0
resolution: "@types/scheduler@npm:0.23.0"
checksum: 874d753aa65c17760dfc460a91e6df24009bde37bfd427a031577b30262f7770c1b8f71a21366c7dbc76111967384cf4090a31d65315155180ef14bd7acccb32
checksum: 4ab1577a8c2105a5e316536f724117c90eee5f4bd5c137fc82a2253d8c1fd299dedaa07e8dfc95d6e2f04a4be3cb8b0e1b06098c6233ebd55c508d88099395b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -11814,15 +11806,6 @@ __metadata:
languageName: node
linkType: hard

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

"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
Expand Down
Loading