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

Commit f41e209

Browse files
authored
Merge pull request #65 from mocks-server/release
Release
2 parents defd015 + b593189 commit f41e209

File tree

10 files changed

+1903
-1809
lines changed

10 files changed

+1903
-1809
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.6] - 2020-06-14
14+
### Changed
15+
- Update dependencies
16+
1317
## [1.0.5] - 2020-04-10
1418
### Changed
1519
- Update dependencies

package-lock.json

Lines changed: 1713 additions & 1546 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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/cypress-commands",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Extends Cypress' cy commands with methods for administrating mocks-server",
55
"keywords": [
66
"cypress",
@@ -27,7 +27,7 @@
2727
"main": "index.js",
2828
"scripts": {
2929
"coveralls": "cat ./coverage/lcov.info | coveralls",
30-
"lint": "eslint src test index.js jest.config.js test-e2e/cypress test-e2e/mocks test-e2e/app-fetch/public test-e2e/app-data-provider/src test-e2e/app-data-provider/webpack.config.js",
30+
"lint": "eslint src test *.js jest.config.js test-e2e/cypress test-e2e/mocks test-e2e/app-fetch/public test-e2e/app-data-provider/src test-e2e/app-data-provider/webpack.config.js",
3131
"lint-staged": "lint-staged",
3232
"test": "jest",
3333
"test-e2e": "cd test-e2e && npm run test:ci",
@@ -36,18 +36,18 @@
3636
"test:ci": "npm run test && npm run test-e2e:ci"
3737
},
3838
"dependencies": {
39-
"@mocks-server/admin-api-client": "2.0.2"
39+
"@mocks-server/admin-api-client": "2.0.3"
4040
},
4141
"devDependencies": {
4242
"babel-eslint": "10.1.0",
4343
"coveralls": "3.0.9",
44-
"eslint": "6.8.0",
45-
"eslint-config-prettier": "6.10.1",
46-
"eslint-plugin-prettier": "3.1.2",
44+
"eslint": "7.2.0",
45+
"eslint-config-prettier": "6.11.0",
46+
"eslint-plugin-prettier": "3.1.3",
4747
"husky": "4.2.5",
48-
"jest": "25.3.0",
49-
"lint-staged": "10.1.3",
50-
"prettier": "2.0.4",
48+
"jest": "26.0.1",
49+
"lint-staged": "10.2.10",
50+
"prettier": "2.0.5",
5151
"sinon": "9.0.2"
5252
},
5353
"peerDependencies": {
@@ -59,8 +59,7 @@
5959
"test-e2e/app-fetch/public/*.js": "eslint",
6060
"test-e2e/mocks/**/*.js": "eslint",
6161
"test-e2e/cypress/**/*.js": "eslint",
62-
"jest.config.js": "eslint",
63-
"index.js": "eslint",
62+
"*.js": "eslint",
6463
"src/**/*.js": "eslint",
6564
"test/**/*.js": "eslint"
6665
},
@@ -70,6 +69,6 @@
7069
}
7170
},
7271
"engines": {
73-
"node": "10.x || 12.x || 13.x"
72+
"node": "12.x || 14.x"
7473
}
7574
}

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.5
3+
sonar.projectVersion=1.0.6
44

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

test-e2e/app-data-provider/package-lock.json

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

test-e2e/app-data-provider/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"serve": "serve -l 3000"
99
},
1010
"dependencies": {
11-
"@data-provider/core": "2.1.2",
12-
"@data-provider/axios": "2.1.1",
13-
"jquery": "3.4.1",
11+
"@data-provider/core": "2.5.0",
12+
"@data-provider/axios": "2.1.2",
13+
"jquery": "3.5.1",
1414
"redux": "4.0.5"
1515
},
1616
"devDependencies": {
17-
"serve": "11.3.0",
18-
"webpack": "4.42.1",
17+
"serve": "11.3.2",
18+
"webpack": "4.43.0",
1919
"webpack-cli": "3.3.11"
2020
}
2121
}

0 commit comments

Comments
 (0)