Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent 7574145 commit 7c6d584
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^20.14.7",
"@types/node": "^20.15.0",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@ava/typescript": "git+https://github.com/rien/ava-typescript",
"@types/d3-dsv": "3.0.7",
"@types/node": "^20.14.7",
"@types/node": "^20.15.0",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"ava": "5.3.1",
Expand Down
20 changes: 10 additions & 10 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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mdi/font": "7.4.47",
"@types/d3": "7.4.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.7",
"@types/node": "^20.15.0",
"@types/papaparse": "^5.3.14",
"@types/prismjs": "^1.26.4",
"@types/webfontloader": "^1.6.38",
Expand Down

0 comments on commit 7c6d584

Please sign in to comment.