Skip to content

Commit

Permalink
Update all non-major dependencies (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 2, 2023
1 parent c3d5778 commit d2a2d0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"test": "ava"
},
"dependencies": {
"electron": "^25.1.0",
"electron": "^25.2.0",
"mime-types": "^2.1.35",
"uuid": "^9.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^20.2.5",
"@types/node": "^20.3.2",
"@types/uuid": "^9.0.2",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"ava": "^5.3.0",
"eslint": "^8.42.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"ava": "^5.3.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"ava": {
"extensions": [
Expand Down

0 comments on commit d2a2d0d

Please sign in to comment.