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
1,665 changes: 975 additions & 690 deletions airborne-react-native/ExampleOldArch/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion airborne-react-native/ExampleOldArch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-native": "0.77.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.87",
Expand Down
848 changes: 499 additions & 349 deletions airborne-react-native/ExampleSplitBundle/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion airborne-react-native/ExampleSplitBundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-native": "0.80.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "19.1.2",
Expand Down
5 changes: 3 additions & 2 deletions airborne-react-native/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"dependencies": {
"airborne-react-native": "*",
"react": "19.0.0",
"react-native": "0.79.2"
"react-native": "0.79.2",
"turbo": "^2.10.12"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^18.0.1",
Expand Down
2 changes: 1 addition & 1 deletion airborne-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"react-native": "0.79.2",
"react-native-builder-bob": "^0.40.11",
"release-it": "^19.0.6",
"turbo": "^1.10.7",
"turbo": "^2.10.12",
"typescript": "^5.8.3"
},
"peerDependencies": {
Expand Down
Loading
Loading