Skip to content

Commit bd1dec6

Browse files
committedOct 26, 2021
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, eslint-plugin-import, estraverse, safe-publish-latest
1 parent 434c4cf commit bd1dec6

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,18 +31,18 @@
3131
"jest": "jest --coverage __tests__/**/*"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.14.8",
35-
"@babel/core": "^7.15.0",
36-
"@babel/eslint-parser": "^7.15.0",
34+
"@babel/cli": "^7.15.7",
35+
"@babel/core": "^7.15.8",
36+
"@babel/eslint-parser": "^7.15.8",
3737
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
3838
"aud": "^1.1.5",
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",
4343
"eslint-plugin-flowtype": "^5.8.0",
44-
"eslint-plugin-import": "^2.23.4",
45-
"estraverse": "^5.2.0",
44+
"eslint-plugin-import": "^2.25.2",
45+
"estraverse": "^5.3.0",
4646
"expect": "^24.9.0",
4747
"flow-bin": "^0.147.0",
4848
"in-publish": "^2.0.1",
@@ -51,7 +51,7 @@
5151
"minimist": "^1.2.5",
5252
"object.assign": "^4.1.2",
5353
"rimraf": "^3.0.2",
54-
"safe-publish-latest": "^1.1.4",
54+
"safe-publish-latest": "^2.0.0",
5555
"to-ast": "^1.0.0"
5656
},
5757
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.