Skip to content

Commit 6c560be

Browse files
committed
chore: update dependencies
1 parent 0328bc2 commit 6c560be

File tree

5 files changed

+1899
-1639
lines changed

5 files changed

+1899
-1639
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@
4242
[options]
4343
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
4444
esproposal.class_instance_fields=enable
45+
esproposal.optional_chaining=enable

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ notifications:
88
email: true
99
node_js:
1010
- "10"
11-
- "8"
11+
- "12"
1212
script:
1313
- yarn run test
1414
- yarn run build

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"eslint.validate": ["javascript"],
33
"javascript.validate.enable": false,
44
"javascript.autoClosingTags": false,
5-
"eslint.autoFixOnSave": true
5+
"eslint.autoFixOnSave": true,
6+
"editor.codeActionsOnSave": {
7+
"source.fixAll.eslint": true
8+
}
69
}

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,34 @@
2828
"graphql-compose": "^7.0.4"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "^7.6.4",
32-
"@babel/core": "^7.6.4",
33-
"@babel/node": "^7.6.3",
34-
"@babel/plugin-proposal-class-properties": "^7.5.5",
35-
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
36-
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
37-
"@babel/plugin-transform-runtime": "^7.6.2",
38-
"@babel/preset-env": "^7.6.3",
39-
"@babel/preset-flow": "^7.0.0",
40-
"aws-sdk": "^2.561.0",
31+
"@babel/cli": "7.8.4",
32+
"@babel/core": "7.8.4",
33+
"@babel/node": "7.8.4",
34+
"@babel/plugin-proposal-class-properties": "7.8.3",
35+
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
36+
"@babel/plugin-transform-flow-strip-types": "7.8.3",
37+
"@babel/plugin-transform-runtime": "7.8.3",
38+
"@babel/preset-env": "7.8.4",
39+
"@babel/preset-flow": "7.8.3",
40+
"aws-sdk": "2.619.0",
4141
"babel-core": "^7.0.0-bridge.0",
4242
"babel-eslint": "^10.0.3",
43-
"babel-jest": "^24.9.0",
44-
"eslint": "^6.6.0",
43+
"babel-jest": "25.1.0",
44+
"eslint": "6.8.0",
4545
"eslint-config-airbnb-base": "^14.0.0",
46-
"eslint-config-prettier": "^6.5.0",
47-
"eslint-plugin-flowtype": "^4.3.0",
48-
"eslint-plugin-import": "^2.18.2",
49-
"eslint-plugin-prettier": "^3.1.1",
46+
"eslint-config-prettier": "6.10.0",
47+
"eslint-plugin-flowtype": "4.6.0",
48+
"eslint-plugin-import": "2.20.1",
49+
"eslint-plugin-prettier": "3.1.2",
5050
"express": "^4.17.1",
5151
"express-graphql": "^0.9.0",
52-
"flow-bin": "^0.110.0",
53-
"graphql": "14.5.8",
54-
"graphql-compose": "^7.4.2",
55-
"jest": "^24.9.0",
52+
"flow-bin": "0.118.0",
53+
"graphql": "14.6.0",
54+
"graphql-compose": "7.12.0",
55+
"jest": "25.1.0",
5656
"nodemon": "^1.19.4",
5757
"prettier": "^1.18.2",
58-
"rimraf": "^3.0.0",
58+
"rimraf": "3.0.2",
5959
"semantic-release": "^15.13.28"
6060
},
6161
"scripts": {

0 commit comments

Comments
 (0)