@bahmutov/cy-grep 1.4.0 → 1.4.1

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 +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @bahmutov/cy-grep ![cypress version](https://img.shields.io/badge/cypress-12.4.0-brightgreen)
1
+ # @bahmutov/cy-grep ![cypress version](https://img.shields.io/badge/cypress-12.4.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.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Filter Cypress tests using title or tags",
5
5
  "main": "src/support.js",
6
6
  "scripts": {
@@ -12,15 +12,15 @@
12
12
  "dependencies": {
13
13
  "cypress-plugin-config": "^1.2.0",
14
14
  "debug": "^4.3.2",
15
- "find-test-names": "1.25.0",
15
+ "find-test-names": "1.25.1",
16
16
  "globby": "^11.0.4"
17
17
  },
18
18
  "devDependencies": {
19
- "cypress": "12.4.0",
19
+ "cypress": "12.4.1",
20
20
  "cypress-each": "^1.11.0",
21
21
  "cypress-expect": "^3.1.0",
22
22
  "prettier": "^2.8.1",
23
- "semantic-release": "^20.0.4",
23
+ "semantic-release": "^20.1.0",
24
24
  "typescript": "^4.7.4"
25
25
  },
26
26
  "peerDependencies": {