Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#147)
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 Feb 28, 2025
1 parent b15ba3d commit 12cdcfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@
"dependencies": {
"electron": "^34.2.0",
"mime-types": "^2.1.35",
"uuid": "^11.0.5",
"uuid": "^11.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@eslint/js": "^9.21.0",
"@tsconfig/node20": "^20.1.4",
"@types/mime-types": "^2.1.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/yargs": "^17.0.33",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"globals": "^15.15.0",
"mocha": "^11.1.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
"typescript-eslint": "^8.25.0"
},
"packageManager": "[email protected]"
}

0 comments on commit 12cdcfd

Please sign in to comment.