Skip to content

Commit

Permalink
Merge pull request #1 from UiPath/upgrade-electronDeps
Browse files Browse the repository at this point in the history
fix: rendering issue of older electron engine
  • Loading branch information
diwakar-jha3110 authored Nov 30, 2023
2 parents 2373001 + 0208e15 commit a3d772c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"license": "ISC",
"devDependencies": {
"electron": "^10.1.1",
"electron-builder": "^22.8.0"
"electron": "^27.1.2",
"electron-builder": "^24.9.1"
},
"build": {
"appId": "com.uipath.uipathappsdemo",
Expand Down

0 comments on commit a3d772c

Please sign in to comment.