Skip to content

Commit b36976f

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-types, babel-eslint, babel-jest, coveralls, eslint-config-airbnb-base, eslint-plugin-flowtype, eslint-plugin-import, estraverse, in-publish, jest, minimist, rimraf, safe-publish-latest
1 parent 0c8880d commit b36976f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@
3030
"jest": "jest --coverage __tests__/**/*"
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "^7.4.4",
34-
"@babel/core": "^7.0.0",
35-
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
36-
"babel-eslint": "^10.0.1",
37-
"babel-jest": "^24.0.0",
33+
"@babel/cli": "^7.10.1",
34+
"@babel/core": "^7.10.2",
35+
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
36+
"babel-eslint": "^10.1.0",
37+
"babel-jest": "^24.9.0",
3838
"babel-preset-airbnb": "^5.0.0",
39-
"coveralls": "^3.0.1",
39+
"coveralls": "^3.1.0",
4040
"eslint": "^3 || ^4 || ^5 || ^6",
41-
"eslint-config-airbnb-base": "^14.0.0",
42-
"eslint-plugin-flowtype": "^5.0.0",
43-
"eslint-plugin-import": "^2.18.0",
44-
"estraverse": "^4.2.0",
41+
"eslint-config-airbnb-base": "^14.2.0",
42+
"eslint-plugin-flowtype": "^5.1.3",
43+
"eslint-plugin-import": "^2.21.2",
44+
"estraverse": "^4.3.0",
4545
"expect": "^24.3.1",
4646
"flow-bin": "^0.113.0",
47-
"in-publish": "^2.0.0",
48-
"jest": "^24.0.0",
47+
"in-publish": "^2.0.1",
48+
"jest": "^24.9.0",
4949
"jscodeshift": "^0.6.0",
50-
"minimist": "^1.2.0",
50+
"minimist": "^1.2.5",
5151
"object.assign": "^4.1.0",
52-
"rimraf": "^3.0.0",
53-
"safe-publish-latest": "^1.1.1",
52+
"rimraf": "^3.0.2",
53+
"safe-publish-latest": "^1.1.4",
5454
"to-ast": "^1.0.0"
5555
},
5656
"engines": {

0 commit comments

Comments
 (0)