Skip to content

Commit 012adf2

Browse files
authored
Merge pull request #282 from javierbrea/release
Release v1.4.2
2 parents 02c6fcd + 9626a60 commit 012adf2

File tree

8 files changed

+981
-41659
lines changed

8 files changed

+981
-41659
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Removed
1212
### BREAKING CHANGES
1313

14+
## [1.4.2] - 2021-03-31
15+
16+
### Changed
17+
- chore(deps): Update devDependencies
18+
1419
## [1.4.1] - 2021-02-24
1520

1621
### Changed

package-lock.json

Lines changed: 737 additions & 13624 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-localstorage-commands",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",
@@ -45,18 +45,18 @@
4545
"cypress": "^2.1.0 || 3.x || 4.x || 5.x || 6.x"
4646
},
4747
"devDependencies": {
48-
"@stryker-mutator/core": "4.4.1",
49-
"@stryker-mutator/jest-runner": "4.4.1",
48+
"@stryker-mutator/core": "4.5.1",
49+
"@stryker-mutator/jest-runner": "4.5.1",
5050
"babel-eslint": "10.1.0",
51-
"eslint": "7.20.0",
51+
"eslint": "7.23.0",
5252
"eslint-config-prettier": "8.1.0",
5353
"eslint-plugin-prettier": "3.3.1",
54-
"eslint-plugin-react": "7.22.0",
54+
"eslint-plugin-react": "7.23.1",
5555
"husky": "4.3.8",
5656
"jest": "26.6.3",
5757
"lint-staged": "10.5.4",
5858
"prettier": "2.2.1",
59-
"sinon": "9.2.4"
59+
"sinon": "10.0.0"
6060
},
6161
"lint-staged": {
6262
"*.js": "eslint",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=javierbrea
22
sonar.projectKey=cypress-localstorage-commands
3-
sonar.projectVersion=1.4.1
3+
sonar.projectVersion=1.4.2
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)