Skip to content

Commit

Permalink
update electron
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Sep 23, 2024
1 parent 00d405d commit 69e81a4
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 131 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "memex-desktop",
"productName": "Memex Desktop",
"version": "0.0.50",
"version": "0.0.51",
"description": "Backup and sync to your favorite PKM tools",
"main": "build/index.js",
"type": "module",
Expand Down Expand Up @@ -141,8 +141,8 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.0.0",
"dotenv-webpack": "^8.0.1",
"electron": "28.0.0",
"electron-builder": "^24.6.4",
"electron": "32.1.2",
"electron-builder": "^25.0.5",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.0",
Expand All @@ -160,7 +160,7 @@
"@types/express": "^4.17.21",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"electron-builder-notarize": "^1.5.1",
"electron-builder-notarize": "^1.5.2",
"electron-log": "^4.4.8",
"electron-settings": "^4.0.2",
"electron-squirrel-startup": "^1.0.0",
Expand Down
Loading

0 comments on commit 69e81a4

Please sign in to comment.