Skip to content

Commit

Permalink
[workspaces] fix some dependencies not being symlinked
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored and cruzach committed Oct 3, 2019
1 parent da1e512 commit a3f25aa
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/bare-expo/package.json
Expand Up @@ -43,7 +43,7 @@
"react-native-gesture-handler": "~1.3.0",
"react-native-reanimated": "~1.1.0",
"react-native-safe-area-context": "0.3.6",
"react-native-unimodules": "~0.6.0",
"react-native-unimodules": "~0.7.0-rc.1",
"react-native-web": "^0.11.4",
"react-navigation": "4.1.0-alpha.0",
"test-suite": "*"
Expand Down
2 changes: 1 addition & 1 deletion apps/expo-payments/package.json
Expand Up @@ -17,7 +17,7 @@
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "0.59.8",
"react-native-unimodules": "~0.6.0",
"react-native-unimodules": "~0.7.0-rc.1",
"react-native-web": "^0.11.4",
"regenerator-runtime": "^0.13.2"
},
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Expand Up @@ -1274,7 +1274,7 @@ PODS:
- UMFontInterface (4.0.0)
- UMImageLoaderInterface (4.0.0)
- UMPermissionsInterface (4.0.0)
- UMReactNativeAdapter (4.0.0):
- UMReactNativeAdapter (5.0.0-rc.0):
- React
- UMCore
- UMFontInterface
Expand Down Expand Up @@ -2517,7 +2517,7 @@ SPEC CHECKSUMS:
UMFontInterface: 2d3c128285086bbed3d2a650f1d698323ef3b25a
UMImageLoaderInterface: 2829a7571a12d2e754c73c55ffe7e327d8402c7d
UMPermissionsInterface: b6a6e96db0f4011a25aaca14e6022529dd3d6e4e
UMReactNativeAdapter: 93c2f520a1cdb6ef3058a7b6a95275a804e0923b
UMReactNativeAdapter: 73625f2e528296fff63a24308821f58f0becc345
UMSensorsInterface: cf59dd7602764a2419e00167429be3e4be39c61d
UMTaskManagerInterface: 1e70fe58b872355f0ecb44fb81bb1a16484047f0
yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64
Expand Down
4 changes: 2 additions & 2 deletions ios/Pods/.project_cache/installation_cache.yaml

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

2 changes: 1 addition & 1 deletion ios/Pods/Local Podspecs/UMReactNativeAdapter.podspec.json

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

4 changes: 2 additions & 2 deletions ios/Pods/Manifest.lock

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

4 changes: 2 additions & 2 deletions packages/@unimodules/react-native-adapter/package.json
@@ -1,6 +1,6 @@
{
"name": "@unimodules/react-native-adapter",
"version": "4.0.0",
"version": "5.0.0-rc.0",
"description": "The adapter to use universal modules with the React Native bridge",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -53,4 +53,4 @@
"expo-module-scripts": "~1.1.1"
},
"gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
}
}
4 changes: 2 additions & 2 deletions packages/expo/package.json
Expand Up @@ -56,7 +56,7 @@
"@types/qs": "^6.5.1",
"@types/uuid-js": "^0.7.1",
"@unimodules/core": "~4.0.0",
"@unimodules/react-native-adapter": "~4.0.0",
"@unimodules/react-native-adapter": "~5.0.0-rc.0",
"babel-preset-expo": "~7.0.0",
"cross-spawn": "^6.0.5",
"expo-app-loader-provider": "~7.0.0",
Expand Down Expand Up @@ -104,4 +104,4 @@
"react-native": "0.59.8"
},
"gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
}
}

0 comments on commit a3f25aa

Please sign in to comment.