Skip to content

Commit 7d814f6

Browse files
fix(deps): update dependency electron to v22 (#1285)
* fix(deps): update dependency electron to v22 * chore(deps): update dependency chromedriver to v108 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 5507863 commit 7d814f6

File tree

3 files changed

+107
-163
lines changed

3 files changed

+107
-163
lines changed

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"@types/react-dom": "^18.0.9",
6464
"@types/styled-components": "^5.1.26",
6565
"babel-loader": "^9.1.0",
66-
"chromedriver": "^106.0.1",
66+
"chromedriver": "^108.0.0",
6767
"copy-webpack-plugin": "^11.0.0",
6868
"cpy-cli": "^4.2.0",
6969
"cross-env": "^7.0.3",
7070
"css-loader": "^6.7.2",
71-
"electron": "^21.3.1",
71+
"electron": "^22.0.0",
7272
"eslint": "^8.28.0",
7373
"eslint-config-airbnb": "^19.0.4",
7474
"eslint-plugin-import": "^2.26.0",

packages/redux-devtools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"chalk": "^4.1.2",
4848
"cors": "^2.8.5",
4949
"cross-spawn": "^7.0.3",
50-
"electron": "^21.3.1",
50+
"electron": "^22.0.0",
5151
"express": "^4.18.2",
5252
"getport": "^0.1.0",
5353
"graphql": "^16.6.0",

0 commit comments

Comments
 (0)