Skip to content

Commit cf5f1e0

Browse files
Replace dependency @tsconfig/node18 with @tsconfig/node20 (#630)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18ffd34 commit cf5f1e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/preset-env": "7.28.5",
3838
"@babel/preset-typescript": "7.28.5",
3939
"@eslint/compat": "2.0.0",
40-
"@tsconfig/node18": "18.2.6",
40+
"@tsconfig/node20": "20.1.0",
4141
"@types/lodash": "4.17.21",
4242
"documentation": "14.0.3",
4343
"eslint": "9.39.2",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./dist",
55
"declaration": true

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,10 +2498,10 @@
24982498
resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
24992499
integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==
25002500

2501-
"@tsconfig/node18@18.2.6":
2502-
version "18.2.6"
2503-
resolved "https://registry.yarnpkg.com/@tsconfig/node18/-/node18-18.2.6.tgz#21c894382e89fb5b641303f9ea3bbc04beb7060d"
2504-
integrity sha512-eAWQzAjPj18tKnDzmWstz4OyWewLUNBm9tdoN9LayzoboRktYx3Enk1ZXPmThj55L7c4VWYq/Bzq0A51znZfhw==
2501+
"@tsconfig/node20@20.1.0":
2502+
version "20.1.0"
2503+
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.0.tgz#1de967cd697865a5175f9260a0474625c5d31ab7"
2504+
integrity sha512-7Yz1xDv3sot8+NwiYA8wkx60qr3Tr+soJwlqVQSkiEqqgYoNmMmqSPiYs1vMmTxneB3igHAD11dGOR2+BShzTA==
25052505

25062506
"@tybys/wasm-util@^0.9.0":
25072507
version "0.9.0"

0 commit comments

Comments
 (0)