Henning Dieterichs 2025-09-11 17:39:10 +02:00 committed by GitHub
parent 52ad0e5320
commit 52d68ac7c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 0 deletions

View file

@ -92,4 +92,5 @@ export interface PackageJson {
vscodeCommitId?: string;
monacoCommitId?: string;
devDependencies: Record<string, string>;
dependencies?: Record<string, string>;
}