Skip to content

Commit fc7a82d

Browse files
chore(deps): replace dependency @tsconfig/node16 with @tsconfig/node18
1 parent e7bc85e commit fc7a82d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@biomejs/biome": "1.9.4",
3333
"@changesets/changelog-github": "0.5.1",
3434
"@changesets/cli": "2.30.0",
35-
"@tsconfig/node16": "16.1.8",
35+
"@tsconfig/node18": "18.2.0",
3636
"@types/bun": "1.3.11",
3737
"lefthook": "1.13.6",
3838
"rimraf": "6.1.3",

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
// Enable latest features
55
"moduleDetection": "force",

0 commit comments

Comments
 (0)