fix: local dev environment setup using yarn v4 (#7400)
* chore: adding typescript dependency to constants. * chore: package deps update
This commit is contained in:
parent
c8dab1cc9c
commit
4c57ed4336
3 changed files with 643 additions and 636 deletions
|
|
@ -33,6 +33,7 @@
|
|||
"devDependencies": {
|
||||
"@plane/eslint-config": "*",
|
||||
"@plane/typescript-config": "*",
|
||||
"tsup": "8.4.0"
|
||||
"tsup": "8.4.0",
|
||||
"typescript": "5.8.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue