Skip to content

Commit

Permalink
Update dependency @types/node to v22.10.0 (#38)
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 Nov 26, 2024
1 parent f9096cd commit 7c36804
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions web/app/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 web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@tsconfig/node22": "22.0.0",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"@vitejs/plugin-vue": "5.2.0",
"@vue/eslint-config-typescript": "14.1.4",
"@vue/tsconfig": "0.6.0",
Expand Down
16 changes: 8 additions & 8 deletions web/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 web/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/express": "5.0.0",
"@types/node": "22.9.4",
"@types/node": "22.10.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down

0 comments on commit 7c36804

Please sign in to comment.