@nrwl/cypress 15.1.1 → 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 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.1.1](https://github.com/nrwl/nx/compare/15.1.0...15.1.1) (2022-11-16)
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/cypress
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/cypress",
3
- "version": "15.1.1",
3
+ "version": "15.2.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
6
6
  "repository": {
@@ -37,9 +37,9 @@
37
37
  "@babel/core": "^7.0.1",
38
38
  "@babel/preset-env": "^7.0.0",
39
39
  "@cypress/webpack-preprocessor": "^5.12.0",
40
- "@nrwl/devkit": "15.1.1",
41
- "@nrwl/linter": "15.1.1",
42
- "@nrwl/workspace": "15.1.1",
40
+ "@nrwl/devkit": "15.2.0-beta.0",
41
+ "@nrwl/linter": "15.2.0-beta.0",
42
+ "@nrwl/workspace": "15.2.0-beta.0",
43
43
  "@phenomnomnominal/tsquery": "4.1.1",
44
44
  "babel-loader": "^8.0.2",
45
45
  "chalk": "4.1.0",
@@ -64,5 +64,5 @@
64
64
  "access": "public"
65
65
  },
66
66
  "types": "./index.d.ts",
67
- "gitHead": "bba79b4997105c100b7b65cbf66c9714ef9b5b0d"
67
+ "gitHead": "b084dddff06a717f6dea817bb984e49c1eb61f55"
68
68
  }