Skip to content

Commit

Permalink
chore(deps-dev): update dependency @types/node to ^22.9.1 (#1914)
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 19, 2024
1 parent 4875615 commit e8df577
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@markuplint/astro-parser": "^4.6.13",
"@playwright/test": "^1.48.2",
"@types/escape-html": "^1.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/prismjs": "^1.26.5",
"eslint-plugin-astro": "^1.3.1",
"fishery": "^2.2.2",
Expand Down
10 changes: 5 additions & 5 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 @@ -7,7 +7,7 @@
"dependencies": {},
"devDependencies": {
"@kubosho/configs": "^4.0.2",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
Expand Down

0 comments on commit e8df577

Please sign in to comment.