chore: update to app-conf@2.1.0

This new version does not watch vendor config which fixes (minor) issues during services reinstall/upgrade.
This commit is contained in:
Julien Fontanet 2022-04-21 17:17:36 +02:00
parent 173866236f
commit 31d085b6a1
6 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/emit-async": "^0.1.0",
"@xen-orchestra/log": "^0.3.0",
"app-conf": "^2.0.0",
"app-conf": "^2.1.0",
"lodash": "^4.17.21"
},
"scripts": {

View File

@ -28,7 +28,7 @@
"@iarna/toml": "^2.2.0",
"@vates/read-chunk": "^0.1.2",
"ansi-colors": "^4.1.1",
"app-conf": "^2.0.0",
"app-conf": "^2.1.0",
"content-type": "^1.0.4",
"cson-parser": "^4.0.7",
"getopts": "^2.2.3",

View File

@ -39,7 +39,7 @@
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/xapi": "^0.10.0",
"ajv": "^8.0.3",
"app-conf": "^2.0.0",
"app-conf": "^2.1.0",
"async-iterator-to-stream": "^1.1.0",
"fs-extra": "^10.0.0",
"get-stream": "^6.0.0",

View File

@ -28,7 +28,7 @@
"@iarna/toml": "^2.2.1",
"@vates/decorate-with": "^2.0.0",
"@vates/parse-duration": "^0.1.1",
"app-conf": "^2.0.0",
"app-conf": "^2.1.0",
"babel-plugin-lodash": "^3.2.11",
"golike-defer": "^0.5.1",
"jest": "^27.3.1",

View File

@ -50,7 +50,7 @@
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/xapi": "^0.10.0",
"ajv": "^8.0.3",
"app-conf": "^2.0.0",
"app-conf": "^2.1.0",
"async-iterator-to-stream": "^1.0.1",
"base64url": "^3.0.0",
"bind-property-descriptor": "^2.0.0",

View File

@ -3535,10 +3535,10 @@ anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"
app-conf@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/app-conf/-/app-conf-2.0.0.tgz#ad4d52d5df60d5385c2c74642c75391d8590fff0"
integrity sha512-t+r2MCBdThyIW4ZFKTt+mQZLoWqgBF2kBniVRQqs7irCIukEkp+H/3+2wVpoy09YMaJGTij3v2FNKYgnCOqkBA==
app-conf@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/app-conf/-/app-conf-2.1.0.tgz#ecd685b237f5185489b8ef38eb9a7dbcf7f72305"
integrity sha512-qI5Xq1lhcHeOEEhv6+bb5P7FsbAPBnLbSrmWletXR9Y0lmMTXT5iQg5sDH7Xrjiv9oghGbOXRF2KIIM/eFkf7A==
dependencies:
chokidar "^3.5.1"
debug "^4.1.0"