Skip to content

Commit

Permalink
Update all non-major dependencies (#63)
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 Jan 27, 2025
1 parent c820b3b commit 0cf67e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"devDependencies": {
"@eslint/js": "9.18.0",
"@eslint/js": "9.19.0",
"@types/eslint__js": "8.42.3",
"@types/mocha": "10.0.10",
"@types/node": "22.10.7",
"eslint": "9.18.0",
"mocha": "11.0.1",
"@types/node": "22.10.10",
"eslint": "9.19.0",
"mocha": "11.1.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "8.20.0",
"typescript-eslint": "8.21.0",
"pulumi-aws-tags": "file:nodejs"
}
}
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build==1.2.2.post1
pytest==8.3.4
ruff==0.9.2
twine==6.0.1
ruff==0.9.3
twine==6.1.0

-e python

0 comments on commit 0cf67e2

Please sign in to comment.