mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 23:15:25 +00:00
Forgot to roll back to 18.0.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
PackageVersion: 17.3.1.$(Build.BuildId)
|
||||
PackageVersion: 18.0.1.$(Build.BuildId)
|
||||
projectAPI: './ElectronNET.API/ElectronNET.API.csproj'
|
||||
projectCLI: './ElectronNET.CLI/ElectronNET.CLI.csproj'
|
||||
|
||||
|
||||
16
ElectronNET.Host/package-lock.json
generated
16
ElectronNET.Host/package-lock.json
generated
@@ -395,22 +395,14 @@
|
||||
"dev": true
|
||||
},
|
||||
"electron": {
|
||||
"version": "17.3.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-17.3.1.tgz",
|
||||
"integrity": "sha512-C5E3uvXo1cmI+xYtbiMCW8AAGhBL0HbLA6cqD7FJmBoPtY88W/3A/km5z8oPGORyBNgSe7tSoHx4a6jWJIR+og==",
|
||||
"version": "18.0.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-18.0.1.tgz",
|
||||
"integrity": "sha512-8y3nxmK+v/tiuaR8yd4K83ApHxgomMIPAEl3J+2Jfv/D5G6M3KnvxNlNiNoTXI8uOegfmoqiDm5/2xlWFLzfLQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^1.13.0",
|
||||
"@types/node": "^14.6.2",
|
||||
"@types/node": "^16.11.26",
|
||||
"extract-zip": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": {
|
||||
"version": "14.18.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.12.tgz",
|
||||
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"electron-notarize": {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.26",
|
||||
"dotenv": "^16.0.0",
|
||||
"electron": "^17.3.1",
|
||||
"electron": "^18.0.1",
|
||||
"electron-notarize": "^1.2.1",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.6.3"
|
||||
|
||||
Reference in New Issue
Block a user