This commit is contained in:
Norbert de Langen 2022-10-18 10:57:55 +02:00
parent f295afea23
commit 87d8d0b51e
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
8 changed files with 809 additions and 790 deletions

783
.yarn/releases/yarn-3.2.3.cjs generated vendored

File diff suppressed because one or more lines are too long

801
.yarn/releases/yarn-3.2.4.cjs generated vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
installStatePath: ./.yarn/root-install-state.gz
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.3.cjs
installStatePath: "./.yarn/root-install-state.gz"
yarnPath: .yarn/releases/yarn-3.2.4.cjs

View File

@ -27,5 +27,5 @@ plugins:
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
yarnPath: ../.yarn/releases/yarn-3.2.4.cjs
installStatePath: '../.yarn/code-install-state.gz'

View File

@ -379,7 +379,7 @@
"verdaccio": "^4.10.0",
"verdaccio-auth-memory": "^9.7.2"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.2.4",
"engines": {
"node": ">=10.13.0",
"yarn": ">=1.3.2"

View File

@ -6,5 +6,5 @@
"test": "cd code; yarn test",
"lint": "cd code; yarn lint"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.4"
}

View File

@ -27,5 +27,5 @@ plugins:
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-3.2.3.cjs
yarnPath: ../.yarn/releases/yarn-3.2.4.cjs
installStatePath: "../.yarn/scripts-install-state.gz"

View File

@ -186,7 +186,7 @@
"verdaccio": "^4.10.0",
"verdaccio-auth-memory": "^9.7.2"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.2.4",
"engines": {
"node": ">=10.13.0",
"yarn": ">=1.3.2"