Skip to content

Commit

Permalink
Merge pull request #555 from javierbrea/release
Browse files Browse the repository at this point in the history
Release v2.2.3
  • Loading branch information
javierbrea committed Apr 3, 2023
2 parents f3e367e + 0e42bd8 commit 41c84d4
Show file tree
Hide file tree
Showing 16 changed files with 4,908 additions and 5,225 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [2.2.3] - 2023-04-03

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

## [2.2.2] - 2022-12-07

### Added
Expand Down
3,980 changes: 2,014 additions & 1,966 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-localstorage-commands",
"version": "2.2.2",
"version": "2.2.3",
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
"keywords": [
"cypress",
Expand Down Expand Up @@ -61,25 +61,25 @@
"cypress": ">=2.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-parser": "7.21.3",
"@babel/preset-react": "7.18.6",
"@stryker-mutator/core": "6.3.0",
"@stryker-mutator/jest-runner": "6.3.0",
"cypress": "12.0.1",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.1.6",
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"cypress": "12.9.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-no-only-tests": "3.1.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",
"typescript": "4.9.3"
"jest": "29.5.0",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"sinon": "15.0.3",
"typescript": "5.0.3"
},
"lint-staged": {
"*.js": "eslint",
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-localstorage-commands
sonar.projectVersion=2.2.2
sonar.projectVersion=2.2.3

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

0 comments on commit 41c84d4

Please sign in to comment.