Skip to content

Commit 5556a5c

Browse files
cloudquery-ci[bot]erezrokah
authored andcommitted
fix(deps): Update dependency typescript to v6
1 parent b58721b commit 5556a5c

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-prettier": "5.5.5",
5353
"husky": "^9.0.11",
5454
"prettier": "3.8.1",
55-
"typescript": "5.9.3"
55+
"typescript": "6.0.2"
5656
},
5757
"packageManager": "pnpm@10.33.0"
5858
}

pnpm-lock.yaml

Lines changed: 52 additions & 52 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
@@ -8,9 +8,9 @@
88
"declaration": false,
99
"declarationMap": false,
1010
"sourceMap": false,
11+
"rootDir": "./src",
1112
"outDir": "./dist",
1213
"removeComments": false,
13-
"downlevelIteration": true,
1414
"strict": true,
1515
"esModuleInterop": true,
1616
"typeRoots": ["./node_modules/@types", "./typings"],

0 commit comments

Comments
 (0)