Skip to content

Commit

Permalink
chore: bump npm packages, fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Nov 9, 2019
1 parent 0c7281a commit eaef251
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion lib/type-mapper.js
Expand Up @@ -152,7 +152,12 @@ class TypeMapper {
// @see https://github.com/Julian/jsonschema/issues/171
// ----------------------------------------------------------------------
case 'INET': {
result = { type: [{ ...STRING, format: 'ipv4' }, { ...STRING, format: 'ipv6' }] };
result = {
type: [
{ ...STRING, format: 'ipv4' },
{ ...STRING, format: 'ipv6' },
],
};
break;
}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -58,8 +58,8 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-jsdoc": "^17.0.0",
"eslint-plugin-jest": "^23.0.3",
"eslint-plugin-jsdoc": "^17.1.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-unicorn": "^12.0.0",
"fs": "0.0.1-security",
Expand All @@ -71,9 +71,9 @@
"moment": "^2.24.0",
"mysql2": "^2.0.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.15.1",
"prettier": "^1.19.0",
"release-it": "^12.4.3",
"sequelize": "^5.21.1",
"sequelize": "^5.21.2",
"swagger-parser": "^8.0.3"
},
"esdoc": {
Expand Down

0 comments on commit eaef251

Please sign in to comment.