Skip to content

Commit 4bfc9b9

Browse files
chore(deps): replace dependency @tsconfig/node20 with @tsconfig/node22
1 parent db73746 commit 4bfc9b9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@containerbase/istanbul-reports-html": "1.1.22",
6868
"@eslint/js": "9.39.2",
6969
"@semantic-release/exec": "7.1.0",
70-
"@tsconfig/node20": "20.1.8",
70+
"@tsconfig/node22": "22.0.0",
7171
"@tsconfig/strictest": "2.0.8",
7272
"@types/common-tags": "1.8.4",
7373
"@types/eslint-config-prettier": "6.11.3",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
33
"@tsconfig/strictest/tsconfig.json",
4-
"@tsconfig/node20/tsconfig.json"
4+
"@tsconfig/node22/tsconfig.json"
55
],
66
"compilerOptions": {
77
"baseUrl": ".",

0 commit comments

Comments
 (0)