chore: add missing dependencies on tslib (#6094)

This commit is contained in:
Joshua Chen 2021-12-11 18:18:25 +08:00 committed by GitHub
parent d7a595d3e0
commit e57929c114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 5 deletions

View file

@ -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"