Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Bootstrap 5Arthur de Jong2021-09-031-3/+2
| | | | | | This updates the events that are handled in Javascript to no longer use jQuery and stops the use of Bootstrap tooltips. Bootstrap introduces slightly different font sizes and we include some changes to padding.
* Update to Plotly.js 2.4Arthur de Jong2021-09-031-1/+2
| | | | This includes some changes to import D3 ourselves.
* Update NPM packagesArthur de Jong2021-09-031-6/+6
| | | | | Includes fixes for CVE-2021-37713 in the tar npm package (that should not affect us).
* Update NPM packagesArthur de Jong2021-08-131-1/+1
| | | | Includes changes that should have been part of 8cf2053.
* Update NPM packagesArthur de Jong2021-08-101-8/+8
| | | | | Includes fixes for CVE-2021-32804 and CVE-2021-32803 in the tar npm package.
* Update some NPM packagesArthur de Jong2021-07-091-18/+17
| | | | | | | | This includes an update to html-loader that requires a small configurmation change. This does not include new major versions of Bootstrap 5 and Plotly.js 2 that are also available.
* Update some NPM packagesArthur de Jong2021-05-021-1/+1
|
* Update some NPM packagesArthur de Jong2021-01-311-9/+9
|
* Update some NPM packagesArthur de Jong2020-12-201-19/+19
| | | | | | | | | Includes a fix for CVE-2020-7788 in ini npm package. This upgrades to newer eslint and webpack and includes a few fixes for that. Closes https://github.com/arthurdejong/munin-plot/pull/6
* Update some NPM packagesArthur de Jong2020-09-041-3/+3
|
* Update some NPM packagesArthur de Jong2020-07-221-6/+6
| | | | Closes https://github.com/arthurdejong/munin-plot/pull/5
* Update some NPM packagesArthur de Jong2020-06-201-5/+5
|
* Update some NPM packagesArthur de Jong2020-06-131-12/+12
|
* Update some NPM packagesArthur de Jong2020-04-101-13/+13
| | | | Closes https://github.com/arthurdejong/munin-plot/pull/3
* Update some NPM packagesArthur de Jong2020-01-191-7/+7
|
* Switch from Open Iconic to Font AwesomeArthur de Jong2019-12-311-1/+1
| | | | | The latter has more icons and the former no longer seems to be supported.
* Add navigation bar with date range selectorArthur de Jong2019-12-301-0/+1
| | | | | This also adds a few small style tweaks and ensures that webpack does not minimise development builds.
* Use ESLint to check code styleArthur de Jong2019-12-301-1/+8
|
* Use webpack to build Javascript partArthur de Jong2019-12-301-0/+35
This uses npm to install the required packages and builds the files with webpack.