Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.1 (#701)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
  • Loading branch information
bfra-me[bot] authored Dec 1, 2024
1 parent fa32387 commit 8952ea4
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 59 deletions.
6 changes: 6 additions & 0 deletions .changeset/renovate-d786401.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@bfra.me/create': patch
'@bfra.me/eslint-config': patch
---

Updated dependency `@types/node` to `22.10.1`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@manypkg/cli": "0.23.0",
"@microsoft/api-extractor": "7.48.0",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"eslint": "9.15.0",
"prettier": "3.4.1",
"publint": "0.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"@types/yargs": "17.0.33",
"memfs": "4.14.0",
"ts-essentials": "10.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@eslint/js": "9.15.0",
"@types/eslint-config-prettier": "6.11.3",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"@typescript-eslint/types": "8.16.0",
"@vitest/eslint-plugin": "1.1.12",
"eslint": "9.15.0",
Expand Down
Loading

0 comments on commit 8952ea4

Please sign in to comment.