Skip to content

Commit c2982af

Browse files
chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#51)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1985ff commit c2982af

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

cli/package-lock.json

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

package-lock.json

Lines changed: 5 additions & 5 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
@@ -72,7 +72,7 @@
7272
"react": "^19",
7373
"react-dom": "^19",
7474
"ts-node": "^10.9.2",
75-
"typescript": "^5",
75+
"typescript": "^6",
7676
"typescript-eslint": "^8.58.0",
7777
"vitest": "^4.1.2"
7878
},

src/css.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module '*.css' {}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"declaration": true,
3030
"declarationMap": true,
3131
"sourceMap": true,
32+
"rootDir": "./src",
3233
"outDir": "./dist",
3334
"noEmit": true,
3435

0 commit comments

Comments
 (0)