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

@ -194,7 +194,7 @@
"stylelint": "^16.11.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.0.4",
"typescript": "~5.7.3",
"typescript-eslint": "^8.28.0",
"webpack-dev-server": "^3.11.3"
},