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

Commit 635dd07

Browse files
committed
chore(deps): Add Cypress ^4.0.0 to peerDependencies. Update dependencies
1 parent 6fb2fce commit 635dd07

File tree

4 files changed

+38
-82
lines changed

4 files changed

+38
-82
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+
## [1.0.4] - 2020-03-01
14+
### Changed
15+
- chore(deps): Add Cypress ^4.0.0 to peerDependencies
16+
- chore(deps): Update dependencies
17+
1318
## [1.0.3] - 2020-01-26
1419
### Changed
1520
- Update dependencies

package-lock.json

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

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/cypress-commands",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Extends Cypress' cy commands with methods for administrating mocks-server",
55
"keywords": [
66
"cypress",
@@ -36,8 +36,7 @@
3636
"test:ci": "npm run test && npm run test-e2e:ci"
3737
},
3838
"dependencies": {
39-
"@data-provider/core": "1.8.0",
40-
"@mocks-server/admin-api-client": "1.0.2"
39+
"@mocks-server/admin-api-client": "2.0.0"
4140
},
4241
"devDependencies": {
4342
"babel-eslint": "10.0.3",
@@ -52,7 +51,7 @@
5251
"sinon": "8.1.1"
5352
},
5453
"peerDependencies": {
55-
"cypress": "^2.1.0 || ^3.0.0"
54+
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0"
5655
},
5756
"lint-staged": {
5857
"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.3
3+
sonar.projectVersion=1.0.4
44

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

0 commit comments

Comments
 (0)