Skip to content

Commit

Permalink
[Dev Deps] update babel-eslint, babel-jest, babel-preset-airbnb
Browse files Browse the repository at this point in the history
…, `coveralls`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `in-publish`, `rimraf`, `safe-publish-latest`
  • Loading branch information
ljharb authored and MichaelDeBoey committed Jun 11, 2020
1 parent e7f4593 commit 67fa85b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
"jest": "jest --coverage __tests__/**/*"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.0.0",
"babel-preset-airbnb": "^4.0.0",
"coveralls": "^3.0.1",
"babel-jest": "^24.9.0",
"babel-preset-airbnb": "^4.5.0",
"coveralls": "^3.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"estraverse": "^4.2.0",
"expect": "^24.3.1",
"flow-bin": "^0.112.0",
"in-publish": "^2.0.0",
"jest": "^24.0.0",
"estraverse": "^4.3.0",
"expect": "^24.9.0",
"flow-bin": "^0.126.1",
"in-publish": "^2.0.1",
"jest": "^24.9.0",
"jscodeshift": "^0.6.0",
"minimist": "^1.2.0",
"minimist": "^1.2.5",
"object.assign": "^4.1.0",
"rimraf": "^3.0.0",
"safe-publish-latest": "^1.1.1",
"rimraf": "^3.0.2",
"safe-publish-latest": "^1.1.4",
"to-ast": "^1.0.0"
},
"engines": {
Expand Down

0 comments on commit 67fa85b

Please sign in to comment.