Skip to content
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
2 changes: 1 addition & 1 deletion packages/document-picker/jest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"extends": "@tsconfig/node24/tsconfig.json",
"compilerOptions": {
"outDir": "./build",
"jsx": "react",
Expand Down
2 changes: 1 addition & 1 deletion packages/document-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"provenance": true
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@tsconfig/node24": "^24.0.0",
"react-native-builder-bob": "^0.40.13",
"typescript": "^5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/document-viewer/jest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"extends": "@tsconfig/node24/tsconfig.json",
"compilerOptions": {
"outDir": "./build",
"jsx": "react",
Expand Down
2 changes: 1 addition & 1 deletion packages/document-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"provenance": true
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@tsconfig/node24": "^24.0.0",
"react-native-builder-bob": "^0.40.13",
"typescript": "^5.7.3"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3330,7 +3330,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-documents/picker@workspace:packages/document-picker"
dependencies:
"@tsconfig/node22": "npm:^22.0.0"
"@tsconfig/node24": "npm:^24.0.0"
react-native-builder-bob: "npm:^0.40.13"
typescript: "npm:^5.7.3"
peerDependencies:
Expand All @@ -3343,7 +3343,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-native-documents/viewer@workspace:packages/document-viewer"
dependencies:
"@tsconfig/node22": "npm:^22.0.0"
"@tsconfig/node24": "npm:^24.0.0"
react-native-builder-bob: "npm:^0.40.13"
typescript: "npm:^5.7.3"
peerDependencies:
Expand Down Expand Up @@ -3750,10 +3750,10 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/node22@npm:^22.0.0":
version: 22.0.5
resolution: "@tsconfig/node22@npm:22.0.5"
checksum: 10c0/c64b1d51e1556da9212463799f5096289d2cc8561eaed10cd0a0a36c25790b4c6bed30c0f846afccf8da75b5750326fa281216a908c2b67ead7b55adaf3eda22
"@tsconfig/node24@npm:^24.0.0":
version: 24.0.4
resolution: "@tsconfig/node24@npm:24.0.4"
checksum: 10c0/9c5d4173204c6935c45d3ff0584fd423bd7d8bc3f6b246e646320ae584e4226b34ea1c66ec67cd16769c73e7e80f4cc562287b0acaa4ec81aa482463972ff83f
languageName: node
linkType: hard

Expand Down
Loading