Skip to content

Commit

Permalink
Merge pull request jupyterlab#719 from mbektas/upgrade-to-electron-27
Browse files Browse the repository at this point in the history
upgrade to electron 27
  • Loading branch information
mbektas authored Oct 25, 2023
2 parents bfd38e2 + e59492c commit dcd2440
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 155 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,46 +175,40 @@
"@types/yargs": "^17.0.18",
"@typescript-eslint/eslint-plugin": "~5.28.0",
"@typescript-eslint/parser": "~5.28.0",
"css-loader": "~5.1.1",
"electron": "^26.2.4",
"electron-builder": "^24.6.3",
"electron": "^27.0.2",
"electron-builder": "^24.6.4",
"electron-notarize": "^1.2.2",
"eslint": "~8.17.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-prettier": "~4.0.0",
"eslint-plugin-react": "~7.29.4",
"file-loader": "~6.2.0",
"fs-extra": "~9.1.0",
"istextorbinary": "^6.0.0",
"meow": "^6.0.1",
"mini-css-extract-plugin": "^1.3.9",
"node-watch": "^0.7.1",
"node-watch": "^0.7.4",
"prettier": "~2.1.1",
"raw-loader": "^4.0.2",
"read-package-tree": "^5.1.6",
"rimraf": "~3.0.0",
"style-loader": "~2.0.0",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~4.2.2",
"url-loader": "~4.1.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lumino/signaling": "^1.10.0",
"ejs": "^3.1.7",
"electron-log": "^4.4.8",
"fast-xml-parser": "^4.2.5",
"fix-path": "^3.0.0",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.7",
"semver": "^7.5.2",
"tar": "^6.1.15",
"semver": "^7.5.4",
"tar": "^6.2.0",
"update-electron-app": "^2.0.1",
"which": "^2.0.2",
"winreg": "^1.2.4",
Expand Down
Loading

0 comments on commit dcd2440

Please sign in to comment.