Skip to content

Commit

Permalink
Bugfix/android morph target (#409)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SergioRZMasson authored May 20, 2022
1 parent 1fbf4f4 commit b9d382f
Show file tree
Hide file tree
Showing 15 changed files with 103 additions and 106 deletions.
14 changes: 7 additions & 7 deletions Apps/PackageTest/0.63.1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/PackageTest/0.63.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babylonjs/core": "5.2.0",
"@babylonjs/core": "5.6.1",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"react": "16.13.1",
"react-native": "0.63.1",
Expand Down
2 changes: 1 addition & 1 deletion Apps/PackageTest/0.64.0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/PackageTest/0.64.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babylonjs/core": "5.2.0",
"@babylonjs/core": "5.6.1",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"@babylonjs/react-native-windows": "^0.4.0-alpha.47",
"react": "^17.0.1",
Expand Down
14 changes: 7 additions & 7 deletions Apps/PackageTest/0.65.0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/PackageTest/0.65.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@babylonjs/core": "^5.2.0",
"@babylonjs/core": "^5.6.1",
"@babylonjs/react-native": "^1.0.1",
"@babylonjs/react-native-iosandroid-0-65": "^1.0.1",
"@babylonjs/react-native-windows-0-65": "^1.0.1",
Expand Down
60 changes: 30 additions & 30 deletions Apps/Playground/0.64/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Apps/Playground/0.64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"iosCmake": "node scripts/tools.js iosCMake"
},
"dependencies": {
"@babylonjs/core": "5.2.0",
"@babylonjs/loaders": "5.2.0",
"@babylonjs/core": "5.6.1",
"@babylonjs/loaders": "5.6.1",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
Expand Down
Loading

0 comments on commit b9d382f

Please sign in to comment.