summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAge
* Upgrade dependenciesAlexandre Flament2023-10-01
| | | | | | | * geckodriver: 0.33.0 * node 16.20.2 * pyright 1.1.329 * eslint 8.50.0
* [mod] install developer tools by: make node.env.devMarkus Heiser2023-02-11
| | | | | | | | - rename ``./manage node.env.devtools`` to ``./manage node.env.dev`` - add ``make node.env.dev`` - remove local developer tools by ``make node.clean`` Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
* Node: update to node 16.15.1Alexandre Flament2022-06-25
|
* simple theme: upgrade some of dependenciesAlexandre Flament2022-03-20
| | | | | | | | * less-plugin-clean-css: no updated version. @wikipedia/less-plugin-clean-css might be an alternative. * stylelint & stylelint-config-standard the new versions require configuration and source code changes
* [pyright] remove no longer needed assertionMartin Fischer2022-01-27
| | | | | | The pyright bug[1] for which the assertion was added has been fixed. [1]: https://github.com/microsoft/pyright/issues/2930
* [mod] remove .nvm_packages, add eslint to package.jsonMartin Fischer2022-01-23
|
* [fix] ensure that test.pyright installs pyrightMartin Fischer2022-01-23
nodejs.ensure only sets up NVM if there isn't a system-wide installation of Node that matches our NODE_MINIMUM_VERSION. The ubuntu image in the CI comes with an up to date node version, so pyright from .nvm_packages is never installed. This commit fixes this by introducing a package.json file.