Skip to content

Commit

Permalink
chore(deps): update dependency electron to v24.8.5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 5, 2023
1 parent 44bf5ff commit 013968b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/electron-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@rino.app/common": "workspace:*",
"@rino.app/electron-types": "workspace:*",
"@types/lodash-es": "^4.17.7",
"electron": "24.4.0",
"electron": "24.8.5",
"electron-context-menu": "^3.6.1",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@rino.app/electron-types": "workspace:*",
"electron": "24.4.0",
"electron": "24.8.5",
"electron-log": "^4.4.8",
"esbuild": "^0.17.19",
"typescript": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"electron": "24.4.0",
"electron": "24.8.5",
"electron-log": "^4.4.8",
"immer": "^10.0.2",
"is-promise": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"types": "./types/index.d.ts",
"devDependencies": {
"@rino.app/editor": "workspace:*",
"electron": "24.4.0"
"electron": "24.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rino.app/electron-main": "workspace:*",
"@rino.app/electron-preload": "workspace:*",
"@rino.app/electron-renderer": "workspace:*",
"electron": "24.4.0",
"electron": "24.8.5",
"electron-builder": "^23.6.0",
"wait-on": "^7.0.1"
},
Expand Down
26 changes: 14 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 013968b

Please sign in to comment.