Skip to content

Commit e27d62f

Browse files
committed
chore(Package): Update dependencies
1 parent d10ff5c commit e27d62f

File tree

3 files changed

+182
-122
lines changed

3 files changed

+182
-122
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme",
2424
"dependencies": {
25-
"babel-runtime": "^6.23.0",
25+
"babel-runtime": "^6.25.0",
2626
"dox": "^0.9.0"
2727
},
2828
"peerDependencies": {
@@ -36,23 +36,23 @@
3636
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3737
"babel-plugin-transform-object-rest-spread": "^6.22.0",
3838
"babel-plugin-transform-runtime": "^6.23.0",
39-
"babel-preset-env": "^1.5.2",
39+
"babel-preset-env": "^1.6.0",
4040
"cz-conventional-changelog": "^2.0.0",
41-
"elasticsearch": "^13.1.1",
42-
"eslint": "^4.0.0",
43-
"eslint-config-airbnb-base": "^11.2.0",
44-
"eslint-config-prettier": "^2.2.0",
45-
"eslint-plugin-flowtype": "^2.34.0",
46-
"eslint-plugin-import": "^2.3.0",
41+
"elasticsearch": "^13.2.0",
42+
"eslint": "^4.4.1",
43+
"eslint-config-airbnb-base": "^11.3.1",
44+
"eslint-config-prettier": "^2.3.0",
45+
"eslint-plugin-flowtype": "^2.35.0",
46+
"eslint-plugin-import": "^2.7.0",
4747
"eslint-plugin-prettier": "^2.1.2",
48-
"express": "^4.15.3",
49-
"express-graphql": "^0.6.6",
48+
"express": "^4.15.4",
49+
"express-graphql": "^0.6.7",
5050
"flow-bin": "^0.52.0",
51-
"graphql": "^0.10.3",
52-
"graphql-compose": "^2.0.0",
51+
"graphql": "^0.10.5",
52+
"graphql-compose": "^2.2.0",
5353
"jest": "^20.0.4",
5454
"npm-run-all": "^4.0.1",
55-
"prettier": "^1.4.4",
55+
"prettier": "^1.5.3",
5656
"rimraf": "^2.5.4",
5757
"semantic-release": "^6.3.2"
5858
},

src/mappingConverter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ export function convertToSourceTC(
9696
name: `${opts.prefix || ''}${typeName}${opts.postfix || ''}`,
9797
description:
9898
'Elasticsearch mapping does not contains info about ' +
99-
'is field plural or not. So `propName` is singular and returns value ' +
100-
'or first value from array. ' +
101-
'`propNameA` is plural and returns array of values.',
99+
'is field plural or not. So `propName` is singular and returns value ' +
100+
'or first value from array. ' +
101+
'`propNameA` is plural and returns array of values.',
102102
fields: {},
103103
})
104104
);

0 commit comments

Comments
 (0)