mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
chore: add missing dependencies on tslib (#6094)
This commit is contained in:
parent
d7a595d3e0
commit
e57929c114
7 changed files with 12 additions and 5 deletions
|
@ -20,7 +20,8 @@
|
|||
"file-loader": "^6.2.0",
|
||||
"lodash": "^4.17.20",
|
||||
"node-vibrant": "^3.1.5",
|
||||
"sharp": "^0.29.1"
|
||||
"sharp": "^0.29.1",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue