@bahmutov/cy-grep 1.11.4 → 1.11.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bahmutov/cy-grep",
|
3
|
-
"version": "1.11.
|
3
|
+
"version": "1.11.6",
|
4
4
|
"description": "Filter Cypress tests using title or tags",
|
5
5
|
"main": "src/support.js",
|
6
6
|
"scripts": {
|
@@ -16,15 +16,15 @@
|
|
16
16
|
"cypress-plugin-config": "^1.2.0",
|
17
17
|
"debug": "^4.3.2",
|
18
18
|
"find-cypress-specs": "^1.35.1",
|
19
|
-
"find-test-names": "1.28.
|
19
|
+
"find-test-names": "1.28.30",
|
20
20
|
"globby": "^11.1.0"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"cypress": "13.
|
23
|
+
"cypress": "13.15.0",
|
24
24
|
"cypress-each": "^1.11.0",
|
25
25
|
"cypress-expect": "^3.1.0",
|
26
26
|
"prettier": "^3.0.0",
|
27
|
-
"semantic-release": "^24.1.
|
27
|
+
"semantic-release": "^24.1.2",
|
28
28
|
"stop-only": "^3.3.1",
|
29
29
|
"typescript": "^5.0.0"
|
30
30
|
},
|