Skip to content

Commit 4dea98c

Browse files
dependabot[bot]brian14708
authored andcommitted
chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /tools/trace-ui
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2953b96 commit 4dea98c

3 files changed

Lines changed: 42 additions & 43 deletions

File tree

tools/trace-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier-plugin-tailwindcss": "^0.7.2",
4141
"tailwindcss": "^4.2.2",
4242
"tw-animate-css": "^1.4.0",
43-
"typescript": "~5.9.3",
43+
"typescript": "~6.0.3",
4444
"typescript-eslint": "^8.58.2",
4545
"vite": "^8.0.8"
4646
}

tools/trace-ui/pnpm-lock.yaml

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

tools/trace-ui/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"noFallthroughCasesInSwitch": true,
2323
"noUncheckedSideEffectImports": true,
2424
/* Path mapping */
25-
"baseUrl": ".",
2625
"paths": {
2726
"@/*": ["./src/*"]
2827
}

0 commit comments

Comments
 (0)