Skip to content

Commit

Permalink
dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaz committed Oct 19, 2023
1 parent 71df11f commit 9a96129
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion GitStats/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@
},
"dependencies": {
"@types/sqlite3": "^3.1.9",
"ajv": "^8.12.0",
"chart.js": "^4.2.1",
"electron-squirrel-startup": "^1.0.0"
"electron-squirrel-startup": "^1.0.0",
"electron": "23.1.1",
"octokit": "^3.1.0",
"sqlite3": "^5.1.6",
"typescript": "^5.2.2"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.5",
Expand Down

0 comments on commit 9a96129

Please sign in to comment.