Update dependency typescript to v7
This commit is contained in:
parent
7182272e3e
commit
103f5f9773
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"mtp": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^6.0.3",
|
||||
"typescript": "^7.0.0",
|
||||
"vite": "^8.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^26.0.1",
|
||||
"jscpd": "4.2.5",
|
||||
"typescript": "^6.0.3"
|
||||
"typescript": "^7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"yaml": "^2.8.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue