diff --git a/package.json b/package.json index c1868732..64ffedc0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@arethetypeswrong/core": "^0.18.1", - "@tsconfig/node20": "^20.1.5", + "@tsconfig/node22": "^22.0.0", "@types/node": "^25.0.2", "@vitest/coverage-v8": "^4.1.0", "eslint": "^9.39.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 436a8a4c..0cb6fed9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,9 +40,9 @@ importers: '@arethetypeswrong/core': specifier: ^0.18.1 version: 0.18.2 - '@tsconfig/node20': - specifier: ^20.1.5 - version: 20.1.9 + '@tsconfig/node22': + specifier: ^22.0.0 + version: 22.0.5 '@types/node': specifier: ^25.0.2 version: 25.5.0 @@ -458,8 +458,8 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@tsconfig/node20@20.1.9': - resolution: {integrity: sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==} + '@tsconfig/node22@22.0.5': + resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==} '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} @@ -1919,7 +1919,7 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@tsconfig/node20@20.1.9': {} + '@tsconfig/node22@22.0.5': {} '@tybys/wasm-util@0.10.1': dependencies: diff --git a/tsconfig.json b/tsconfig.json index 26195e28..9abd669c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node20/tsconfig.json", + "extends": "@tsconfig/node22/tsconfig.json", "compilerOptions": { "module": "preserve", "moduleResolution": "bundler",