Skip to content

Commit de515fa

Browse files
chore(deps): update dependency typescript to v6 (#245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent fe392e1 commit de515fa

3 files changed

Lines changed: 53 additions & 54 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "^3.8.1",
6060
"throttle-debounce": "^5.0.2",
6161
"tsdown": "^0.21.7",
62-
"typescript": "^5.9.3",
62+
"typescript": "^6.0.2",
6363
"typescript-eslint": "^8.58.0",
6464
"vite": "^8.0.3",
6565
"vitest": "^4.1.2"

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"noUncheckedIndexedAccess": true,
1515
"verbatimModuleSyntax": true,
1616
"moduleResolution": "bundler",
17-
"baseUrl": ".",
1817
"esModuleInterop": true,
1918
"skipLibCheck": true
2019
}

0 commit comments

Comments
 (0)