mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-05 18:27:18 +00:00
build(deps-dev): bump tsc-watch from 6.0.4 to 7.1.1
Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 6.0.4 to 7.1.1. - [Release notes](https://github.com/gilamran/tsc-watch/releases) - [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/gilamran/tsc-watch/commits) --- updated-dependencies: - dependency-name: tsc-watch dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
90c6cda916
commit
7f59fa44f0
2 changed files with 10 additions and 6 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -21,7 +21,7 @@
|
|||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-organize-imports": "^3.2.2",
|
||||
"ts-toolbelt": "^9.6.0",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"tsc-watch": "^7.1.1",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
},
|
||||
|
@ -7297,7 +7297,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/cross-spawn": {
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.6",
|
||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
||||
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"path-key": "^3.1.0",
|
||||
|
@ -19471,14 +19473,16 @@
|
|||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/tsc-watch": {
|
||||
"version": "6.0.4",
|
||||
"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"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-organize-imports": "^3.2.2",
|
||||
"ts-toolbelt": "^9.6.0",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"tsc-watch": "^7.1.1",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"workspaces": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue