Skip to content

Commit e671b2c

Browse files
authored
Update to latest babylon native and js (#64)
* Update to latest babylon native * Update Babylon.js to latest
1 parent 080125c commit e671b2c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Apps/PackageTest/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/PackageTest/package.json

Lines changed: 1 addition & 1 deletion
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": "^4.2.0-alpha.21",
13+
"@babylonjs/core": "4.2.0-alpha.30",
1414
"@babylonjs/react-native": "file:../../Package/Assembled/babylonjs-react-native-0.0.1.tgz",
1515
"react": "16.13.1",
1616
"react-native": "0.63.0",

Apps/Playground/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/Playground/package.json

Lines changed: 1 addition & 1 deletion
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": "4.2.0-alpha.26",
13+
"@babylonjs/core": "4.2.0-alpha.30",
1414
"@babylonjs/react-native": "file:../../Modules/@babylonjs/react-native",
1515
"@react-native-community/slider": "^2.0.9",
1616
"logkitty": "^0.7.1",

Modules/@babylonjs/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"licenseFilename": "LICENSE",
2525
"readmeFilename": "README.md",
2626
"peerDependencies": {
27-
"@babylonjs/core": "^4.2.0-alpha.26",
27+
"@babylonjs/core": "^4.2.0-alpha.30",
2828
"react": "^16.8.1",
2929
"react-native": ">=0.60.0-rc.0 <1.0.x",
3030
"react-native-permissions": "^2.1.4"

0 commit comments

Comments
 (0)