find-cypress-specs 1.35.1 → 1.35.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
- # find-cypress-specs [![renovate-app badge][renovate-badge]][renovate-app] ![cypress version](https://img.shields.io/badge/cypress-12.17.1-brightgreen) [![ci](https://github.com/bahmutov/find-cypress-specs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/find-cypress-specs/actions/workflows/ci.yml)
1
+ # find-cypress-specs [![renovate-app badge][renovate-badge]][renovate-app] ![cypress version](https://img.shields.io/badge/cypress-13.3.0-brightgreen) [![ci](https://github.com/bahmutov/find-cypress-specs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/find-cypress-specs/actions/workflows/ci.yml)
2
2
 
3
3
  > Find Cypress spec files using the config settings
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "find-cypress-specs",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "Find Cypress spec files using the config settings",
5
5
  "main": "src",
6
6
  "files": [
@@ -52,12 +52,12 @@
52
52
  "homepage": "https://github.com/bahmutov/find-cypress-specs#readme",
53
53
  "devDependencies": {
54
54
  "ava": "^4.0.0",
55
- "cypress": "12.17.1",
55
+ "cypress": "13.3.0",
56
56
  "dependency-version-badge": "^1.11.0",
57
57
  "execa-wrap": "^1.4.0",
58
58
  "prettier": "^2.5.1",
59
59
  "really-need": "^1.9.2",
60
- "semantic-release": "21.0.7",
60
+ "semantic-release": "22.0.5",
61
61
  "sinon": "^13.0.1",
62
62
  "typescript": "^4.6.3"
63
63
  },