Skip to content

Commit cacf7cf

Browse files
fix(deps): update dependency electron to v31 (#1682)
* fix(deps): update dependency electron to v31 * chore(deps): update dependency chromedriver to v126 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent a1fe1a4 commit cacf7cf

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@types/react": "^18.3.3",
6161
"@types/react-dom": "^18.3.0",
6262
"@types/styled-components": "^5.1.34",
63-
"chromedriver": "^124.0.4",
63+
"chromedriver": "^126.0.0",
6464
"cross-env": "^7.0.3",
65-
"electron": "^30.1.0",
65+
"electron": "^31.0.0",
6666
"esbuild": "^0.21.4",
6767
"eslint": "^8.57.0",
6868
"eslint-config-airbnb": "^19.0.4",

packages/redux-devtools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"chalk": "^5.3.0",
5050
"cors": "^2.8.5",
5151
"cross-spawn": "^7.0.3",
52-
"electron": "^30.1.0",
52+
"electron": "^31.0.0",
5353
"express": "^4.19.2",
5454
"get-port": "^7.1.0",
5555
"graphql": "^16.8.1",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)