Skip to content

Commit b9d382f

Browse files
Bugfix/android morph target (#409)
Update Babylon Native and babylon.js references to bring the fix for morph targets on Android. This change modifies the PROTOCOL_VERSION and packages generated from it will require babylon.js 5.6.1 or higher.
1 parent 1fbf4f4 commit b9d382f

File tree

15 files changed

+103
-106
lines changed

15 files changed

+103
-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.2.0",
13+
"@babylonjs/core": "5.6.1",
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

+1-1
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.2.0",
15+
"@babylonjs/core": "5.6.1",
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-7
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.2.0",
14+
"@babylonjs/core": "^5.6.1",
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/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.2.0",
18-
"@babylonjs/loaders": "5.2.0",
17+
"@babylonjs/core": "5.6.1",
18+
"@babylonjs/loaders": "5.6.1",
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)