Skip to content

Commit 9c4b6a8

Browse files
committed
chore(deps): bump typescript from 5.9.3 to 6.0.3
1 parent 70187e6 commit 9c4b6a8

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

package-lock.json

Lines changed: 5 additions & 4 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
@@ -47,7 +47,7 @@
4747
"@vitest/coverage-v8": "4.1.5",
4848
"prettier": "3.8.1",
4949
"sass": "1.98.0",
50-
"typescript": "5.9.3",
50+
"typescript": "6.0.3",
5151
"vitest": "4.1.5"
5252
},
5353
"engines": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"noEmit": true,
1414
"esModuleInterop": true,
1515
"module": "esnext",
16-
"moduleResolution": "node",
16+
"moduleResolution": "bundler",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
1919
"noImplicitAny": false,

0 commit comments

Comments
 (0)