@nrwl/expo 15.1.0 → 15.2.0-beta.0
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/CHANGELOG.md +1 -1
- package/README.md +0 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [15.
|
|
6
|
+
# [15.2.0-beta.0](https://github.com/nrwl/nx/compare/15.1.0...15.2.0-beta.0) (2022-11-17)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/expo
|
package/README.md
CHANGED
|
@@ -57,7 +57,6 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
|
|
|
57
57
|
express [a workspace with a single Express application]
|
|
58
58
|
web components [a workspace with a single app built using web components]
|
|
59
59
|
react-native [a workspace with a single React Native application]
|
|
60
|
-
react-express [a workspace with a full stack application (React + Express)]
|
|
61
60
|
```
|
|
62
61
|
|
|
63
62
|
Select the preset that works best for you
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/expo",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.2.0-beta.0",
|
|
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": [
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"types": "index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nrwl/detox": "15.
|
|
30
|
-
"@nrwl/devkit": "15.
|
|
31
|
-
"@nrwl/jest": "15.
|
|
32
|
-
"@nrwl/linter": "15.
|
|
33
|
-
"@nrwl/react": "15.
|
|
34
|
-
"@nrwl/webpack": "15.
|
|
35
|
-
"@nrwl/workspace": "15.
|
|
29
|
+
"@nrwl/detox": "15.2.0-beta.0",
|
|
30
|
+
"@nrwl/devkit": "15.2.0-beta.0",
|
|
31
|
+
"@nrwl/jest": "15.2.0-beta.0",
|
|
32
|
+
"@nrwl/linter": "15.2.0-beta.0",
|
|
33
|
+
"@nrwl/react": "15.2.0-beta.0",
|
|
34
|
+
"@nrwl/webpack": "15.2.0-beta.0",
|
|
35
|
+
"@nrwl/workspace": "15.2.0-beta.0",
|
|
36
36
|
"@svgr/webpack": "^6.1.2",
|
|
37
37
|
"chalk": "^4.1.0",
|
|
38
38
|
"enhanced-resolve": "^5.8.3",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "b084dddff06a717f6dea817bb984e49c1eb61f55"
|
|
59
59
|
}
|