Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 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.

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",
"@babylonjs/core": "5.2.0",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"react": "16.13.1",
"react-native": "0.63.1",
Expand Down
14 changes: 7 additions & 7 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.

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",
"@babylonjs/core": "5.2.0",
"@babylonjs/react-native": "^0.4.0-alpha.47",
"@babylonjs/react-native-windows": "^0.4.0-alpha.47",
"react": "^17.0.1",
Expand Down
15 changes: 7 additions & 8 deletions Apps/PackageTest/0.65.0/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/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.0.0",
"@babylonjs/core": "^5.2.0",
"@babylonjs/react-native": "^1.0.1",
"@babylonjs/react-native-iosandroid-0-65": "^1.0.1",
"@babylonjs/react-native-windows-0-65": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions Apps/Playground/0.64/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- "react-native-babylon (from `../../../../Modules/@babylonjs/react-native`)"
- "react-native-babylon (from `../../../../Modules/@babylonjs/react-native-iosandroid`)"
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
Expand Down Expand Up @@ -432,7 +432,7 @@ EXTERNAL SOURCES:
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
react-native-babylon:
:path: "../../../../Modules/@babylonjs/react-native"
:path: "../../../../Modules/@babylonjs/react-native-iosandroid"
react-native-slider:
:path: "../node_modules/@react-native-community/slider"
React-perflogger:
Expand Down Expand Up @@ -469,7 +469,7 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 7b423f9e248eae65987838148c36eec1dbfe0b53
FBReactNativeSpec: 4306a04f6bbd042a5f1fb7e885c366da7257689d
FBReactNativeSpec: bac127a452d4bf9a618ecca4bb6137bf50a020e1
Flipper: d3da1aa199aad94455ae725e9f3aa43f3ec17021
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
Expand Down Expand Up @@ -512,4 +512,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 6b5a8feda09816950d2c787ef58c08eea3c22840

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
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",
"@babylonjs/loaders": "5.0.0",
"@babylonjs/core": "5.2.0",
"@babylonjs/loaders": "5.2.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