Skip to content

Commit

Permalink
chore(Package): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 8, 2017
1 parent d10ff5c commit e27d62f
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 122 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme",
"dependencies": {
"babel-runtime": "^6.23.0",
"babel-runtime": "^6.25.0",
"dox": "^0.9.0"
},
"peerDependencies": {
Expand All @@ -36,23 +36,23 @@
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-env": "^1.6.0",
"cz-conventional-changelog": "^2.0.0",
"elasticsearch": "^13.1.1",
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-prettier": "^2.2.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"elasticsearch": "^13.2.0",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.1.2",
"express": "^4.15.3",
"express-graphql": "^0.6.6",
"express": "^4.15.4",
"express-graphql": "^0.6.7",
"flow-bin": "^0.52.0",
"graphql": "^0.10.3",
"graphql-compose": "^2.0.0",
"graphql": "^0.10.5",
"graphql-compose": "^2.2.0",
"jest": "^20.0.4",
"npm-run-all": "^4.0.1",
"prettier": "^1.4.4",
"prettier": "^1.5.3",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions src/mappingConverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ export function convertToSourceTC(
name: `${opts.prefix || ''}${typeName}${opts.postfix || ''}`,
description:
'Elasticsearch mapping does not contains info about ' +
'is field plural or not. So `propName` is singular and returns value ' +
'or first value from array. ' +
'`propNameA` is plural and returns array of values.',
'is field plural or not. So `propName` is singular and returns value ' +
'or first value from array. ' +
'`propNameA` is plural and returns array of values.',
fields: {},
})
);
Expand Down
Loading

0 comments on commit e27d62f

Please sign in to comment.