@nx/expo 17.1.0-beta.4 → 17.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/expo",
3
- "version": "17.1.0-beta.4",
3
+ "version": "17.1.1",
4
4
  "private": false,
5
5
  "description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
6
6
  "keywords": [
@@ -34,14 +34,14 @@
34
34
  "tslib": "^2.3.0",
35
35
  "tsconfig-paths": "^4.1.2",
36
36
  "tsconfig-paths-webpack-plugin": "^4.0.0",
37
- "@nx/detox": "17.1.0-beta.4",
38
- "@nx/devkit": "17.1.0-beta.4",
39
- "@nx/jest": "17.1.0-beta.4",
40
- "@nx/js": "17.1.0-beta.4",
41
- "@nx/eslint": "17.1.0-beta.4",
42
- "@nx/react": "17.1.0-beta.4",
43
- "@nx/webpack": "17.1.0-beta.4",
44
- "@nrwl/expo": "17.1.0-beta.4"
37
+ "@nx/detox": "17.1.1",
38
+ "@nx/devkit": "17.1.1",
39
+ "@nx/jest": "17.1.1",
40
+ "@nx/js": "17.1.1",
41
+ "@nx/eslint": "17.1.1",
42
+ "@nx/react": "17.1.1",
43
+ "@nx/webpack": "17.1.1",
44
+ "@nrwl/expo": "17.1.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "expo": ">= 49.0.0",
@@ -472,7 +472,7 @@ export const App = () => {
472
472
  @nx/expo:component \
473
473
  </Text>
474
474
  <Text style={[styles.textXS, styles.monospace]}>
475
- button --project ui
475
+ ui/src/lib/button
476
476
  </Text>
477
477
  </View>
478
478
  <View style={styles.listItem}>