mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 05:44:00 +00:00
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:
parent
c7aaf3be3c
commit
4175a66316
2 changed files with 3 additions and 1 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue