fix: local dev environment setup using yarn v4 (#7400)

* chore: adding typescript dependency to constants.

* chore: package deps update
This commit is contained in:
sriram veeraghanta 2025-07-14 13:08:41 +05:30 committed by GitHub
parent c8dab1cc9c
commit 4c57ed4336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 643 additions and 636 deletions

View File

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

View File

@ -23,8 +23,8 @@
"dependencies": {
"@types/express": "^4.17.21",
"express": "^4.21.2",
"winston-daily-rotate-file": "^5.0.0",
"winston": "^3.17.0"
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@plane/eslint-config": "*",

1272
yarn.lock

File diff suppressed because it is too large Load Diff