Skip to content

Commit 898fa35

Browse files
authored
Update to latest BabylonNative with 5.0.0-alpha.57 (#297)
1 parent a470e78 commit 898fa35

File tree

12 files changed

+4369
-30
lines changed

12 files changed

+4369
-30
lines changed

Apps/PackageTest/0.63.1/package-lock.json

+3-3
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-alpha.50",
13+
"@babylonjs/core": "5.0.0-alpha.57",
1414
"@babylonjs/react-native": "^0.4.0-alpha.33",
1515
"react": "16.13.1",
1616
"react-native": "0.63.1",

Apps/PackageTest/0.64.0/package-lock.json

+3-3
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-alpha.50",
15+
"@babylonjs/core": "5.0.0-alpha.57",
1616
"@babylonjs/react-native": "^0.4.0-alpha.33",
1717
"@babylonjs/react-native-windows": "0.4.0-alpha.33",
1818
"react": "^17.0.1",

Apps/Playground/package-lock.json

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

Apps/Playground/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-alpha.50",
18-
"@babylonjs/loaders": "^5.0.0-alpha.50",
17+
"@babylonjs/core": "5.0.0-alpha.57",
18+
"@babylonjs/loaders": "5.0.0-alpha.57",
1919
"@babylonjs/react-native": "file:../../Modules/@babylonjs/react-native",
2020
"@babylonjs/react-native-windows": "file:../../Modules/@babylonjs/react-native-windows",
2121
"@react-native-community/slider": "4.0.0-rc.3",

0 commit comments

Comments
 (0)