@bahmutov/cy-grep 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmutov/cy-grep",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Filter Cypress tests using title or tags",
5
5
  "main": "src/support.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
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.21",
19
+ "find-test-names": "1.28.22",
20
20
  "globby": "^11.1.0"
21
21
  },
22
22
  "devDependencies": {