Skip to content

Commit

Permalink
chore: update electron
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2023
1 parent 27ebc4a commit b8e14b7
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion configs/mocha-config-compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@mongodb-js/mocha-config-devtools": "^1.0.0",
"@electron/remote": "^2.0.12",
"@electron/remote": "^2.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"chai": "^4.3.4",
"chai-dom": "^1.9.0",
Expand Down
39 changes: 21 additions & 18 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/compass-connection-import-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react": "^17.0.2"
},
"dependencies": {
"@electron/remote": "^2.0.12",
"@electron/remote": "^2.1.0",
"@mongodb-js/compass-components": "^1.19.0",
"hadron-ipc": "^3.2.4",
"mongodb-data-service": "^22.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"@electron/remote": "^2.0.12",
"@electron/remote": "^2.1.0",
"@mongodb-js/eslint-config-compass": "^1.0.11",
"@mongodb-js/mocha-config-compass": "^1.3.2",
"@mongodb-js/prettier-config-compass": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-import-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"hadron-document": "^8.4.3"
},
"devDependencies": {
"@electron/remote": "^2.0.12",
"@electron/remote": "^2.1.0",
"@mongodb-js/compass-test-server": "^0.1.6",
"@mongodb-js/eslint-config-compass": "^1.0.11",
"@mongodb-js/mocha-config-compass": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"reformat": "npm run prettier -- --write . && npm run eslint . --fix"
},
"optionalDependencies": {
"@electron/remote": "^2.0.12",
"@electron/remote": "^2.1.0",
"electron": "^25.9.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
},
"devDependencies": {
"@electron/rebuild": "^3.3.0",
"@electron/remote": "^2.0.12",
"@electron/remote": "^2.1.0",
"@mongodb-js/atlas-service": "^0.10.0",
"@mongodb-js/compass-aggregations": "^9.20.0",
"@mongodb-js/compass-app-stores": "^7.6.0",
Expand Down

0 comments on commit b8e14b7

Please sign in to comment.