Skip to content

Commit

Permalink
Update Babylon Native to latest and Babylon.js to 5.0.0 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghgary authored Mar 31, 2022
1 parent 1d103a7 commit 92115b1
Show file tree
Hide file tree
Showing 10 changed files with 4,347 additions and 16,861 deletions.
2 changes: 1 addition & 1 deletion Apps/PackageTest/0.63.1/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": "5.0.0-rc.12",
"@babylonjs/core": "5.0.0",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"react": "16.13.1",
"react-native": "0.63.1",
Expand Down
2 changes: 1 addition & 1 deletion Apps/PackageTest/0.64.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babylonjs/core": "5.0.0-rc.12",
"@babylonjs/core": "5.0.0",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"@babylonjs/react-native-windows": "^0.4.0-alpha.47",
"react": "^17.0.1",
Expand Down
60 changes: 30 additions & 30 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-rc.12",
"@babylonjs/loaders": "5.0.0-rc.12",
"@babylonjs/core": "5.0.0",
"@babylonjs/loaders": "5.0.0",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
Expand Down
60 changes: 30 additions & 30 deletions Apps/Playground/0.65/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.65/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-rc.12",
"@babylonjs/loaders": "5.0.0-rc.12",
"@babylonjs/core": "5.0.0",
"@babylonjs/loaders": "5.0.0",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
Expand Down
4 changes: 2 additions & 2 deletions Modules/@babylonjs/react-native-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"@babylonjs/core": "^5.0.0-rc.12",
"@babylonjs/core": "^5.0.0",
"@babylonjs/react-native": "version",
"react": "^17.0.1",
"react-native": "^0.64.0",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@babylonjs/core": "5.0.0-rc.12",
"@babylonjs/core": "5.0.0",
"@rnw-scripts/eslint-config": "0.1.6",
"@rnw-scripts/ts-config": "0.1.0",
"@types/base-64": "^0.1.3",
Expand Down
Loading

0 comments on commit 92115b1

Please sign in to comment.