Skip to content

Commit 2d366f0

Browse files
committed
chore: update dependencies
1 parent c485d68 commit 2d366f0

File tree

3 files changed

+444
-334
lines changed

3 files changed

+444
-334
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"no-unused-expressions": 0,
1111
"no-plusplus": 0,
1212
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*-test.js", "**/__mocks__/**"]}],
13+
"import/no-cycle": 0,
1314
"no-prototype-builtins": 0,
1415
"no-restricted-syntax": 0,
1516
"no-mixed-operators": 0,
@@ -27,7 +28,8 @@
2728
}],
2829
"import/prefer-default-export": 0,
2930
"arrow-parens": 0,
30-
"prefer-destructuring": 0
31+
"prefer-destructuring": 0,
32+
"no-else-return": 0
3133
},
3234
"env": {
3335
"jasmine": true,

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,31 +39,31 @@
3939
"devDependencies": {
4040
"babel-cli": "^6.26.0",
4141
"babel-core": "^6.26.3",
42-
"babel-eslint": "^8.2.3",
43-
"babel-jest": "^23.0.1",
42+
"babel-eslint": "^8.2.5",
43+
"babel-jest": "^23.2.0",
4444
"babel-plugin-transform-flow-strip-types": "^6.22.0",
4545
"babel-plugin-transform-object-rest-spread": "^6.13.0",
4646
"babel-plugin-transform-runtime": "^6.23.0",
4747
"babel-preset-env": "^1.7.0",
4848
"cz-conventional-changelog": "^2.1.0",
49-
"eslint": "^4.19.1",
50-
"eslint-config-airbnb-base": "^12.1.0",
49+
"eslint": "^5.0.1",
50+
"eslint-config-airbnb-base": "^13.0.0",
5151
"eslint-config-prettier": "^2.9.0",
5252
"eslint-plugin-flowtype": "^2.49.3",
53-
"eslint-plugin-import": "^2.12.0",
54-
"eslint-plugin-prettier": "^2.6.0",
55-
"flow-bin": "^0.74.0",
53+
"eslint-plugin-import": "^2.13.0",
54+
"eslint-plugin-prettier": "^2.6.1",
55+
"flow-bin": "^0.75.0",
5656
"graphql": "0.13.2",
57-
"graphql-compose": "^4.3.0",
57+
"graphql-compose": "^4.4.1",
5858
"graphql-compose-connection": ">=3.0.0",
5959
"graphql-compose-pagination": ">=3.0.0",
60-
"jest": "^23.1.0",
60+
"jest": "^23.2.0",
6161
"mongodb-memory-server": "^1.8.0",
62-
"mongoose": "^5.1.5",
63-
"prettier": "^1.13.5",
62+
"mongoose": "^5.1.6",
63+
"prettier": "^1.13.6",
6464
"request": "^2.87.0",
6565
"rimraf": "^2.6.2",
66-
"semantic-release": "^15.5.2"
66+
"semantic-release": "^15.6.0"
6767
},
6868
"config": {
6969
"commitizen": {

0 commit comments

Comments
 (0)