⬆️ upgrade yarn to 4.3.1 (#3105)

This commit is contained in:
Matiss Janis Aboltins
2024-07-20 09:53:42 +01:00
committed by GitHub
parent 89a8f102dc
commit 4af2c4f214
7 changed files with 2714 additions and 2705 deletions

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@@ -4,4 +4,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs

View File

@@ -71,7 +71,7 @@
"lint-staged": {
"*.{js,jsx,ts,tsx,md,json}": "prettier --write"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.3.1",
"browserslist": [
"electron 24.0",
"defaults"

View File

@@ -42,7 +42,9 @@
"target": [
{
"target": "default",
"arch": ["universal"]
"arch": [
"universal"
]
}
]
},

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
Upgrade yarn to v4.3.1

3618
yarn.lock

File diff suppressed because it is too large Load Diff