Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Temp lock down eslint-plugin-react (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored and bjankord committed Jan 2, 2019
1 parent 10c8b50 commit eef109a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Unreleased

### Changed
* Added after as globals for test files recursively under a "wdio" directory
* Tempararily lock-down `eslint-plugin-react`. V7.12.0 was released with bugs and has not yet been fixed. Locking this down until a fix is released.

2.1.0 - (August 29, 2018)
------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0"
"eslint-plugin-react": "7.11.0"
},
"peerDependencies": {
"eslint": "^5.0.0"
Expand Down

0 comments on commit eef109a

Please sign in to comment.