Merge pull request #362 from trails-cool/fit-typecheck
Add typescript to root devDependencies
This commit is contained in:
commit
f1963aab7a
2 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
||||||
"react-router": "catalog:",
|
"react-router": "catalog:",
|
||||||
"tailwindcss": "catalog:",
|
"tailwindcss": "catalog:",
|
||||||
"turbo": "^2.9.8",
|
"turbo": "^2.9.8",
|
||||||
|
"typescript": "catalog:",
|
||||||
"typescript-eslint": "^8.59.1",
|
"typescript-eslint": "^8.59.1",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
"vitest": "^4.1.5"
|
"vitest": "^4.1.5"
|
||||||
|
|
|
||||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -182,6 +182,9 @@ importers:
|
||||||
turbo:
|
turbo:
|
||||||
specifier: ^2.9.8
|
specifier: ^2.9.8
|
||||||
version: 2.9.8
|
version: 2.9.8
|
||||||
|
typescript:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 5.9.3
|
||||||
typescript-eslint:
|
typescript-eslint:
|
||||||
specifier: ^8.59.1
|
specifier: ^8.59.1
|
||||||
version: 8.59.1(eslint@10.3.0(jiti@2.6.1))(typescript@5.9.3)
|
version: 8.59.1(eslint@10.3.0(jiti@2.6.1))(typescript@5.9.3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue