This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +491
-407
lines changed Expand file tree Collapse file tree 4 files changed +491
-407
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ rules:
190
190
import/dynamic-import-chunkname : off
191
191
192
192
# #############################################################################
193
- # ESLint builtin rules list based on `v7.1 .x`
193
+ # ESLint builtin rules list based on `v7.2 .x`
194
194
# #############################################################################
195
195
196
196
# Possible Errors
Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
55
55
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
56
56
57
57
[version]
58
- ^0.125 .0
58
+ ^0.126 .0
Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"@babel/core" : " 7.10.2" ,
53
53
"@babel/plugin-transform-flow-strip-types" : " 7.10.1" ,
54
- "@babel/preset-env" : " ^ 7.10.2" ,
54
+ "@babel/preset-env" : " 7.10.2" ,
55
55
"@babel/register" : " 7.10.1" ,
56
- "@types/node" : " 14.0.10 " ,
56
+ "@types/node" : " 14.0.11 " ,
57
57
"@typescript-eslint/eslint-plugin" : " 3.1.0" ,
58
58
"@typescript-eslint/parser" : " 3.1.0" ,
59
59
"babel-eslint" : " 10.1.0" ,
60
60
"body-parser" : " 1.19.0" ,
61
61
"chai" : " 4.2.0" ,
62
62
"connect" : " 3.7.0" ,
63
- "coveralls" : " 3.0.7 " ,
63
+ "coveralls" : " 3.1.0 " ,
64
64
"dtslint" : " 3.6.10" ,
65
- "eslint" : " 7.1 .0" ,
65
+ "eslint" : " 7.2 .0" ,
66
66
"eslint-plugin-flowtype" : " 5.1.3" ,
67
- "eslint-plugin-internal-rules" : " file:./resources/eslint-internal-rules" ,
68
67
"eslint-plugin-import" : " 2.20.2" ,
68
+ "eslint-plugin-internal-rules" : " file:./resources/eslint-internal-rules" ,
69
69
"eslint-plugin-istanbul" : " 0.1.1" ,
70
70
"eslint-plugin-node" : " 11.1.0" ,
71
71
"express" : " 4.17.1" ,
72
- "flow-bin" : " 0.125 .1" ,
72
+ "flow-bin" : " 0.126 .1" ,
73
73
"graphiql" : " 0.17.5" ,
74
- "graphql" : " 15.0 .0" ,
75
- "mocha" : " 6 .2.2 " ,
74
+ "graphql" : " 15.1 .0" ,
75
+ "mocha" : " 7 .2.0 " ,
76
76
"multer" : " 1.4.2" ,
77
- "nyc" : " 14 .1.1 " ,
77
+ "nyc" : " 15 .1.0 " ,
78
78
"prettier" : " 2.0.5" ,
79
79
"promise-polyfill" : " 8.1.3" ,
80
80
"react" : " 16.13.1" ,
81
81
"react-dom" : " 16.13.1" ,
82
82
"restify" : " 4.3.2" ,
83
- "sinon" : " 7.5.0 " ,
83
+ "sinon" : " 9.0.2 " ,
84
84
"supertest" : " 4.0.2" ,
85
- "typescript" : " 3.9.3 " ,
85
+ "typescript" : " 3.9.5 " ,
86
86
"unfetch" : " 4.1.0"
87
87
},
88
88
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments