This commit is contained in:
Norbert de Langen 2024-01-05 23:41:14 +01:00
parent 76330379e3
commit 28b76a3c74
9 changed files with 2123 additions and 1599 deletions

893
.yarn/releases/yarn-4.0.0.cjs generated vendored

File diff suppressed because one or more lines are too long

893
.yarn/releases/yarn-4.0.2.cjs generated vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -8,4 +8,4 @@ nodeLinker: node-modules
npmPublishAccess: public
yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs

View File

@ -2,6 +2,8 @@ compressionLevel: 0
enableGlobalCache: true
installStatePath: ../.yarn/code-install-state.gz
logFilters:
- code: YN0005
level: discard
@ -23,7 +25,6 @@ plugins:
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-4.0.0.cjs
installStatePath: '../.yarn/code-install-state.gz'
yarnPath: ../.yarn/releases/yarn-4.0.2.cjs
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
# checksumBehavior: 'update'

View File

@ -267,7 +267,7 @@
"built": false
}
},
"packageManager": "yarn@4.0.0",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=18.0.0"
},

File diff suppressed because it is too large Load Diff

View File

@ -12,5 +12,5 @@
"test": "cd code; yarn test",
"upload-bench": "cd scripts; yarn upload-bench"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.0.2"
}

View File

@ -21,7 +21,7 @@ plugins:
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-4.0.0.cjs
yarnPath: ../.yarn/releases/yarn-4.0.2.cjs
installStatePath: '../.yarn/scripts-install-state.gz'
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
# checksumBehavior: 'update'

View File

@ -199,7 +199,7 @@
"verdaccio": "^5.19.1",
"verdaccio-auth-memory": "^10.2.0"
},
"packageManager": "yarn@4.0.0",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=18.0.0"
}