Skip to content

Commit

Permalink
Update to Babylon.js 4.2.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantrem authored Nov 12, 2020
1 parent a8cf342 commit 4924117
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions Apps/PackageTest/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/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": "^4.2.0-rc.2",
"@babylonjs/core": "^4.2.0",
"@babylonjs/react-native": "file:../../Package/Assembled/babylonjs-react-native-0.0.1.tgz",
"react": "16.13.1",
"react-native": "0.63.1",
Expand Down
22 changes: 11 additions & 11 deletions Apps/Playground/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babylonjs/core": "^4.2.0-rc.2",
"@babylonjs/loaders": "^4.2.0-rc.2",
"@babylonjs/core": "^4.2.0",
"@babylonjs/loaders": "^4.2.0",
"@babylonjs/react-native": "file:../../Modules/@babylonjs/react-native",
"@react-native-community/slider": "^2.0.9",
"logkitty": "^0.7.1",
Expand Down
2 changes: 1 addition & 1 deletion Modules/@babylonjs/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"base-64": "^0.1.0"
},
"peerDependencies": {
"@babylonjs/core": "^4.2.0-rc.2",
"@babylonjs/core": "^4.2.0",
"react": "^16.13.1",
"react-native": "^0.63.1",
"react-native-permissions": "^2.1.4"
Expand Down

0 comments on commit 4924117

Please sign in to comment.