@nrwl/cypress 14.7.6 → 14.7.8
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 +1 -1
- package/package.json +5 -5
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
|
-
## [14.7.
|
|
6
|
+
## [14.7.8](https://github.com/nrwl/nx/compare/14.7.7...14.7.8) (2022-09-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/cypress
|
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ npx add-nx-to-monorepo@latest
|
|
|
75
75
|
A few links to help you get started:
|
|
76
76
|
|
|
77
77
|
- [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
|
|
78
|
-
- [Tutorial: Adding Nx to an Existing Monorepo](
|
|
78
|
+
- [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
|
|
79
79
|
- [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
|
|
80
80
|
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
|
81
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/cypress",
|
|
3
|
-
"version": "14.7.
|
|
3
|
+
"version": "14.7.8",
|
|
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": "14.7.
|
|
41
|
-
"@nrwl/linter": "14.7.
|
|
42
|
-
"@nrwl/workspace": "14.7.
|
|
40
|
+
"@nrwl/devkit": "14.7.8",
|
|
41
|
+
"@nrwl/linter": "14.7.8",
|
|
42
|
+
"@nrwl/workspace": "14.7.8",
|
|
43
43
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
44
44
|
"babel-loader": "^8.0.2",
|
|
45
45
|
"chalk": "4.1.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "2c1d70ff318aecaa9c38c85b9f6729b489396878"
|
|
66
66
|
}
|