Skip to content

Commit 369f9db

Browse files
committedMar 30, 2021
[Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, aud, eslint-plugin-flowtype, jscodeshift
1 parent ce0785f commit 369f9db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
"jest": "jest --coverage __tests__/**/*"
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "^7.12.10",
34-
"@babel/core": "^7.12.10",
35-
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
36-
"aud": "^1.1.3",
33+
"@babel/cli": "^7.13.14",
34+
"@babel/core": "^7.13.14",
35+
"@babel/plugin-transform-flow-strip-types": "^7.13.0",
36+
"aud": "^1.1.4",
3737
"babel-eslint": "^10.1.0",
3838
"babel-jest": "^24.9.0",
3939
"babel-preset-airbnb": "^5.0.0",
4040
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
4141
"eslint-config-airbnb-base": "^14.2.1",
42-
"eslint-plugin-flowtype": "^5.2.0",
42+
"eslint-plugin-flowtype": "^5.4.0",
4343
"eslint-plugin-import": "^2.22.1",
4444
"estraverse": "^5.2.0",
4545
"expect": "^24.9.0",
4646
"flow-bin": "^0.113.0",
4747
"in-publish": "^2.0.1",
4848
"jest": "^24.9.0",
49-
"jscodeshift": "^0.7.0",
49+
"jscodeshift": "^0.7.1",
5050
"minimist": "^1.2.5",
5151
"object.assign": "^4.1.2",
5252
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)