Skip to content

Commit

Permalink
Merge pull request #2326 from Chia-Network/cmj.electron-30
Browse files Browse the repository at this point in the history
Upgrade Electron to v30
  • Loading branch information
ChiaMineJP authored May 3, 2024
2 parents 92d5ba0 + da77e80 commit 47bff33
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 67 deletions.
146 changes: 93 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"productName": "Chia Blockchain",
"version": "1.0.0",
"engines": {
"node": ">=16.15.0"
"node": ">=18.18.2"
},
"main": "dist/index.js",
"module": "dist/esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"productName": "Chia Blockchain",
"version": "1.0.0",
"engines": {
"node": ">=16.15.0"
"node": ">=18.18.2"
},
"main": "dist/index.js",
"module": "dist/esm.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"productName": "Chia Blockchain",
"version": "1.0.0",
"engines": {
"node": ">=16.15.0"
"node": ">=18.18.2"
},
"main": "dist/index.js",
"module": "dist/esm.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@chia-network/api": "1.0.0",
"@chia-network/api-react": "1.0.0",
"@chia-network/icons": "1.0.0",
"@electron/remote": "2.0.10",
"@electron/remote": "2.1.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@lingui/cli": "4.4.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"babel-plugin-macros": "3.1.0",
"babel-plugin-styled-components": "2.1.4",
"babel-plugin-transform-imports": "2.0.0",
"electron": "27.0.0",
"electron": "30.0.1",
"jest": "29.6.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -109,15 +109,15 @@
"@chia-network/api": "1.0.0",
"@chia-network/api-react": "1.0.0",
"@chia-network/icons": "1.0.0",
"@electron/remote": "^2.0.10",
"@electron/remote": "^2.1.2",
"@lingui/core": "^4.4.0",
"@lingui/react": "^4.4.0",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/styles": "^5.14.5",
"electron": "^27.0.0",
"electron": "^30.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
Expand Down
Loading

0 comments on commit 47bff33

Please sign in to comment.