Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jun 24, 2023
1 parent b92c71b commit b8070d7
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 334 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"dist": "yarn build && zx tools/build_electron.mjs"
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "~2.4.1",
"@electron/notarize": "^1.2.4",
"@sofie-automation/code-standard-preset": "~2.4.7",
"@types/electron-prompt": "^1.6.1",
"@types/node": "^16.18.3",
"@types/node-hid": "^1.3.1",
"@types/sharp": "^0.31.1",
"cross-env": "^7.0.3",
"electron": "^22.0.2",
"electron-builder": "^23.6.0",
"electron-notarize": "^1.2.2",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "~4.9.5",
"zx": "^7.2.1"
"zx": "^7.2.2"
},
"engines": {
"node": "^16.14"
},
"dependencies": {
"@elgato-stream-deck/node": "^5.7.2",
"@elgato-stream-deck/node": "^5.7.3",
"@julusian/jpeg-turbo": "^2.1.0",
"@loupedeck/node": "^0.4.0",
"@xencelabs-quick-keys/node": "^0.4.0",
Expand All @@ -62,9 +62,9 @@
"infinitton-idisplay": "^1.1.2",
"meow": "^9.0.0",
"node-hid": "npm:@julusian/hid@2.5.0-3",
"semver": "^7.5.0",
"sharp": "^0.32.0",
"tslib": "^2.5.0",
"semver": "^7.5.3",
"sharp": "^0.32.1",
"tslib": "^2.5.3",
"usb": "^2.9.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion tools/notarize.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Based on https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ */

const { notarize } = require('electron-notarize')
const { notarize } = require('@electron/notarize')

exports.default = async function notarizing(context) {
const { electronPlatformName, appOutDir } = context
Expand Down
Loading

0 comments on commit b8070d7

Please sign in to comment.