update lockfile + depend explicitly on eslint-plugin-react

eslint-plugin-react is used by eslint-config-standard-preact, and is a
dependency of it. when eslint is run, it tries to
require('eslint-plugin-react') from the root of the project, which isn't
guaranteed to work (although npm hoisting will _normally_ let it work).
if we depend on it explicitly this will always work.
This commit is contained in:
Renée Kooi 2019-04-24 11:42:11 +02:00
parent 5a5db08478
commit 165ca03416
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040
2 changed files with 2716 additions and 720 deletions

3435
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -40,6 +40,7 @@
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-node": "^4.2.3",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^3.1.0",
"exorcist": "^1.0.1",
"fakefile": "0.0.9",