Skip to content

Commit 007aed2

Browse files
authored
Update BabylonNative to the latest, and bump Babylon.js to version 5.2.0 (#397)
* Update Babylon Native * Update Babylon.js to 5.2.0 and BabylonNative submodule to the latest version. * Update podfile.lock
1 parent f92aad5 commit 007aed2

File tree

15 files changed

+105
-106
lines changed

15 files changed

+105
-106
lines changed

Apps/PackageTest/0.63.1/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/PackageTest/0.63.1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13-
"@babylonjs/core": "5.0.0",
13+
"@babylonjs/core": "5.2.0",
1414
"@babylonjs/react-native": "^0.4.0-alpha.47",
1515
"react": "16.13.1",
1616
"react-native": "0.63.1",

Apps/PackageTest/0.64.0/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/PackageTest/0.64.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1313
},
1414
"dependencies": {
15-
"@babylonjs/core": "5.0.0",
15+
"@babylonjs/core": "5.2.0",
1616
"@babylonjs/react-native": "^0.4.0-alpha.47",
1717
"@babylonjs/react-native-windows": "^0.4.0-alpha.47",
1818
"react": "^17.0.1",

Apps/PackageTest/0.65.0/package-lock.json

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/PackageTest/0.65.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"windows": "react-native run-windows"
1212
},
1313
"dependencies": {
14-
"@babylonjs/core": "^5.0.0",
14+
"@babylonjs/core": "^5.2.0",
1515
"@babylonjs/react-native": "^1.0.1",
1616
"@babylonjs/react-native-iosandroid-0-65": "^1.0.1",
1717
"@babylonjs/react-native-windows-0-65": "^1.0.1",

Apps/Playground/0.64/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ DEPENDENCIES:
366366
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
367367
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
368368
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
369-
- "react-native-babylon (from `../../../../Modules/@babylonjs/react-native`)"
369+
- "react-native-babylon (from `../../../../Modules/@babylonjs/react-native-iosandroid`)"
370370
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
371371
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
372372
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
@@ -432,7 +432,7 @@ EXTERNAL SOURCES:
432432
React-jsinspector:
433433
:path: "../node_modules/react-native/ReactCommon/jsinspector"
434434
react-native-babylon:
435-
:path: "../../../../Modules/@babylonjs/react-native"
435+
:path: "../../../../Modules/@babylonjs/react-native-iosandroid"
436436
react-native-slider:
437437
:path: "../node_modules/@react-native-community/slider"
438438
React-perflogger:
@@ -469,7 +469,7 @@ SPEC CHECKSUMS:
469469
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
470470
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
471471
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
472-
FBReactNativeSpec: 4306a04f6bbd042a5f1fb7e885c366da7257689d
472+
FBReactNativeSpec: bac127a452d4bf9a618ecca4bb6137bf50a020e1
473473
Flipper: d3da1aa199aad94455ae725e9f3aa43f3ec17021
474474
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
475475
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
@@ -512,4 +512,4 @@ SPEC CHECKSUMS:
512512

513513
PODFILE CHECKSUM: 6b5a8feda09816950d2c787ef58c08eea3c22840
514514

515-
COCOAPODS: 1.10.1
515+
COCOAPODS: 1.11.2

Apps/Playground/0.64/package-lock.json

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/Playground/0.64/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"iosCmake": "node scripts/tools.js iosCMake"
1515
},
1616
"dependencies": {
17-
"@babylonjs/core": "5.0.0",
18-
"@babylonjs/loaders": "5.0.0",
17+
"@babylonjs/core": "5.2.0",
18+
"@babylonjs/loaders": "5.2.0",
1919
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
2020
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
2121
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",

0 commit comments

Comments
 (0)