update dependency npm-watch to v0.11.0 (#7090)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-07-30 09:29:22 -04:00
committed by GitHub
parent bf5adef9de
commit 74658cfbc3
4 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@
"fs-extra": "10.0.0",
"lodash.get": "4.4.2",
"micromark": "3.0.0",
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"slugify": "1.6.0",
"vuepress": "1.8.2",
"vuepress-plugin-clean-urls": "1.1.2"

24
package-lock.json generated
View File

@@ -413,7 +413,7 @@
"fs-extra": "10.0.0",
"lodash.get": "4.4.2",
"micromark": "3.0.0",
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"slugify": "1.6.0",
"vuepress": "1.8.2",
"vuepress-plugin-clean-urls": "1.1.2"
@@ -34619,9 +34619,9 @@
}
},
"node_modules/npm-watch": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.10.0.tgz",
"integrity": "sha512-Kiwh44/Yci2SfTRP99WKXsItdDvkQuU9ri99O8Cu4ywl7rniPP4ewP/kD5nZKUfyGilui+5DyFjYg3FyNcBYQw==",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.11.0.tgz",
"integrity": "sha512-wAOd0moNX2kSA2FNvt8+7ORwYaJpQ1ZoWjUYdb1bBCxq4nkWuU0IiJa9VpVxrj5Ks+FGXQd62OC/Bjk0aSr+dg==",
"dev": true,
"dependencies": {
"nodemon": "^2.0.7",
@@ -57649,7 +57649,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"typescript": "4.3.5"
}
},
@@ -57894,7 +57894,7 @@
"openapi3-ts": "^2.0.1"
},
"devDependencies": {
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"swagger-cli": "4.0.4",
"swagger-ui-watcher": "2.1.12"
}
@@ -59999,7 +59999,7 @@
"fs-extra": "10.0.0",
"lodash.get": "4.4.2",
"micromark": "3.0.0",
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"slugify": "1.6.0",
"vuepress": "1.8.2",
"vuepress-plugin-clean-urls": "1.1.2"
@@ -62863,7 +62863,7 @@
"requires": {
"knex-schema-inspector": "1.5.13",
"lodash": "^4.17.21",
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"typescript": "4.3.5"
}
},
@@ -63080,7 +63080,7 @@
"@directus/specs": {
"version": "file:packages/specs",
"requires": {
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"openapi3-ts": "^2.0.1",
"swagger-cli": "4.0.4",
"swagger-ui-watcher": "2.1.12"
@@ -88481,9 +88481,9 @@
}
},
"npm-watch": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.10.0.tgz",
"integrity": "sha512-Kiwh44/Yci2SfTRP99WKXsItdDvkQuU9ri99O8Cu4ywl7rniPP4ewP/kD5nZKUfyGilui+5DyFjYg3FyNcBYQw==",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.11.0.tgz",
"integrity": "sha512-wAOd0moNX2kSA2FNvt8+7ORwYaJpQ1ZoWjUYdb1bBCxq4nkWuU0IiJa9VpVxrj5Ks+FGXQd62OC/Bjk0aSr+dg==",
"dev": true,
"requires": {
"nodemon": "^2.0.7",

View File

@@ -38,7 +38,7 @@
},
"homepage": "https://github.com/directus/directus#readme",
"devDependencies": {
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"typescript": "4.3.5"
},
"dependencies": {

View File

@@ -39,7 +39,7 @@
],
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
"devDependencies": {
"npm-watch": "0.10.0",
"npm-watch": "0.11.0",
"swagger-cli": "4.0.4",
"swagger-ui-watcher": "2.1.12"
},