Skip to content

Commit d7fbdec

Browse files
authored
Merge pull request #554 from javierbrea/chore/update-deps
Update devDependencies
2 parents 61d3217 + 2f4f810 commit d7fbdec

File tree

15 files changed

+4594
-4033
lines changed

15 files changed

+4594
-4033
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: 1907 additions & 1859 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 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.1",
67-
"@stryker-mutator/jest-runner": "6.3.1",
68-
"cypress": "12.3.0",
69-
"eslint": "8.31.0",
70-
"eslint-config-prettier": "8.6.0",
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",
7171
"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",
75+
"eslint-plugin-react": "7.32.2",
7676
"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.2",
81-
"sinon": "15.0.1",
82-
"typescript": "4.9.4"
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",

0 commit comments

Comments
 (0)