Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
41be929717
⬆️ Update Yarn to v3.6.3 2023-08-23 23:09:18 +00:00
7 changed files with 268 additions and 268 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs

View File

@ -24,5 +24,5 @@
"webdav": "4.10.0",
"winston": "3.8.1"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.6.3"
}

View File

@ -30,7 +30,7 @@
<div class="col-12">
<label for="hostname" class="form-label">Hostname</label>
<input id="hostname" type="text" class="form-control" aria-describedby="hostname-help">
<div id="hostname-help" class="form-text">example.com:8080</span>
<div id="hostname-help" class="form-text">exemple.com:8080</span>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
{
"name": "hassio-nextcloud-backup",
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.6.3",
"devDependencies": {
"auto-changelog": "2.4.0",
"release-it": "15.2.0"