Skip to content

Commit

Permalink
[Dev Deps] update @babel/cli, @babel/core, `@babel/plugin-transfo…
Browse files Browse the repository at this point in the history
…rm-flow-strip-types`, `aud`, `eslint-plugin-flowtype`, `eslint-plugin-import`
  • Loading branch information
ljharb committed Jul 13, 2021
1 parent 79a35d4 commit 6cf7ac0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -31,17 +31,17 @@
"jest": "jest --coverage __tests__/**/*"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-flow-strip-types": "^7.13.0",
"aud": "^1.1.4",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"aud": "^1.1.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-import": "^2.23.4",
"estraverse": "^5.2.0",
"expect": "^24.9.0",
"flow-bin": "^0.147.0",
Expand Down

0 comments on commit 6cf7ac0

Please sign in to comment.