Skip to content

Commit

Permalink
Merge pull request #83 from wkillerud/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency node to v20
  • Loading branch information
wkillerud authored Dec 3, 2023
2 parents ce0bd80 + 4be1d6b commit e41ccf8
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
20.10.0
24 changes: 15 additions & 9 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 @@ -103,7 +103,7 @@
"devDependencies": {
"@commitlint/cli": "18.4.2",
"@commitlint/config-conventional": "18.4.2",
"@types/node": "^16.11.43",
"@types/node": "^20.0.0",
"@types/webpack-env": "1.18.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
Expand Down
36 changes: 27 additions & 9 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nodelib/fs.macchiato": "^1.0.4",
"@types/micromatch": "^4.0.0",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.43",
"@types/node": "^20.0.0",
"@types/sinon": "^10.0.12",
"assert": "^2.0.0",
"micromatch": "^4.0.5",
Expand Down

0 comments on commit e41ccf8

Please sign in to comment.