Skip to content

Commit

Permalink
Update Babylon Native and Babylon.js to rc.1 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghgary authored Mar 8, 2022
1 parent a20e39e commit b6519b7
Show file tree
Hide file tree
Showing 14 changed files with 38,838 additions and 6,504 deletions.
32 changes: 16 additions & 16 deletions Apps/PackageTest/0.63.1/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/PackageTest/0.63.1/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": "5.0.0-alpha.65",
"@babylonjs/react-native": "^0.4.0-alpha.41",
"@babylonjs/core": "5.0.0-rc.1",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"react": "16.13.1",
"react-native": "0.63.1",
"react-native-permissions": "^2.1.5"
Expand Down
48 changes: 24 additions & 24 deletions Apps/PackageTest/0.64.0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Apps/PackageTest/0.64.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babylonjs/core": "5.0.0-alpha.65",
"@babylonjs/react-native": "^0.4.0-alpha.41",
"@babylonjs/react-native-windows": "^0.4.0-alpha.41",
"@babylonjs/core": "5.0.0-rc.1",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"@babylonjs/react-native-windows": "^0.4.0-alpha.47",
"react": "^17.0.1",
"react-native": "^0.64.0",
"react-native-permissions": "^3.0.0",
Expand Down
58 changes: 30 additions & 28 deletions Apps/Playground/0.64/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/0.64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"iosCmake": "node scripts/tools.js iosCMake"
},
"dependencies": {
"@babylonjs/core": "5.0.0-alpha.65",
"@babylonjs/loaders": "5.0.0-alpha.65",
"@babylonjs/core": "5.0.0-rc.1",
"@babylonjs/loaders": "5.0.0-rc.1",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
"@babylonjs/playground-shared": "file:../playground-shared",
Expand Down
Loading

0 comments on commit b6519b7

Please sign in to comment.