Dependencies: Update TypeScript to latest
This commit is contained in:
parent
3f48d02384
commit
86a1a093d3
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.0",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
"reload": "^3.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue