mirror of
https://github.com/System-End/moodtracker-elite.git
synced 2026-04-19 22:15:11 +00:00
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>
12 lines
No EOL
193 B
JSON
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"
|
|
}
|
|
} |