fix: system plugin run time error (#1754)
Showing
| ... | ... | @@ -15,6 +15,7 @@ |
| "decompress": "^4.2.1", | ||
| "domino-ext": "^2.1.4", | ||
| "encoding": "^0.1.13", | ||
| "lodash": "^4.17.21", | ||
| "file-type": "^19.0.0", | ||
| "iconv-lite": "^0.6.3", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| ... | ... | @@ -41,6 +42,7 @@ |
| "@types/multer": "^1.4.10", | ||
| "@types/node-cron": "^3.0.11", | ||
| "@types/papaparse": "5.3.7", | ||
| "@types/lodash": "^4.14.191", | ||
| "@types/pg": "^8.6.6", | ||
| "@types/tunnel": "^0.0.4", | ||
| "@types/turndown": "^5.0.4" | ||
| ... | ... |
Please
register
or
sign in
to comment