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

Commit

Permalink
[NEU-168] Upgrade to electron@18.0.0 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Mar 30, 2022
1 parent df12c1b commit ab4c086
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 453 deletions.
1 change: 0 additions & 1 deletion main-src/libs/views.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ const addViewAsync = async (browserWindow, workspace) => {
? global.blockJavascript : workspaceBlockJavascript;
const sharedWebPreferences = {
spellcheck: global.spellcheck,
nativeWindowOpen: true,
nodeIntegration: false,
contextIsolation: true,
plugins: true, // PDF reader
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"node-mac-permissions": "2.2.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.56.0",
"@aws-sdk/client-s3": "3.58.0",
"@babel/core": "7.17.8",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.11",
Expand All @@ -52,9 +52,9 @@
"@emotion/styled": "11.8.1",
"@fontsource/roboto": "4.5.5",
"@mui/icons-material": "5.5.1",
"@mui/lab": "5.0.0-alpha.74",
"@mui/material": "5.5.2",
"@mui/styles": "5.5.1",
"@mui/lab": "5.0.0-alpha.75",
"@mui/material": "5.5.3",
"@mui/styles": "5.5.3",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"ace-builds": "1.4.14",
Expand All @@ -74,7 +74,7 @@
"darkreader": "4.9.46",
"date-fns": "2.28.0",
"del": "6.0.0",
"electron": "18.0.0-beta.5",
"electron": "18.0.0",
"electron-builder": "22.14.13",
"electron-chrome-extensions": "3.9.0",
"electron-context-menu": "3.1.2",
Expand All @@ -85,13 +85,13 @@
"electron-settings": "4.0.2",
"electron-updater": "4.6.5",
"electron-window-state": "5.0.3",
"eslint": "8.11.0",
"eslint": "8.12.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-hooks": "4.4.0",
"ext-name": "5.0.0",
"extract-zip": "2.0.1",
"follow-redirects": "1.14.9",
Expand All @@ -101,7 +101,7 @@
"is-url": "1.2.4",
"jimp": "0.16.1",
"lodash": "4.17.21",
"menubar": "9.1.1",
"menubar": "9.1.2",
"node-fetch": "2.6.7",
"node-machine-id": "1.1.12",
"notistack": "2.0.3",
Expand Down
File renamed without changes.
Loading

0 comments on commit ab4c086

Please sign in to comment.