Merge pull request #623 from Mastermindzh/renovate/tsc-watch-7.x

chore(deps): update tsc-watch to 7.1.1
This commit is contained in:
Rick van Lieshout 2025-07-07 19:32:21 +02:00 committed by GitHub
commit b80599eab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -45,7 +45,7 @@
"stylelint-prettier": "^5.0.3",
"swagger-jsdoc": "^6.2.8",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
"tsc-watch": "^7.0.0",
"typescript": "^5.8.3"
}
},
@ -10456,16 +10456,16 @@
}
},
"node_modules/tsc-watch": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.3.1.tgz",
"integrity": "sha512-x1hNJ/m1Cln2OvNJJLPsnWI1pObm+Jq9jF6kyz0flEy/ym7Y9TvU9edg6lXLuGVkhDClwBWi8aWAFE0qgzEkzw==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-7.1.1.tgz",
"integrity": "sha512-r6t37Dkk4vK44HwxOe+OzjpE/gDamZAwqXhtcAJD/hPVblcjJK45NxbK0HcDASXG0U4pEnCh640JZbeDVSC6yA==",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.6",
"node-cleanup": "^2.1.2",
"ps-tree": "^1.2.0",
"string-argv": "^0.3.1"
"string-argv": "^0.3.2"
},
"bin": {
"tsc-watch": "dist/lib/tsc-watch.js"

View File

@ -76,7 +76,7 @@
"stylelint-prettier": "^5.0.3",
"swagger-jsdoc": "^6.2.8",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.1",
"tsc-watch": "^7.0.0",
"typescript": "^5.8.3"
},
"prettier": "@mastermindzh/prettier-config"