Skip to content

Commit 41c84d4

Browse files
authored
Merge pull request #555 from javierbrea/release
Release v2.2.3
2 parents f3e367e + 0e42bd8 commit 41c84d4

File tree

16 files changed

+4908
-5225
lines changed

16 files changed

+4908
-5225
lines changed

CHANGELOG.md

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

13+
## [2.2.3] - 2023-04-03
14+
15+
### Changed
16+
- chore(deps): Update devDependencies
17+
1318
## [2.2.2] - 2022-12-07
1419

1520
### Added

package-lock.json

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-localstorage-commands",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",
@@ -61,25 +61,25 @@
6161
"cypress": ">=2.1.0"
6262
},
6363
"devDependencies": {
64-
"@babel/eslint-parser": "7.19.1",
64+
"@babel/eslint-parser": "7.21.3",
6565
"@babel/preset-react": "7.18.6",
66-
"@stryker-mutator/core": "6.3.0",
67-
"@stryker-mutator/jest-runner": "6.3.0",
68-
"cypress": "12.0.1",
69-
"eslint": "8.29.0",
70-
"eslint-config-prettier": "8.5.0",
71-
"eslint-plugin-jest": "27.1.6",
66+
"@stryker-mutator/core": "6.4.2",
67+
"@stryker-mutator/jest-runner": "6.4.2",
68+
"cypress": "12.9.0",
69+
"eslint": "8.37.0",
70+
"eslint-config-prettier": "8.8.0",
71+
"eslint-plugin-jest": "27.2.1",
7272
"eslint-plugin-mocha": "10.1.0",
7373
"eslint-plugin-no-only-tests": "3.1.0",
7474
"eslint-plugin-prettier": "4.2.1",
75-
"eslint-plugin-react": "7.31.11",
76-
"husky": "8.0.2",
75+
"eslint-plugin-react": "7.32.2",
76+
"husky": "8.0.3",
7777
"is-ci": "3.0.1",
78-
"jest": "29.3.1",
79-
"lint-staged": "13.1.0",
80-
"prettier": "2.8.0",
81-
"sinon": "15.0.0",
82-
"typescript": "4.9.3"
78+
"jest": "29.5.0",
79+
"lint-staged": "13.2.0",
80+
"prettier": "2.8.7",
81+
"sinon": "15.0.3",
82+
"typescript": "5.0.3"
8383
},
8484
"lint-staged": {
8585
"*.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=javierbrea_cypress-localstorage-commands
3-
sonar.projectVersion=2.2.2
3+
sonar.projectVersion=2.2.3
44

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

0 commit comments

Comments
 (0)