Skip to content

Commit 272dd58

Browse files
authored
Update BJS to 5.0.0-rc.4 and BN to fix input issue related to onDeviceConnected (#360)
1 parent b6519b7 commit 272dd58

File tree

12 files changed

+131
-148
lines changed

12 files changed

+131
-148
lines changed

Apps/PackageTest/0.63.1/package-lock.json

Lines changed: 7 additions & 7 deletions
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

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": "5.0.0-rc.1",
13+
"@babylonjs/core": "5.0.0-rc.4",
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

Lines changed: 7 additions & 7 deletions
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

Lines changed: 1 addition & 1 deletion
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-rc.1",
15+
"@babylonjs/core": "5.0.0-rc.4",
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/Playground/0.64/package-lock.json

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

Apps/Playground/0.64/package.json

Lines changed: 2 additions & 2 deletions
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-rc.1",
18-
"@babylonjs/loaders": "5.0.0-rc.1",
17+
"@babylonjs/core": "5.0.0-rc.4",
18+
"@babylonjs/loaders": "5.0.0-rc.4",
1919
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
2020
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
2121
"@babylonjs/playground-shared": "file:../playground-shared",

0 commit comments

Comments
 (0)