Skip to content

Commit 0cac5aa

Browse files
build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /dashboard (#1214)
* build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /dashboard Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix tsconfig --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pirosiki197 <lingmukangtai825@gmail.com> Co-authored-by: pirosiki <130675136+pirosiki197@users.noreply.github.com>
1 parent 9dc4857 commit 0cac5aa

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@unocss/preset-mini": "66.6.7",
2626
"jsdom": "27.4.0",
2727
"rollup-plugin-visualizer": "7.0.1",
28-
"typescript": "5.9.3",
28+
"typescript": "6.0.3",
2929
"unocss": "66.6.7",
3030
"unplugin-fonts": "1.4.0",
3131
"vite": "npm:rolldown-vite@7.0.4",

dashboard/pnpm-lock.yaml

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

dashboard/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"jsxImportSource": "solid-js",
1111
"noEmit": true,
1212
"isolatedModules": true,
13-
"baseUrl": ".",
1413
"paths": {
15-
"/@/*": ["src/*"]
14+
"/@/*": ["./src/*"]
1615
},
1716
"skipLibCheck": true,
1817
"types": ["vite/client"],

0 commit comments

Comments
 (0)