mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
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:
parent
5a5db08478
commit
165ca03416
2 changed files with 2716 additions and 720 deletions
3435
package-lock.json
generated
3435
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue