chore(deps): update dependency typescript to v5.7.2

This commit is contained in:
renovate[bot] 2024-11-25 03:58:01 +00:00 committed by GitHub
parent 063e1c6543
commit 2cadd1c669
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -37,7 +37,7 @@
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -6297,9 +6297,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -11255,9 +11255,9 @@
}
},
"typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"dev": true
},
"typescript-eslint": {

View file

@ -79,7 +79,7 @@
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",