update npm packages
This commit is contained in:
parent
928f536adb
commit
d8525c3a93
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue