Skip to content

Commit

Permalink
chore: bump electron to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Aug 28, 2024
1 parent 43e1f52 commit 69329de
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 36 deletions.
54 changes: 23 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://filen.io",
"devDependencies": {
"@electron/notarize": "^2.3.2",
"@electron/notarize": "^2.4.0",
"@jest/globals": "^29.7.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
Expand All @@ -56,7 +56,7 @@
"@typescript-eslint/parser": "^6.20.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"electron": "^31.3.1",
"electron": "^32.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.56.0",
"jest": "^29.7.0",
Expand All @@ -67,11 +67,11 @@
"wait-on": "^7.2.0"
},
"dependencies": {
"@filen/s3": "^0.2.28",
"@filen/s3": "^0.2.29",
"@filen/sdk": "^0.1.163",
"@filen/sync": "^0.1.54",
"@filen/sync": "^0.1.55",
"@filen/web": "^0.1.27",
"@filen/webdav": "^0.2.35",
"@filen/webdav": "^0.2.37",
"axios": "^1.7.2",
"cors": "^2.8.5",
"diskusage-ng": "^1.0.4",
Expand Down

0 comments on commit 69329de

Please sign in to comment.