@backstage/create-app 0.0.0-nightly-20220601025619 → 0.0.0-nightly-20220602024936
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/create-app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220602024936
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -101,6 +101,13 @@
|
|
|
101
101
|
};
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
+
- aaf7652084: Bump version of `cypress` in newly scaffolded Backstage Applications. To apply this change to your own instance, please make the following change to `packages/app/package.json` under `devDependencies`.
|
|
105
|
+
|
|
106
|
+
```diff
|
|
107
|
+
- "cypress": "^7.3.0",
|
|
108
|
+
+ "cypress": "^9.7.0",
|
|
109
|
+
```
|
|
110
|
+
|
|
104
111
|
## 0.4.28-next.1
|
|
105
112
|
|
|
106
113
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/node": "^14.14.32",
|
|
51
51
|
"@types/react-dom": "*",
|
|
52
52
|
"cross-env": "^7.0.0",
|
|
53
|
-
"cypress": "^7.
|
|
53
|
+
"cypress": "^9.7.0",
|
|
54
54
|
"eslint-plugin-cypress": "^2.10.3",
|
|
55
55
|
"start-server-and-test": "^1.10.11"
|
|
56
56
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"test:e2e": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:dev",
|
|
64
64
|
"test:e2e:ci": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:run",
|
|
65
65
|
"cy:dev": "cypress open",
|
|
66
|
-
"cy:run": "cypress run"
|
|
66
|
+
"cy:run": "cypress run --browser chrome"
|
|
67
67
|
},
|
|
68
68
|
"browserslist": {
|
|
69
69
|
"production": [
|