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

Commit

Permalink
[NEU-163] Upgrade to [email protected] (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Mar 25, 2022
1 parent 17f6b88 commit 6a14f68
Show file tree
Hide file tree
Showing 6 changed files with 1,003 additions and 1,219 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"node-mac-permissions": "2.2.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.54.0",
"@babel/core": "7.17.5",
"@aws-sdk/client-s3": "3.55.0",
"@babel/core": "7.17.8",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@cliqz/adblocker-electron": "1.23.6",
"@cliqz/adblocker-electron": "1.23.7",
"@date-io/date-fns": "1.3.13",
"@elastic/app-search-javascript": "8.0.0",
"@elastic/react-search-ui": "1.9.0",
"@elastic/react-search-ui-views": "1.9.0",
"@elastic/search-ui-app-search-connector": "1.9.0",
"@electron/get": "1.13.1",
"@electron/remote": "2.0.7",
"@fontsource/roboto": "4.5.3",
"@elastic/app-search-javascript": "8.1.0",
"@elastic/react-search-ui": "1.10.1",
"@elastic/react-search-ui-views": "1.10.1",
"@elastic/search-ui-app-search-connector": "1.10.1",
"@electron/get": "1.14.1",
"@electron/remote": "2.0.8",
"@fontsource/roboto": "4.5.5",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@material-ui/pickers": "3.3.10",
"@sentry/electron": "3.0.4",
"@sentry/electron": "3.0.5",
"ace-builds": "1.4.14",
"amplitude-js": "8.17.0",
"auto-launch": "5.0.5",
Expand All @@ -72,13 +72,13 @@
"darkreader": "4.9.46",
"date-fns": "2.28.0",
"del": "6.0.0",
"electron": "17.1.2",
"electron": "17.2.0",
"electron-builder": "22.14.13",
"electron-chrome-extensions": "3.9.0",
"electron-context-menu": "3.1.2",
"electron-fetch": "1.7.4",
"electron-fetch": "1.8.0",
"electron-is-dev": "2.0.0",
"electron-notarize": "1.1.1",
"electron-notarize": "1.2.1",
"electron-positioner": "4.1.0",
"electron-settings": "4.0.2",
"electron-updater": "4.6.5",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"ext-name": "5.0.0",
"extract-zip": "2.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/@cliqz/adblocker-electron/dist/cjs/adblocker.js b/node_modules/@cliqz/adblocker-electron/dist/cjs/adblocker.js
index b8fb45d..cce335c 100644
index d4ce056..4dc77ee 100644
--- a/node_modules/@cliqz/adblocker-electron/dist/cjs/adblocker.js
+++ b/node_modules/@cliqz/adblocker-electron/dist/cjs/adblocker.js
@@ -21,7 +21,10 @@ exports.ElectronBlocker = exports.BlockingContext = exports.fromElectronDetails
@@ -25,7 +25,10 @@ exports.ElectronBlocker = exports.BlockingContext = exports.fromElectronDetails
const electron_1 = require("electron");
const tldts_experimental_1 = require("tldts-experimental");
const adblocker_1 = require("@cliqz/adblocker");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js b/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js
index 3177940..27fdf4d 100644
index 0abd306..798fedb 100644
--- a/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js
+++ b/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js
@@ -282,6 +282,11 @@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/electron-fetch/lib/index.es.js b/node_modules/electron-fetch/lib/index.es.js
index 3474009..effd43f 100644
index 94d2264..6630bed 100644
--- a/node_modules/electron-fetch/lib/index.es.js
+++ b/node_modules/electron-fetch/lib/index.es.js
@@ -285,6 +285,21 @@ Body.prototype = {
Expand All @@ -25,10 +25,10 @@ index 3474009..effd43f 100644
* Decode response as text, while automatically detecting the encoding and
* trying to decode to UTF-8 (non-spec api)
diff --git a/node_modules/electron-fetch/lib/index.js b/node_modules/electron-fetch/lib/index.js
index c9ea590..03b8558 100644
index 6e3fb52..17bccf0 100644
--- a/node_modules/electron-fetch/lib/index.js
+++ b/node_modules/electron-fetch/lib/index.js
@@ -315,6 +315,21 @@ Body.prototype = {
@@ -313,6 +313,21 @@ Body.prototype = {
return consumeBody.call(this);
},

Expand Down
210 changes: 2 additions & 208 deletions public/open-source-notices-automated.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 6a14f68

Please sign in to comment.