Skip to content
This repository has been archived by the owner. It is now read-only.

Commit ec67961

Browse files
authored
Merge pull request #111 from mocks-server/release
Release v1.0.7
2 parents f41e209 + 69790a2 commit ec67961

File tree

9 files changed

+2627
-5584
lines changed

9 files changed

+2627
-5584
lines changed

CHANGELOG.md

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

13+
## [1.0.7] - 2020-10-28
14+
### Changed
15+
- Update dependencies
16+
1317
## [1.0.6] - 2020-06-14
1418
### Changed
1519
- Update dependencies

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/cypress-commands",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Extends Cypress' cy commands with methods for administrating mocks-server",
55
"keywords": [
66
"cypress",
@@ -36,22 +36,22 @@
3636
"test:ci": "npm run test && npm run test-e2e:ci"
3737
},
3838
"dependencies": {
39-
"@mocks-server/admin-api-client": "2.0.3"
39+
"@mocks-server/admin-api-client": "2.0.4"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "10.1.0",
4343
"coveralls": "3.0.9",
44-
"eslint": "7.2.0",
45-
"eslint-config-prettier": "6.11.0",
46-
"eslint-plugin-prettier": "3.1.3",
47-
"husky": "4.2.5",
48-
"jest": "26.0.1",
49-
"lint-staged": "10.2.10",
50-
"prettier": "2.0.5",
51-
"sinon": "9.0.2"
44+
"eslint": "7.12.1",
45+
"eslint-config-prettier": "6.15.0",
46+
"eslint-plugin-prettier": "3.1.4",
47+
"husky": "4.3.0",
48+
"jest": "26.6.1",
49+
"lint-staged": "10.5.0",
50+
"prettier": "2.1.2",
51+
"sinon": "9.2.1"
5252
},
5353
"peerDependencies": {
54-
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0"
54+
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
5555
},
5656
"lint-staged": {
5757
"test-e2e/app-data-provider/*.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=mocks-server
22
sonar.projectKey=mocks-server-cypress-commands
3-
sonar.projectVersion=1.0.6
3+
sonar.projectVersion=1.0.7
44

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

test-e2e/app-data-provider/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# tests
1010
/coverage
1111
/public/main.js
12+
/public/main.js.LICENSE.txt
1213

1314
# misc
1415
.DS_Store

0 commit comments

Comments
 (0)