chore: add typescript as explicit devDependency

Declare typescript directly so the overrides entry can use the
$typescript shorthand instead of duplicating the version literal.
This commit is contained in:
Michael Naumov 2026-05-28 08:35:44 -06:00
parent c7aaf3be3c
commit 4175a66316
2 changed files with 3 additions and 1 deletions

1
package-lock.json generated
View file

@ -30,6 +30,7 @@
"obsidian-integration-testing": "^4.1.6",
"obsidian-test-mocks": "^3.0.0",
"type-fest": "^5.6.0",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
}
},

View file

@ -38,7 +38,7 @@
"@vitest/coverage-v8": "$@vitest/coverage-v8",
"eslint": "$eslint",
"type-fest": "$type-fest",
"typescript": "^6.0.3"
"typescript": "$typescript"
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
@ -62,6 +62,7 @@
"obsidian-integration-testing": "^4.1.6",
"obsidian-test-mocks": "^3.0.0",
"type-fest": "^5.6.0",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
}
}