chore(v2): fix several npm warnings (#3766)

This commit is contained in:
Alexey Pyltsyn 2020-11-17 13:22:51 +03:00 committed by GitHub
parent 47a4b5b55e
commit d5c8a0ca79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 10 deletions

View file

@ -13,13 +13,11 @@
},
"license": "MIT",
"dependencies": {
"file-loader": "^6.2.0",
"loader-utils": "^1.2.3",
"lodash.sortby": "^4.7.0",
"node-vibrant": "^3.1.5"
},
"peerDependencies": {
"file-loader": "*",
"sharp": "*"
"node-vibrant": "^3.1.5",
"sharp": "^0.25.2"
},
"engines": {
"node": ">=10.15.1"