1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

Update Yarn to 3.6.3

This commit is contained in:
AnxietyisReal 2023-08-25 11:47:39 +10:00
parent b2a9041b80
commit 66e3424ae9
4 changed files with 5 additions and 5 deletions

2
.pnp.loader.mjs generated
View File

@ -1471,7 +1471,7 @@ async function load$1(urlString, context, nextLoad) {
} }
return { return {
format, format,
source: await fs.promises.readFile(filePath, `utf8`), source: format === `commonjs` ? void 0 : await fs.promises.readFile(filePath, `utf8`),
shortCircuit: true shortCircuit: true
}; };
} }

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.6.2.cjs yarnPath: .yarn/releases/yarn-3.6.3.cjs

View File

@ -25,7 +25,7 @@
"node": ">=18.17.0", "node": ">=18.17.0",
"yarn": ">=3.6.1" "yarn": ">=3.6.1"
}, },
"packageManager": "yarn@3.6.2", "packageManager": "yarn@3.6.3",
"dependencies": { "dependencies": {
"@discord-player/extractor": "4.4.1", "@discord-player/extractor": "4.4.1",
"@discordjs/opus": "0.9.0", "@discordjs/opus": "0.9.0",