Skip to content

Commit 86b2b7c

Browse files
authored
fix(electron): downgrade to 25.8.4 COMPASS-7291 (#4951)
* fix(electron): downgrade to 25.8.4 * chore: add electron at the top level * chore: fix browserlist * chore: add electron as a peerDependency on packages using @electron/remote * chore: fix peer deps * fix: decrease bundle size
1 parent 8fe1744 commit 86b2b7c

File tree

18 files changed

+95
-94
lines changed

18 files changed

+95
-94
lines changed

configs/webpack-config-compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
7070
"babel-loader": "^8.2.5",
7171
"babel-plugin-istanbul": "^5.2.0",
72-
"browserslist": "^4.21.11",
72+
"browserslist": "^4.22.1",
7373
"chalk": "^4.1.2",
7474
"cli-progress": "^3.9.1",
7575
"core-js": "^3.17.3",
7676
"css-loader": "^4.3.0",
77-
"electron": "^26.2.2",
77+
"electron": "^25.8.4",
7878
"html-webpack-plugin": "^5.3.2",
7979
"less-loader": "^10.0.1",
8080
"mini-css-extract-plugin": "^2.3.0",

0 commit comments

Comments
 (0)