Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.7 (#45)
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 Jan 16, 2025
1 parent 0d63b7e commit 32c581f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@hytusium/eslint-config-common": "0.1.3",
"@hytusium/eslint-config-typescript": "0.1.3",
"@hytusium/eslint-plugins": "0.1.3",
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"eslint": "9.17.0",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@hytusium/eslint-plugins": "0.1.3"
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@hytusium/eslint-plugins": "0.1.3"
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/eslint": "9.6.1",
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@hytusium/eslint-plugins": "0.1.3"
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@hytusium/eslint-plugins": "0.1.3"
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"typescript": "5.7.3"
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32c581f

Please sign in to comment.