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 #27 from mocks-server/v1.4.3
Browse files Browse the repository at this point in the history
Use fixed versioning in dependencies
  • Loading branch information
javierbrea committed Jan 12, 2020
2 parents 1a13472 + e0a2e70 commit 9cbae07
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 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.3] - 2020-01-12
### Changed
- Use fixed versioning in dependencies

## [1.4.2] - 2020-01-11
### Changed
- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/core",
"version": "1.4.2",
"version": "1.4.3",
"description": "Pluggable mock server supporting multiple api behaviors",
"keywords": [
"mocks",
Expand Down Expand Up @@ -45,29 +45,29 @@
"cors": "2.8.5",
"express": "4.17.1",
"express-request-id": "1.4.1",
"fs-extra": "^8.1.0",
"fs-extra": "8.1.0",
"lodash": "4.17.15",
"md5": "^2.2.1",
"md5": "2.2.1",
"node-watch": "0.6.3",
"require-all": "3.0.0",
"route-parser": "0.0.5",
"winston": "3.2.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "3.0.9",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-prettier": "3.1.2",
"husky": "4.0.6",
"is-promise": "^2.1.0",
"is-promise": "2.1.0",
"jest": "24.9.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"sinon": "^8.0.1",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
"request": "2.88.0",
"request-promise": "4.2.5",
"sinon": "8.0.1",
"strip-ansi": "6.0.0",
"tree-kill-sync": "^1.0.0"
"tree-kill-sync": "1.0.0"
},
"lint-staged": {
"src/**/*.js": "eslint",
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.2
sonar.projectVersion=1.4.3

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

0 comments on commit 9cbae07

Please sign in to comment.