Skip to content

Commit

Permalink
ESLint Plugin: Add missing eslint-plugin-import dependency (#28545)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jan 28, 2021
1 parent b1acb2e commit b7e31d4
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 63 deletions.
196 changes: 134 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
"enzyme": "3.11.0",
"equivalent-key-map": "0.2.2",
"eslint-plugin-eslint-comments": "3.1.2",
"eslint-plugin-import": "2.20.2",
"execa": "4.0.2",
"fast-glob": "2.2.7",
"glob": "7.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fix

- Add missing `eslint-plugin-import` npm dependency ([#28545](https://github.com/WordPress/gutenberg/pull/28545)).

## 8.0.0 (2021-01-21)

### Breaking Changes
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"babel-eslint": "^10.1.0",
"cosmiconfig": "^7.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down

0 comments on commit b7e31d4

Please sign in to comment.