Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from mocks-server/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
javierbrea authored Jan 11, 2020
2 parents 6fb81d8 + 9e1b816 commit 1a13472
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 68 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.4.2] - 2020-01-11
### Changed
- Update dependencies

## [1.4.1] - 2020-01-11
### Fixed
- Conflicts between files with same name and different extension
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]

[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url] [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]

[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]

Expand Down Expand Up @@ -43,6 +43,8 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
[npm-downloads-url]: https://www.npmjs.com/package/@mocks-server/core
[npm-dependencies-image]: https://img.shields.io/david/mocks-server/core.svg
[npm-dependencies-url]: https://david-dm.org/mocks-server/core
[greenkeeper-image]: https://badges.greenkeeper.io/mocks-server/core.svg
[greenkeeper-url]: https://greenkeeper.io/
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server-core&metric=alert_status
[quality-gate-url]: https://sonarcloud.io/dashboard?id=mocks-server-core
[release-image]: https://img.shields.io/github/release-date/mocks-server/core.svg
Expand Down
201 changes: 139 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/core",
"version": "1.4.1",
"version": "1.4.2",
"description": "Pluggable mock server supporting multiple api behaviors",
"keywords": [
"mocks",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"body-parser": "1.19.0",
"@hapi/boom": "8.0.1",
"commander": "4.0.1",
"@hapi/boom": "9.0.0",
"commander": "4.1.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-request-id": "1.4.1",
Expand All @@ -58,7 +58,7 @@
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": "3.1.0",
"husky": "4.0.6",
"is-promise": "^2.1.0",
"jest": "24.9.0",
"lint-staged": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server-core
sonar.projectVersion=1.4.1
sonar.projectVersion=1.4.2

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 1a13472

Please sign in to comment.