Skip to content

Commit ce968a4

Browse files
committed
chore: update dependencies
1 parent 4a34302 commit ce968a4

File tree

3 files changed

+1712
-1462
lines changed

3 files changed

+1712
-1462
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@
4545
[options]
4646
esproposal.optional_chaining=enable
4747
esproposal.class_instance_fields=enable
48-
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe

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.8.4",
35-
"@babel/core": "7.9.0",
36-
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
37-
"@babel/plugin-transform-flow-strip-types": "7.9.0",
38-
"@babel/plugin-transform-runtime": "7.9.0",
39-
"@babel/preset-env": "7.9.0",
40-
"@babel/preset-flow": "7.9.0",
34+
"@babel/cli": "7.10.4",
35+
"@babel/core": "7.10.4",
36+
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
37+
"@babel/plugin-transform-flow-strip-types": "7.10.4",
38+
"@babel/plugin-transform-runtime": "7.10.4",
39+
"@babel/preset-env": "7.10.4",
40+
"@babel/preset-flow": "7.10.4",
4141
"@types/graphql": "^14.5.0",
4242
"babel-core": "^7.0.0-bridge.0",
4343
"babel-eslint": "10.1.0",
44-
"babel-jest": "25.2.6",
45-
"eslint": "6.8.0",
46-
"eslint-config-airbnb-base": "14.1.0",
47-
"eslint-config-prettier": "6.10.1",
48-
"eslint-plugin-flowtype": "4.7.0",
49-
"eslint-plugin-import": "2.20.2",
50-
"eslint-plugin-prettier": "3.1.2",
44+
"babel-jest": "26.1.0",
45+
"eslint": "7.3.1",
46+
"eslint-config-airbnb-base": "14.2.0",
47+
"eslint-config-prettier": "6.11.0",
48+
"eslint-plugin-flowtype": "5.2.0",
49+
"eslint-plugin-import": "2.22.0",
50+
"eslint-plugin-prettier": "3.1.4",
5151
"flow-bin": "0.122.0",
52-
"graphql": "15.0.0",
53-
"graphql-compose": "7.14.1",
54-
"jest": "25.2.7",
55-
"prettier": "2.0.2",
52+
"graphql": "15.2.0",
53+
"graphql-compose": "7.18.1",
54+
"jest": "26.1.0",
55+
"prettier": "2.0.5",
5656
"rimraf": "3.0.2",
57-
"semantic-release": "17.0.4",
58-
"tslint": "6.1.1",
59-
"typescript": "3.8.3"
57+
"semantic-release": "17.1.1",
58+
"tslint": "6.1.2",
59+
"typescript": "3.9.6"
6060
},
6161
"scripts": {
6262
"build": "npm run build-cjs && npm run build-mjs",

0 commit comments

Comments
 (0)