This website requires JavaScript.
Explore
Help
Register
Sign In
jandieman
/
searxng
mirror of
https://github.com/searxng/searxng.git
Watch
2
Star
0
Fork
You've already forked searxng
0
Code
Issues
Projects
Releases
Wiki
Activity
8a85d1b0c7
searxng
/
package.json
7 lines
79 B
JSON
Raw
Normal View
History
Unescape
Escape
[fix] ensure that test.pyright installs pyright 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.
2022-01-20 08:11:37 +00:00
{
"dependencies"
:
{
simple theme: upgrade some of dependencies * 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
2022-03-17 21:21:46 +00:00
"eslint"
:
"^8.11.0"
,
[pyright] remove no longer needed assertion The pyright bug[1] for which the assertion was added has been fixed. [1]: https://github.com/microsoft/pyright/issues/2930
2022-01-26 05:49:58 +00:00
"pyright"
:
"^1.1.215"
[fix] ensure that test.pyright installs pyright 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.
2022-01-20 08:11:37 +00:00
}
}