mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Use electron 34.5.1
This commit is contained in:
parent
d13732df0f
commit
fe3ae9b4c5
3 changed files with 15 additions and 11 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -1,3 +1,3 @@
|
|||
declare module 'electron-drag-click' {
|
||||
declare module 'quine-electron-drag-click' {
|
||||
export default function electronDragClick(): void;
|
||||
}
|
||||
|
|
|
|||
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"node-addon-api": "^3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^33.0.2",
|
||||
"electron": "34.5.1",
|
||||
"node-gyp": "^9.0.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -535,11 +535,12 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "33.0.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.0.2.tgz",
|
||||
"integrity": "sha512-C2WksfP0COsMHbYXSJG68j6S3TjuGDrw/YT42B526yXalIlNQZ2GeAYKryg6AEMkIp3p8TUfDRD0+HyiyCt/nw==",
|
||||
"version": "34.5.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-34.5.1.tgz",
|
||||
"integrity": "sha512-z2Wm7QjhnJ5592fLITynj8UwIk1mBiT402mOakxSYiADrERIci3IOPk7xWHAFOMvt/eoG5RW16PPhgJiedZcGA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^20.9.0",
|
||||
|
|
|
|||
15
package.json
15
package.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "electron-drag-click",
|
||||
"name": "quine-electron-drag-click",
|
||||
"version": "1.0.6",
|
||||
"description": "A native module that propagates click events to draggable areas in Electron on macOS.",
|
||||
"main": "index.js",
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gerhardberger/electron-drag-click.git"
|
||||
"url": "git+https://github.com/quine-global/electron-drag-click.git"
|
||||
},
|
||||
"keywords": [
|
||||
"macos",
|
||||
|
|
@ -22,14 +22,17 @@
|
|||
"native",
|
||||
"draggable"
|
||||
],
|
||||
"author": "Gellert Hegyi <gellihegyi@gmail.com>",
|
||||
"authors": [
|
||||
"Gellert Hegyi <gellihegyi@gmail.com>",
|
||||
"Quine Global <quine@fastmail.com>"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gerhardberger/electron-drag-click/issues"
|
||||
"url": "https://github.com/quine-global/electron-drag-click/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gerhardberger/electron-drag-click#readme",
|
||||
"homepage": "https://github.com/quine-global/electron-drag-click#readme",
|
||||
"devDependencies": {
|
||||
"electron": "^33.0.2",
|
||||
"electron": "34.5.1",
|
||||
"node-gyp": "^9.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue