Skip to content

Commit d2299a4

Browse files
committed
chore(package): Update dependencies
1 parent 67c6e64 commit d2299a4

File tree

6 files changed

+762
-371
lines changed

6 files changed

+762
-371
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"import/no-extraneous-dependencies": 0,
2323
"import/prefer-default-export": 0,
2424
"prettier/prettier": ["error", {
25-
"printWidth": 80,
25+
"printWidth": 100,
2626
"singleQuote": true,
2727
"trailingComma": "es5",
2828
}]

.flowconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@
3535
[libs]
3636

3737
[options]
38+
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
39+
esproposal.class_instance_fields=enable
40+
unsafe.enable_getters_and_setters=true

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
"dox": "^0.9.0"
2626
},
2727
"peerDependencies": {
28-
"elasticsearch": "^12.1.3",
2928
"graphql": "^0.9.1",
30-
"graphql-compose": "^1.18.0"
29+
"elasticsearch": ">=12.0.0 || >=13.0.0",
30+
"graphql-compose": ">=1.19.2"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.24.1",
3434
"babel-eslint": "^7.2.3",
3535
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3636
"babel-plugin-transform-object-rest-spread": "^6.22.0",
37-
"babel-preset-env": "^1.4.0",
37+
"babel-preset-env": "^1.5.1",
3838
"cz-conventional-changelog": "^2.0.0",
39-
"elasticsearch": "^13.0.0",
39+
"elasticsearch": "^13.0.1",
4040
"eslint": "^3.19.0",
41-
"eslint-config-airbnb-base": "^11.1.3",
42-
"eslint-config-prettier": "^1.7.0",
43-
"eslint-plugin-flowtype": "^2.32.1",
44-
"eslint-plugin-import": "^2.2.0",
45-
"eslint-plugin-prettier": "^2.0.0",
46-
"express": "^4.15.2",
47-
"express-graphql": "^0.6.4",
48-
"flow-bin": "^0.45.0",
49-
"graphql": "^0.9.6",
50-
"graphql-compose": "^1.18.1",
51-
"jest": "^19.0.2",
41+
"eslint-config-airbnb-base": "^11.2.0",
42+
"eslint-config-prettier": "^2.1.1",
43+
"eslint-plugin-flowtype": "^2.34.0",
44+
"eslint-plugin-import": "^2.3.0",
45+
"eslint-plugin-prettier": "^2.1.1",
46+
"express": "^4.15.3",
47+
"express-graphql": "^0.6.6",
48+
"flow-bin": "^0.47.0",
49+
"graphql": "^0.10.1",
50+
"graphql-compose": "^1.19.2",
51+
"jest": "^20.0.4",
5252
"jest-babel": "^1.0.1",
5353
"npm-run-all": "^4.0.1",
54-
"prettier": "^1.2.2",
54+
"prettier": "^1.4.2",
5555
"rimraf": "^2.5.4",
5656
"semantic-release": "^6.3.2"
5757
},

0 commit comments

Comments
 (0)