update npm packages

This commit is contained in:
Martin Rotter 2024-04-22 07:56:48 +02:00
parent 928f536adb
commit d8525c3a93
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
#include <QProcess>
#define CLIQZ_ADBLOCKED_PACKAGE "@cliqz/adblocker"
#define CLIQZ_ADBLOCKED_VERSION "1.26.7"
#define CLIQZ_ADBLOCKED_VERSION "1.27.1"
class QUrl;
class AdblockRequestInfo;

View file

@ -9,10 +9,10 @@
#include <QDir>
#define READABILITY_PACKAGE "@mozilla/readability"
#define READABILITY_VERSION "0.4.4"
#define READABILITY_VERSION "0.5.0"
#define JSDOM_PACKAGE "jsdom"
#define JSDOM_VERSION "22.1.0"
#define JSDOM_VERSION "24.0.0"
Readability::Readability(QObject* parent) : QObject{parent}, m_modulesInstalling(false), m_modulesInstalled(false) {
connect(qApp->nodejs(), &NodeJs::packageInstalledUpdated, this, &Readability::onPackageReady);