Skip to content

Commit

Permalink
update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Apr 22, 2024
1 parent 928f536 commit d8525c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/librssguard/network-web/adblock/adblockmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/librssguard/network-web/readability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d8525c3

Please sign in to comment.