Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Oct 28, 2020
1 parent 4163fca commit a395e0b
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 466 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Singlebox",
"description": "AppView template for WebCatalog",
"version": "11.1.1",
"version": "11.2.0",
"minimumWebCatalogVersion": "23.0.0",
"engines": {
"node": ">=12.0.0 <13.0.0"
Expand All @@ -26,7 +26,7 @@
"@cliqz/adblocker-electron": "1.18.3",
"@sentry/electron": "2.0.1",
"cheerio": "1.0.0-rc.3",
"darkreader": "4.9.21",
"darkreader": "4.9.22",
"electron-context-menu": "2.3.0",
"electron-is-dev": "1.2.0",
"electron-settings": "4.0.2",
Expand All @@ -52,9 +52,9 @@
"devDependencies": {
"@date-io/date-fns": "1.3.13",
"@elastic/app-search-javascript": "7.8.0",
"@elastic/react-search-ui": "1.4.1",
"@elastic/react-search-ui-views": "1.4.1",
"@elastic/search-ui-app-search-connector": "1.4.1",
"@elastic/react-search-ui": "1.5.0",
"@elastic/react-search-ui-views": "1.5.0",
"@elastic/search-ui-app-search-connector": "1.5.0",
"@electron/get": "1.12.2",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
Expand All @@ -75,16 +75,16 @@
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "2.5.1",
"extract-zip": "2.0.1",
"hasha": "5.2.2",
"prop-types": "15.7.2",
"react": "16.13.1",
"react": "16.14.0",
"react-ace": "9.2.0",
"react-dom": "16.13.1",
"react-redux": "7.2.1",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-scripts": "3.4.4",
"react-sortable-hoc": "1.11.0",
"redux": "4.0.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/darkreader/darkreader.js b/node_modules/darkreader/darkreader.js
index 6068f33..4f02905 100644
index fce0d5e..93bb8d4 100644
--- a/node_modules/darkreader/darkreader.js
+++ b/node_modules/darkreader/darkreader.js
@@ -184,17 +184,15 @@
@@ -189,17 +189,15 @@
}
function readResponseAsDataURL(response) {
return __awaiter(this, void 0, void 0, function () {
Expand Down
Loading

0 comments on commit a395e0b

Please sign in to comment.