Skip to content

Commit

Permalink
chore: update npm dependency to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 8, 2024
1 parent 8d64b72 commit ae55c73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"sass": "^1.72.0",
"styled-components": "^6.1.8",
"sudo-prompt": "9.2.1",
"usehooks-ts": "^2.14.0",
"electron": "29.2.0"
"usehooks-ts": "^2.14.0"
},
"devDependencies": {
"concurrently": "^8.2.2",
Expand All @@ -31,7 +30,8 @@
"eslint-plugin-prettier": "^5.1.3",
"hardhat": "==2.17.1",
"net": "^1.0.2",
"prettier": "^3.2.5"
"prettier": "^3.2.5",
"electron": "^30.0.2"
},
"main": "electron/main.js",
"name": "olas-operate-app",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2350,10 +2350,10 @@ electron-sudo@^4.0.12:
babel-runtime "^6.18.0"
bluebird "^3.4.6"

electron@29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-29.2.0.tgz#98e9d45dcebda124fb0bd1ff20fc509ec692101c"
integrity sha512-ALKrCN52RG4g9prx4DriXSPnY5WoiyRUCNp7zEVQuoiNOpHTNqMMpRidQAHzntV4hajF1LMWHVoBkwqIs1jHhg==
electron@^30.0.2:
version "30.0.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.2.tgz#95ba019216bf8be9f3097580123e33ea37497733"
integrity sha512-zv7T+GG89J/hyWVkQsLH4Y/rVEfqJG5M/wOBIGNaDdqd8UV9/YZPdS7CuFeaIj0H9LhCt95xkIQNpYB/3svOkQ==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit ae55c73

Please sign in to comment.