Skip to content

Commit

Permalink
up bjs version (#594)
Browse files Browse the repository at this point in the history
* up bjs version

* isdisposed public
  • Loading branch information
CedricGuillemet authored Aug 4, 2023
1 parent 6b809ca commit 59111f4
Show file tree
Hide file tree
Showing 16 changed files with 36,894 additions and 26,775 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.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/react-native": "^1.4.1",
"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.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/react-native": "^1.4.1",
"@babylonjs/react-native-iosandroid-0-64": "^1.4.1",
"@babylonjs/react-native-windows-0-64": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion Apps/PackageTest/0.65.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@babylonjs/core": "5.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/react-native": "^1.4.1",
"@babylonjs/react-native-iosandroid-0-65": "^1.4.1",
"@babylonjs/react-native-windows-0-65": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion Apps/PackageTest/0.69.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@babylonjs/core": "5.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/react-native": "^1.4.1",
"@babylonjs/react-native-iosandroid-0-69": "^1.4.1",
"@babylonjs/react-native-windows-0-69": "^1.4.1",
Expand Down
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.42.2",
"@babylonjs/loaders": "5.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/loaders": "6.14.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 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.42.2",
"@babylonjs/loaders": "5.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/loaders": "6.14.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 Apps/Playground/0.69/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@babylonjs/core": "^5.42.2",
"@babylonjs/loaders": "5.42.2",
"@babylonjs/core": "^6.14.0",
"@babylonjs/loaders": "6.14.0",
"@babylonjs/playground-shared": "file:../playground-shared",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
Expand Down
83 changes: 32 additions & 51 deletions Apps/Playground/0.70/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.70/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@babylonjs/core": "5.42.2",
"@babylonjs/loaders": "5.42.2",
"@babylonjs/core": "6.14.0",
"@babylonjs/loaders": "6.14.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
Loading

0 comments on commit 59111f4

Please sign in to comment.