Skip to content

Commit c11bf68

Browse files
chore(deps): replace dependency @tsconfig/node16 with @tsconfig/node18
1 parent 3e741b5 commit c11bf68

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build-package": "cp ./package.json ./build && cp ./README.md ./build/README.md"
2121
},
2222
"devDependencies": {
23-
"@tsconfig/node16": "1.0.4",
23+
"@tsconfig/node18": "18.2.0",
2424
"@types/node": "22.18.10",
2525
"@typescript-eslint/eslint-plugin": "7.18.0",
2626
"@typescript-eslint/parser": "7.18.0",

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,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node16/tsconfig.json",
2+
"extends": "@tsconfig/node18/tsconfig.json",
33
"compilerOptions": {
44
"outDir": "build",
55
"declaration": true,

0 commit comments

Comments
 (0)