moodtracker-elite/package.json
dependabot[bot] d79ab3686a
Bump electron in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [electron](https://github.com/electron/electron).


Updates `electron` from 28.3.3 to 35.7.5
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v28.3.3...v35.7.5)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 35.7.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-15 18:54:23 +00:00

12 lines
No EOL
193 B
JSON

{
"name": "mood-tracker",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"dependencies": {
"electron": "^35.7.5",
"sqlite3": "^5.1.6"
}
}