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 Apr 30, 2022
1 parent cca207e commit b1ae756
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 @@ -17,9 +17,9 @@
"test:watch": "npm run tests-only -- --watch"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/parser": "^7.17.8",
"@babel/parser": "^7.17.10",
"aud": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
Expand All @@ -29,9 +29,9 @@
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babylon": "^6.18.0",
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"flow-parser": "^0.126.1",
"in-publish": "^2.0.1",
"jest": "^20.0.4",
Expand Down

0 comments on commit b1ae756

Please sign in to comment.