upgrade yarn

This commit is contained in:
Erik 2024-07-19 21:29:55 +03:00
parent cc3ca2580d
commit 2c4c4702b4
4 changed files with 898 additions and 876 deletions

File diff suppressed because one or more lines are too long

894
.yarn/releases/yarn-4.3.1.cjs vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,5 @@
nodeLinker: node-modules
npmRegistryServer: "https://registry.corgi.wtf"
yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs

View File

@ -61,5 +61,5 @@
"jest": "^28.0.2",
"nodemon": "^2.0.7"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.3.1"
}