Skip to content

Commit

Permalink
[Dev Deps] update @babel/core, @babel/parser, eslint, `eslint-p…
Browse files Browse the repository at this point in the history
…lugin-import`
  • Loading branch information
ljharb committed Sep 6, 2020
1 parent c86cea1 commit 805b86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test:watch": "npm run tests-only -- --watch"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/parser": "^7.10.2",
"@babel/core": "^7.11.6",
"@babel/parser": "^7.11.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
Expand All @@ -27,9 +27,9 @@
"babel-preset-env": "^1.7.0",
"babylon": "^6.18.0",
"coveralls": "^3.1.0",
"eslint": "^7.2.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-import": "^2.22.0",
"flow-parser": "^0.126.1",
"in-publish": "^2.0.1",
"jest": "^20.0.4",
Expand Down

0 comments on commit 805b86b

Please sign in to comment.