Skip to content
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 @@ -81,7 +81,7 @@
"react-native-builder-bob": "^0.23.2",
"release-it": "^19.0.6",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
"typescript": "^6.0.3"
},
"resolutions": {
"@types/react": "^19.2.0"
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ __metadata:
react-native-builder-bob: ^0.23.2
release-it: ^19.0.6
turbo: ^1.10.7
typescript: ^5.2.2
typescript: ^6.0.3
peerDependencies:
react: "*"
react-native: "*"
Expand Down Expand Up @@ -13860,7 +13860,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.6.4 || ^5.2.2, typescript@npm:^5.2.2":
"typescript@npm:^4.6.4 || ^5.2.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
Expand All @@ -13870,7 +13870,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.6.4 || ^5.2.2#~builtin<compat/typescript>, typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
"typescript@npm:^6.0.3":
version: 6.0.3
resolution: "typescript@npm:6.0.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c1182dfadf8a8cb22a4e32442715afef1af1b950ae635b1c52c27e0d7fb7a5e2607ed7c7c4079bba4163579250e02445fd8d46b09cbceda71ff72a5b7d69db61
languageName: node
linkType: hard

"typescript@patch:typescript@^4.6.4 || ^5.2.2#~builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#~builtin<compat/typescript>::version=5.6.2&hash=14eedb"
bin:
Expand All @@ -13880,6 +13890,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^6.0.3#~builtin<compat/typescript>":
version: 6.0.3
resolution: "typescript@patch:typescript@npm%3A6.0.3#~builtin<compat/typescript>::version=6.0.3&hash=14eedb"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 8ed159a81ab4901a620c19fda539632cee610f8ec34dde57a3acc6b6df72894ad0b50bdd1946b763313d9b73dedb019d2e81c03eff06c0f2c785cde30a537d15
languageName: node
linkType: hard

"unbox-primitive@npm:^1.0.2":
version: 1.0.2
resolution: "unbox-primitive@npm:1.0.2"
Expand Down
Loading