Skip to content

Commit 9cec45f

Browse files
committed
chore: update dependencies
1 parent 75db900 commit 9cec45f

File tree

4 files changed

+1885
-1619
lines changed

4 files changed

+1885
-1619
lines changed

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
[libs]
4040

4141
[options]
42+
esproposal.optional_chaining=enable
4243
esproposal.class_instance_fields=enable
4344
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe

.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
@@ -31,32 +31,32 @@
3131
"graphql-compose": "^7.0.4"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.6.4",
35-
"@babel/core": "^7.6.4",
36-
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
37-
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
38-
"@babel/plugin-transform-runtime": "^7.6.2",
39-
"@babel/preset-env": "^7.6.3",
40-
"@babel/preset-flow": "^7.0.0",
34+
"@babel/cli": "7.8.4",
35+
"@babel/core": "7.8.4",
36+
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
37+
"@babel/plugin-transform-flow-strip-types": "7.8.3",
38+
"@babel/plugin-transform-runtime": "7.8.3",
39+
"@babel/preset-env": "7.8.4",
40+
"@babel/preset-flow": "7.8.3",
4141
"@types/graphql": "^14.5.0",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-eslint": "^10.0.3",
44-
"babel-jest": "^24.9.0",
45-
"eslint": "^6.6.0",
44+
"babel-jest": "25.1.0",
45+
"eslint": "6.8.0",
4646
"eslint-config-airbnb-base": "^14.0.0",
47-
"eslint-config-prettier": "^6.5.0",
48-
"eslint-plugin-flowtype": "^4.3.0",
49-
"eslint-plugin-import": "^2.18.2",
50-
"eslint-plugin-prettier": "^3.1.1",
51-
"flow-bin": "^0.110.0",
52-
"graphql": "14.5.8",
53-
"graphql-compose": "^7.4.2",
54-
"jest": "^24.9.0",
55-
"prettier": "^1.18.2",
56-
"rimraf": "^3.0.0",
47+
"eslint-config-prettier": "6.10.0",
48+
"eslint-plugin-flowtype": "4.6.0",
49+
"eslint-plugin-import": "2.20.1",
50+
"eslint-plugin-prettier": "3.1.2",
51+
"flow-bin": "0.118.0",
52+
"graphql": "14.6.0",
53+
"graphql-compose": "7.12.0",
54+
"jest": "25.1.0",
55+
"prettier": "1.19.1",
56+
"rimraf": "3.0.2",
5757
"semantic-release": "^15.13.28",
58-
"tslint": "^5.20.0",
59-
"typescript": "^3.6.4"
58+
"tslint": "6.0.0",
59+
"typescript": "3.7.5"
6060
},
6161
"scripts": {
6262
"build": "npm run build-cjs && npm run build-mjs",

0 commit comments

Comments
 (0)