Skip to content

Commit

Permalink
[Dev Deps] update @babel/cli, @babel/core, @babel/register, `es…
Browse files Browse the repository at this point in the history
…lint`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`
  • Loading branch information
ljharb committed Oct 26, 2020
1 parent 4f12896 commit af140ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"react-is": "^16.13.1 || ^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/register": "^7.11.5",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/register": "^7.12.1",
"airbnb-browser-shims": "^3.3.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-plugin-transform-replace-object-assign": "^2.0.0",
"babel-preset-airbnb": "^3.3.2",
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-helper": "^1.3.9",
"eslint": "^7.8.1",
"eslint": "^7.12.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"mocha": "^3.5.3",
"mock-env": "^0.2.0",
"nyc": "^10.3.2",
Expand Down

0 comments on commit af140ff

Please sign in to comment.