mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 06:27:02 +02:00
chore(v2): fix several npm warnings (#3766)
This commit is contained in:
parent
47a4b5b55e
commit
d5c8a0ca79
5 changed files with 9 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue