Skip to content

Commit

Permalink
Update Node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2022
1 parent c570bea commit f49a465
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tsconfig/node14": "1.0.3"
},
"engines": {
"node": "^16",
"node": "^18",
"npm": "^7 || ^8 || ^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/register-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"slash-commands": "^1.5.0"
},
"devDependencies": {
"@types/node": "17.0.8"
"@types/node": "18.11.9"
}
}
2 changes: 1 addition & 1 deletion packages/token-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "29.2.2",
"@types/node": "17.0.8",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"aws-sdk-client-mock": "2.0.0",
Expand Down

0 comments on commit f49a465

Please sign in to comment.