Skip to content

Commit

Permalink
Update all non-major dependencies (#84)
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 Dec 1, 2023
1 parent c9c7e37 commit 4787e55
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"test": "mocha"
},
"dependencies": {
"electron": "^27.0.3",
"electron": "^27.1.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}

0 comments on commit 4787e55

Please sign in to comment.