Update electron to latest

This commit is contained in:
WardPearce
2025-02-05 18:44:31 +13:00
parent ed9b67ceba
commit df2ba5df50
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "Materialious",
"version": "1.7.4",
"version": "1.7.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Materialious",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
@@ -19,7 +19,7 @@
"jsonfile": "^6.1.0"
},
"devDependencies": {
"electron": "^34.0.1",
"electron": "^34.0.2",
"electron-builder": "^25.1.8",
"electron-rebuild": "^3.2.9",
"typescript": "^5.7.3"
@@ -2358,9 +2358,9 @@
}
},
"node_modules/electron": {
"version": "34.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.0.1.tgz",
"integrity": "sha512-aArw5tAM80i3CKwEREnyZSM1SkARf5Jd1yBMTIdOL4pB1M+p/oDeyWSFI9Dl+vujyfJKiK4SS5+j19wna1onMw==",
"version": "34.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-34.0.2.tgz",
"integrity": "sha512-u3F+DSUlg9NaGS+9qnYmSRN8VjAnc3LJDDk1ye1uISJnh4gjG76y3681qLowsPMx4obvCP2eBINnmbLo0yT5WA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
+2 -2
View File
@@ -32,7 +32,7 @@
"jsonfile": "^6.1.0"
},
"devDependencies": {
"electron": "^34.0.1",
"electron": "^34.0.2",
"electron-builder": "^25.1.8",
"electron-rebuild": "^3.2.9",
"typescript": "^5.7.3"
@@ -41,4 +41,4 @@
"capacitor",
"electron"
]
}
}