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

[NEU-157] Upgrade to electron@18.0.0-beta.5 #835

Merged
merged 2 commits into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ template.zip
template-*.json
template-*.zip

dist
dist
public/open-source-notices-automated.txt
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"node-mac-permissions": "2.2.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.54.0",
"@aws-sdk/client-s3": "3.55.0",
"@babel/core": "7.17.5",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@cliqz/adblocker-electron": "1.23.6",
"@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.14.0",
"@electron/remote": "2.0.7",
"@elastic/app-search-javascript": "8.1.0",
"@elastic/react-search-ui": "1.10.0",
"@elastic/react-search-ui-views": "1.10.0",
"@elastic/search-ui-app-search-connector": "1.10.0",
"@electron/get": "1.14.1",
"@electron/remote": "2.0.8",
"@fontsource/roboto": "4.5.3",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
Expand All @@ -72,7 +72,7 @@
"darkreader": "4.9.46",
"date-fns": "2.28.0",
"del": "6.0.0",
"electron": "18.0.0-beta.2",
"electron": "18.0.0-beta.5",
"electron-builder": "22.14.13",
"electron-chrome-extensions": "3.9.0",
"electron-context-menu": "3.1.2",
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,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
Loading