1
0
Fork 0
forked from gitea/nas

Fix Typescript dependency resolution (#34351)

This commit is contained in:
Renaud Chaput 2025-04-02 14:38:34 +02:00 committed by GitHub
parent 2c70c28bbb
commit 05fc24c5f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 17 deletions

View file

@ -39,7 +39,7 @@
"@types/ws": "^8.5.9",
"globals": "^16.0.0",
"pino-pretty": "^13.0.0",
"typescript": "^5.0.4",
"typescript": "~5.7.3",
"typescript-eslint": "^8.28.0"
},
"optionalDependencies": {