-
- Downloads
Update app-shell and upload and pull in transitive deps for now
We didn't allow rollup to look into vendored node_modules so we avoid multiple version in the same bundle, but this breaks in case a vendored packages has a new dep not used elsewhere. For now just add the dep in the app.
Showing
- assets/vpu-signature.html.ejs 1 addition, 1 deletionassets/vpu-signature.html.ejs
- package-lock.json 36 additions, 13 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- vendor/app-shell 1 addition, 1 deletionvendor/app-shell
- vendor/file-upload 1 addition, 1 deletionvendor/file-upload
... | ... | @@ -50,6 +50,7 @@ |
"select2": "^4.0.13", | ||
"source-sans-pro": "^2.45.0", | ||
"suggestions": "^1.7.0", | ||
"universal-router": "^9.0.1", | ||
"vpu-auth": "file:./vendor/auth", | ||
"vpu-common": "file:./vendor/common", | ||
"vpu-file-upload": "file:./vendor/file-upload", | ||
... | ... |
Please register or sign in to comment