Skip to content

Commit 392cde5

Browse files
authored
Update to the latest Babylon.js which has the required DeviceSourceManager changes to support native (#12)
1 parent 7465c0f commit 392cde5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.16",
13+
"@babylonjs/core": "4.2.0-alpha.17",
1414
"@react-native-community/slider": "^2.0.9",
1515
"react": "16.9.0",
1616
"react-native": "0.62.1",

Apps/Playground/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,10 @@
690690
lodash "^4.17.13"
691691
to-fast-properties "^2.0.0"
692692

693-
"@babylonjs/[email protected].16":
694-
version "4.2.0-alpha.16"
695-
resolved "https://registry.yarnpkg.com/@babylonjs/core/-/core-4.2.0-alpha.16.tgz#a0ec92f647d8e52aacedb605bfcdaa9dc71152ea"
696-
integrity sha512-I6WP+u5U99ZtygKanO6wxon0KpYD3qV63oTQx8ZyqlCrQte/F9viB4xyOvb5rSWlZvMeGgcsUV66kJ+9upPihA==
693+
"@babylonjs/[email protected].17":
694+
version "4.2.0-alpha.17"
695+
resolved "https://registry.yarnpkg.com/@babylonjs/core/-/core-4.2.0-alpha.17.tgz#0ce4202e586a15dc46b30f3fe50c28703ef00f31"
696+
integrity sha512-0HAosOiAlJlBZaeH8Z6Z21R+vDGSp5boQxyDN9Y5g6l4kXRITvPfU9Zd/jfy8vKpTmkGNBbb5q4R9H55ZufkzA==
697697
dependencies:
698698
tslib "^1.10.0"
699699

0 commit comments

Comments
 (0)