chore(deps): update yarn to v3.5.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-03-16 23:04:49 +00:00 committed by Tilman Vatteroth
parent dd10cdf190
commit 173406215c
6 changed files with 263 additions and 263 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs

View file

@ -141,5 +141,5 @@
"github-actions"
]
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.0"
}

View file

@ -58,5 +58,5 @@
"ts-jest": "29.0.5",
"typescript": "4.9.5"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.0"
}

View file

@ -173,5 +173,5 @@
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.0"
}

View file

@ -15,7 +15,7 @@
"start:dev": "dotenv -- turbo run start:dev",
"test:ci": "dotenv -- turbo run test:ci"
},
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.0",
"resolutions": {
"domhandler": "5.0.3",
"@codemirror/state": "6.2.0",