mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-02-01 07:15:57 +00:00
Upgrade electron 33.2.1 -> 33.3.1
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled
This commit is contained in:
parent
62e843dea7
commit
679ffcb630
2 changed files with 12 additions and 12 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "monerod-gui",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "monerod-gui",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
|
@ -58,13 +58,13 @@
|
|||
"@types/chart.js": "2.9.41",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/jquery": "3.5.32",
|
||||
"@types/node": "22.10.2",
|
||||
"@types/node": "22.10.5",
|
||||
"@types/pidusage": "2.0.5",
|
||||
"@types/unbzip2-stream": "1.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.18.2",
|
||||
"@typescript-eslint/parser": "8.18.2",
|
||||
"conventional-changelog-cli": "5.0.0",
|
||||
"electron": "33.2.1",
|
||||
"electron": "33.3.1",
|
||||
"electron-builder": "25.1.8",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-reloader": "1.2.3",
|
||||
|
@ -7148,9 +7148,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "22.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
|
||||
"integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
|
||||
"version": "22.10.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
|
||||
"integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
|
||||
"devOptional": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~6.20.0"
|
||||
|
@ -12015,9 +12015,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "33.2.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.2.1.tgz",
|
||||
"integrity": "sha512-SG/nmSsK9Qg1p6wAW+ZfqU+AV8cmXMTIklUL18NnOKfZLlum4ZsDoVdmmmlL39ZmeCaq27dr7CgslRPahfoVJg==",
|
||||
"version": "33.3.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.3.1.tgz",
|
||||
"integrity": "sha512-Z7l2bVgpdKxHQMI4i0CirBX2n+iCYKOx5mbzNM3BpOyFELwlobEXKmzCmEnwP+3EcNeIhUQyIEBFQxN06QgdIw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -122,13 +122,13 @@
|
|||
"@types/chart.js": "2.9.41",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/jquery": "3.5.32",
|
||||
"@types/node": "22.10.2",
|
||||
"@types/node": "22.10.5",
|
||||
"@types/pidusage": "2.0.5",
|
||||
"@types/unbzip2-stream": "1.4.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.18.2",
|
||||
"@typescript-eslint/parser": "8.18.2",
|
||||
"conventional-changelog-cli": "5.0.0",
|
||||
"electron": "33.2.1",
|
||||
"electron": "33.3.1",
|
||||
"electron-builder": "25.1.8",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-reloader": "1.2.3",
|
||||
|
|
Loading…
Reference in a new issue