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

EMBR-3962 upgrade react native types #195

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/gzip-js": "^0.3.3",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/react-native": "^0.60.2",
"@types/react-native": "^0.73.0",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^8.8.1",
Expand Down
39 changes: 7 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3629,30 +3629,12 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.13
resolution: "@types/prop-types@npm:15.7.13"
checksum: 10c0/1b20fc67281902c6743379960247bc161f3f0406ffc0df8e7058745a85ea1538612109db0406290512947f9632fe9e10e7337bf0ce6338a91d6c948df16a7c61
languageName: node
linkType: hard

"@types/react-native@npm:^0.60.2":
version: 0.60.31
resolution: "@types/react-native@npm:0.60.31"
"@types/react-native@npm:^0.73.0":
version: 0.73.0
resolution: "@types/react-native@npm:0.73.0"
dependencies:
"@types/prop-types": "npm:*"
"@types/react": "npm:*"
checksum: 10c0/ffdfe382f1e62f97410c64e245ca8bc7a2bd2f39c3e6ca3dd47c9cef3aee5dc424103ffca6a3c4f3725754c68934d5e8c36e14900aa393c06f6c550564f474b6
languageName: node
linkType: hard

"@types/react@npm:*":
version: 18.3.11
resolution: "@types/react@npm:18.3.11"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e
react-native: "npm:*"
checksum: 10c0/81b8824f3bea30f18f92bb1e7c69777801b6b91a603c712173179b10e8fd6754f3594841dc452d0fc4a4cdc597e366fdf7839d27e0c5c5957f7dadde65882212
languageName: node
linkType: hard

Expand Down Expand Up @@ -5515,13 +5497,6 @@ __metadata:
languageName: node
linkType: hard

"csstype@npm:^3.0.2":
version: 3.1.3
resolution: "csstype@npm:3.1.3"
checksum: 10c0/80c089d6f7e0c5b2bd83cf0539ab41474198579584fa10d86d0cafe0642202343cbc119e076a0b1aece191989477081415d66c9fefbf3c957fc2fc4b7009f248
languageName: node
linkType: hard

"dargs@npm:^7.0.0":
version: 7.0.0
resolution: "dargs@npm:7.0.0"
Expand Down Expand Up @@ -5856,7 +5831,7 @@ __metadata:
"@types/gzip-js": "npm:^0.3.3"
"@types/jest": "npm:^29.5.13"
"@types/node": "npm:^22.7.5"
"@types/react-native": "npm:^0.60.2"
"@types/react-native": "npm:^0.73.0"
"@types/semver": "npm:^7.1.0"
"@typescript-eslint/eslint-plugin": "npm:^7.10.0"
"@typescript-eslint/parser": "npm:^8.8.1"
Expand Down Expand Up @@ -11429,7 +11404,7 @@ __metadata:
languageName: node
linkType: hard

"react-native@npm:^0.75.4":
"react-native@npm:*, react-native@npm:^0.75.4":
version: 0.75.4
resolution: "react-native@npm:0.75.4"
dependencies:
Expand Down
Loading