build: lock typescript to 6.0.3

This commit is contained in:
Michael Naumov 2026-07-09 16:32:12 -06:00
parent 56733e5fb6
commit 3db4f0f92c
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -30,7 +30,7 @@
"obsidian-integration-testing": "^5.1.1",
"obsidian-test-mocks": "^3.4.0",
"type-fest": "^5.7.0",
"typescript": "^6.0.3",
"typescript": "6.0.3",
"vitest": "^4.1.9"
}
},

View file

@ -67,7 +67,7 @@
"obsidian-integration-testing": "^5.1.1",
"obsidian-test-mocks": "^3.4.0",
"type-fest": "^5.7.0",
"typescript": "^6.0.3",
"typescript": "6.0.3",
"vitest": "^4.1.9"
}
}