Skip to content

Commit f60dc97

Browse files
committed
chore(deps): Update dependencies
1 parent 7907404 commit f60dc97

File tree

8 files changed

+65
-43
lines changed

8 files changed

+65
-43
lines changed

CHANGELOG.md

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

14+
## [1.2.1] - 2020-06-09
15+
16+
### Fixed
17+
- fix(TypeScript): Fix TypeScript return types declarations
18+
19+
### Changed
20+
- chore(deps): Update devDependencies
21+
1422
## [1.2.0] - 2020-05-31
1523

1624
### Added

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-localstorage-commands",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",
@@ -50,7 +50,7 @@
5050
"@stryker-mutator/jest-runner": "3.2.4",
5151
"babel-eslint": "10.1.0",
5252
"coveralls": "3.0.9",
53-
"eslint": "7.1.0",
53+
"eslint": "7.2.0",
5454
"eslint-config-prettier": "6.11.0",
5555
"eslint-plugin-prettier": "3.1.3",
5656
"eslint-plugin-react": "7.20.0",

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.2.0
3+
sonar.projectVersion=1.2.1
44

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

test-e2e/react-app/package-lock.json

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

test-e2e/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"react-scripts": "3.4.1",
4141
"babel-plugin-module-resolver": "4.0.0",
42-
"cypress": "4.7.0",
42+
"cypress": "4.8.0",
4343
"serve": "11.3.2",
4444
"start-server-and-test": "1.11.0"
4545
}

test-e2e/typescript/package-lock.json

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

test-e2e/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"test:ci": "npm run copy:library && npm run build-and-serve-and-cypress"
1717
},
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "3.1.0",
20-
"@typescript-eslint/parser": "3.1.0",
19+
"@typescript-eslint/eslint-plugin": "3.2.0",
20+
"@typescript-eslint/parser": "3.2.0",
2121
"cypress": "4.7.0",
2222
"eslint": "7.1.0",
2323
"eslint-config-prettier": "6.11.0",

0 commit comments

Comments
 (0)