mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
Upgrade to Electron 33.3.0
This commit is contained in:
parent
450c85b121
commit
beee52f5b2
4 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<h2 id="mailspring-electron-application-mailspring-">Mailspring Electron Application ("Mailspring")</h2>
|
||||
<p>Copyright 2016-2021 Foundry 376, LLC., all rights reserved.</p>
|
||||
<p>Copyright 2016-2025 Foundry 376, LLC., all rights reserved.</p>
|
||||
<p>This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -13,7 +13,7 @@ GNU General Public License for more details.</p>
|
|||
<div style="height: 40px;"></div>
|
||||
|
||||
<h2 id="mailspring-sync-engine-mailsync-">Mailspring Sync Engine ("Mailsync")</h2>
|
||||
<p>Copyright 2016-2021 Foundry 376, LLC., all rights reserved.</p>
|
||||
<p>Copyright 2016-2025 Foundry 376, LLC., all rights reserved.</p>
|
||||
<p>This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Mailspring Electron Application ("Mailspring")
|
||||
Copyright 2016-2021 Foundry 376, LLC., all rights reserved.
|
||||
Copyright 2016-2025 Foundry 376, LLC., all rights reserved.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -17,7 +17,7 @@ https://github.com/Foundry376/Mailspring/blob/master/LICENSE.md
|
|||
<div style="height: 40px;"></div>
|
||||
|
||||
## Mailspring Sync Engine ("Mailsync")
|
||||
Copyright 2016-2021 Foundry 376, LLC., all rights reserved.
|
||||
Copyright 2016-2025 Foundry 376, LLC., all rights reserved.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -50,7 +50,7 @@
|
|||
"@typescript-eslint/parser": "^4.7.0",
|
||||
"chalk": "1.x.x",
|
||||
"devtron": "^1.4.0",
|
||||
"electron": "30.0.9",
|
||||
"electron": "33.3.0",
|
||||
"electron-winstaller": "5.1.x",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "7.2.0",
|
||||
|
@ -2330,9 +2330,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "30.0.9",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.9.tgz",
|
||||
"integrity": "sha512-ArxgdGHVu3o5uaP+Tqj8cJDvU03R6vrGrOqiMs7JXLnvQHMqXJIIxmFKQAIdJW8VoT3ac3hD21tA7cPO10RLow==",
|
||||
"version": "33.3.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.3.0.tgz",
|
||||
"integrity": "sha512-316ZlFUHJmzGrhRj87tVStxyYvknDqVR9eYSsGKAHY7auhVWFLIcPPGxcnbD/H1mez8CpDjXvEjcz76zpWxsXw==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
|
@ -13759,9 +13759,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "30.0.9",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.9.tgz",
|
||||
"integrity": "sha512-ArxgdGHVu3o5uaP+Tqj8cJDvU03R6vrGrOqiMs7JXLnvQHMqXJIIxmFKQAIdJW8VoT3ac3hD21tA7cPO10RLow==",
|
||||
"version": "33.3.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-33.3.0.tgz",
|
||||
"integrity": "sha512-316ZlFUHJmzGrhRj87tVStxyYvknDqVR9eYSsGKAHY7auhVWFLIcPPGxcnbD/H1mez8CpDjXvEjcz76zpWxsXw==",
|
||||
"requires": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^20.9.0",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@typescript-eslint/parser": "^4.7.0",
|
||||
"chalk": "1.x.x",
|
||||
"devtron": "^1.4.0",
|
||||
"electron": "30.0.9",
|
||||
"electron": "33.3.0",
|
||||
"@electron/packager": "18.3.2",
|
||||
"electron-winstaller": "5.1.x",
|
||||
"eslint": "^7.32.0",
|
||||
|
|
Loading…
Reference in a new issue