Skip to content

Commit 4924117

Browse files
authored
Update to Babylon.js 4.2.0 (#113)
1 parent a8cf342 commit 4924117

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Apps/PackageTest/package-lock.json

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

Apps/PackageTest/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": "^4.2.0-rc.2",
13+
"@babylonjs/core": "^4.2.0",
1414
"@babylonjs/react-native": "file:../../Package/Assembled/babylonjs-react-native-0.0.1.tgz",
1515
"react": "16.13.1",
1616
"react-native": "0.63.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
@@ -10,8 +10,8 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13-
"@babylonjs/core": "^4.2.0-rc.2",
14-
"@babylonjs/loaders": "^4.2.0-rc.2",
13+
"@babylonjs/core": "^4.2.0",
14+
"@babylonjs/loaders": "^4.2.0",
1515
"@babylonjs/react-native": "file:../../Modules/@babylonjs/react-native",
1616
"@react-native-community/slider": "^2.0.9",
1717
"logkitty": "^0.7.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"base-64": "^0.1.0"
2828
},
2929
"peerDependencies": {
30-
"@babylonjs/core": "^4.2.0-rc.2",
30+
"@babylonjs/core": "^4.2.0",
3131
"react": "^16.13.1",
3232
"react-native": "^0.63.1",
3333
"react-native-permissions": "^2.1.4"

0 commit comments

Comments
 (0)