Skip to content

Commit 6cf7ac0

Browse files
committedJul 13, 2021
[Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, aud, eslint-plugin-flowtype, eslint-plugin-import
1 parent 79a35d4 commit 6cf7ac0

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
@@ -31,17 +31,17 @@
3131
"jest": "jest --coverage __tests__/**/*"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.13.14",
35-
"@babel/core": "^7.13.14",
36-
"@babel/plugin-transform-flow-strip-types": "^7.13.0",
37-
"aud": "^1.1.4",
34+
"@babel/cli": "^7.14.5",
35+
"@babel/core": "^7.14.6",
36+
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
37+
"aud": "^1.1.5",
3838
"babel-eslint": "^10.1.0",
3939
"babel-jest": "^24.9.0",
4040
"babel-preset-airbnb": "^5.0.0",
4141
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
4242
"eslint-config-airbnb-base": "^14.2.1",
43-
"eslint-plugin-flowtype": "^5.4.0",
44-
"eslint-plugin-import": "^2.22.1",
43+
"eslint-plugin-flowtype": "^5.8.0",
44+
"eslint-plugin-import": "^2.23.4",
4545
"estraverse": "^5.2.0",
4646
"expect": "^24.9.0",
4747
"flow-bin": "^0.147.0",

0 commit comments

Comments
 (0)
Please sign in to comment.