Skip to content

Commit b94ee66

Browse files
chore(deps): update dependency @types/node to v22.15.33 (#110)
2 parents 93ba545 + d18bf1b commit b94ee66

File tree

18 files changed

+96
-76
lines changed

18 files changed

+96
-76
lines changed

.changeset/dependencies-GH-110.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@tcd-devkit/commitlint-config": patch
3+
"@tcd-devkit/eslint-preset-next": patch
4+
"@tcd-devkit/eslint-preset-node": patch
5+
"@tcd-devkit/eslint-config-a11y": patch
6+
"@tcd-devkit/eslint-config-import-ts": patch
7+
"@tcd-devkit/eslint-config-import": patch
8+
"@tcd-devkit/eslint-config-next": patch
9+
"@tcd-devkit/eslint-config-react-hooks": patch
10+
"@tcd-devkit/eslint-config-react": patch
11+
"@tcd-devkit/eslint-config-ts": patch
12+
"@tcd-devkit/eslint-config": patch
13+
"@tcd-devkit/internal-utils": patch
14+
"@tcd-devkit/prettier-config-react": patch
15+
"@tcd-devkit/prettier-config": patch
16+
"@tcd-devkit/scripts": patch
17+
"@tcd-devkit/tsup-config": patch
18+
---
19+
20+
chore(deps): update dependency @types/node to v22.15.33

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@tcd-devkit/scripts": "workspace:*",
5252
"@tcd-devkit/tsconfig": "workspace:*",
5353
"@tcd-devkit/tsup-config": "workspace:*",
54-
"@types/node": "22.15.32",
54+
"@types/node": "22.15.33",
5555
"tsup": "8.5.0",
5656
"typescript": "5.8.3"
5757
},

packages/eslint-presets/eslint-preset-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@tcd-devkit/scripts": "workspace:*",
7272
"@tcd-devkit/tsconfig": "workspace:*",
7373
"@tcd-devkit/tsup-config": "workspace:*",
74-
"@types/node": "22.15.32",
74+
"@types/node": "22.15.33",
7575
"tsup": "8.5.0"
7676
},
7777
"peerDependencies": {

packages/eslint-presets/eslint-preset-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@tcd-devkit/scripts": "workspace:*",
6767
"@tcd-devkit/tsconfig": "workspace:*",
6868
"@tcd-devkit/tsup-config": "workspace:*",
69-
"@types/node": "22.15.32",
69+
"@types/node": "22.15.33",
7070
"tsup": "8.5.0"
7171
},
7272
"peerDependencies": {

packages/eslint/eslint-config-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.32",
76+
"@types/node": "22.15.33",
7777
"eslint": "9.28.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3"

packages/eslint/eslint-config-import-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@tcd-devkit/scripts": "workspace:*",
7878
"@tcd-devkit/tsconfig": "workspace:*",
7979
"@tcd-devkit/tsup-config": "workspace:*",
80-
"@types/node": "22.15.32",
80+
"@types/node": "22.15.33",
8181
"eslint": "9.28.0",
8282
"tsup": "8.5.0",
8383
"typescript": "5.8.3",

packages/eslint/eslint-config-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.32",
76+
"@types/node": "22.15.33",
7777
"eslint": "9.28.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3",

packages/eslint/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@tcd-devkit/scripts": "workspace:*",
7373
"@tcd-devkit/tsconfig": "workspace:*",
7474
"@tcd-devkit/tsup-config": "workspace:*",
75-
"@types/node": "22.15.32",
75+
"@types/node": "22.15.33",
7676
"eslint": "9.28.0",
7777
"tsup": "8.5.0",
7878
"typescript": "5.8.3"

packages/eslint/eslint-config-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.32",
76+
"@types/node": "22.15.33",
7777
"eslint": "9.28.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3",

packages/eslint/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@tcd-devkit/scripts": "workspace:*",
7474
"@tcd-devkit/tsconfig": "workspace:*",
7575
"@tcd-devkit/tsup-config": "workspace:*",
76-
"@types/node": "22.15.32",
76+
"@types/node": "22.15.33",
7777
"eslint": "9.28.0",
7878
"tsup": "8.5.0",
7979
"typescript": "5.8.3",

0 commit comments

Comments
 (0)