Skip to content

Commit

Permalink
feat: Update electron to v33.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout2000 committed Nov 27, 2024
1 parent 4450239 commit d651894
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 41 deletions.
76 changes: 42 additions & 34 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"release": "ts-node scripts/builder.ts"
},
"dependencies": {
"electron-log": "^5.2.2",
"electron-log": "^5.2.3",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.9",
"i18next": "^23.16.4",
"i18next": "^23.16.8",
"localforage": "^1.10.0",
"mime-types": "^2.1.35",
"png2icons": "^2.0.1",
Expand All @@ -37,21 +37,21 @@
"@rspack/cli": "^1.1.4",
"@rspack/core": "^1.1.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"electron": "^33.2.0",
"electron": "^33.2.1",
"electron-builder": "^24.13.3",
"electronmon": "^2.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"sass": "^1.80.6",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"ts-node": "^10.9.2",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"wait-on": "^8.0.1"
}
}

0 comments on commit d651894

Please sign in to comment.