@bahmutov/cy-grep 1.7.0 → 1.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @bahmutov/cy-grep ![cypress version](https://img.shields.io/badge/cypress-12.7.0-brightgreen)
1
+ # @bahmutov/cy-grep ![cypress version](https://img.shields.io/badge/cypress-12.8.1-brightgreen)
2
2
 
3
3
  > Filter tests using substring or tag
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmutov/cy-grep",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Filter Cypress tests using title or tags",
5
5
  "main": "src/support.js",
6
6
  "scripts": {
@@ -14,11 +14,11 @@
14
14
  "cypress-plugin-config": "^1.2.0",
15
15
  "debug": "^4.3.2",
16
16
  "find-cypress-specs": "^1.29.4",
17
- "find-test-names": "1.28.1",
17
+ "find-test-names": "1.28.3",
18
18
  "globby": "^11.0.4"
19
19
  },
20
20
  "devDependencies": {
21
- "cypress": "12.7.0",
21
+ "cypress": "12.8.1",
22
22
  "cypress-each": "^1.11.0",
23
23
  "cypress-expect": "^3.1.0",
24
24
  "prettier": "^2.8.1",