Skip to content

Commit

Permalink
Merge pull request #284 from javierbrea/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
javierbrea committed Apr 4, 2023
2 parents 966f60a + 508ecc7 commit b559652
Show file tree
Hide file tree
Showing 18 changed files with 4,040 additions and 3,777 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [7.0.1] - 2023-04-04

### Changed
- chore(deps): Update devDependencies

## [7.0.0] - 2022-12-08

### Added
Expand Down
4,045 changes: 2,007 additions & 2,038 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-fail-fast",
"version": "7.0.0",
"version": "7.0.1",
"description": "Skip the rest of Cypress tests on first failure",
"keywords": [
"cypress",
Expand Down Expand Up @@ -47,21 +47,21 @@
"chalk": "4.1.2"
},
"devDependencies": {
"@stryker-mutator/core": "6.3.0",
"@stryker-mutator/jest-runner": "6.3.0",
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",
"cypress": "12.0.1",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"cypress": "12.9.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"husky": "8.0.2",
"eslint-plugin-react": "7.32.2",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jest": "29.3.1",
"lint-staged": "13.1.0",
"prettier": "2.8.0",
"sinon": "15.0.0",
"jest": "29.5.0",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"sinon": "15.0.3",
"typescript": "4.9.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=javierbrea_cypress-fail-fast
sonar.projectVersion=7.0.0
sonar.projectVersion=7.0.1

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit b559652

Please sign in to comment.