@bahmutov/cy-grep 1.9.3 → 1.9.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bahmutov/cy-grep",
|
3
|
-
"version": "1.9.
|
3
|
+
"version": "1.9.5",
|
4
4
|
"description": "Filter Cypress tests using title or tags",
|
5
5
|
"main": "src/support.js",
|
6
6
|
"scripts": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"cypress-plugin-config": "^1.2.0",
|
16
16
|
"debug": "^4.3.2",
|
17
17
|
"find-cypress-specs": "^1.29.4",
|
18
|
-
"find-test-names": "1.28.
|
18
|
+
"find-test-names": "1.28.8"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"cypress": "12.8.1",
|