fix: packages dev command failing due to missing dependency mapping (#7381)

* fix: packages dev command failing due to missing dependency mapping

* fix: typescript version to match with other packages
This commit is contained in:
sriram veeraghanta 2025-07-10 15:26:43 +05:30 committed by GitHub
parent 3618ffc2c3
commit 1cb49cacae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -30,6 +30,7 @@
"devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"tsup": "8.4.0"
"tsup": "8.4.0",
"typescript": "5.8.3"
}
}