aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix NPM security warningsAlec Theriault2020-03-221-163/+182
| | | | | | This was done by calling `npm audit fix`. Note that the security issues seem to have been entirely in the build dependencies, since the output JS has not changed.
* Update JS dependenciesAlec Theriault2018-10-241-1846/+3495
| | | | | This was done via `npm audit fix`. I think this fixes #903 along with some more serious vulnerabilities that nobody seems to have noticed.
* Add compile step that bundles and compresses JS files (#684)Tim Baumann2017-09-231-0/+3410
* Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme