Skip to content

Commit

Permalink
Update dependency node to v22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 47ded00 commit 8938e6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.7.0
22.10.0
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"test": "glob -c 'node --test --require tsx/cjs' 'src/**/*.test.ts'"
},
"engines": {
"node": "22.7.0"
"node": "22.10.0"
},
"devDependencies": {
"@eslint-recommended/eslint-config-typescript": "50.1.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "22.7.6",
"@types/node": "22.8.2",
"eslint": "8.57.1",
"glob": "11.0.0",
"rimraf": "6.0.1",
Expand Down

0 comments on commit 8938e6f

Please sign in to comment.