chore(deps): update yarn to v3.6.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-01 10:15:53 +00:00 committed by Tilman Vatteroth
parent 0f57805b80
commit 14c42fc09e
6 changed files with 5 additions and 5 deletions

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.6.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs

View file

@ -141,5 +141,5 @@
"github-actions"
]
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.1"
}

View file

@ -63,5 +63,5 @@
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.1"
}

View file

@ -168,5 +168,5 @@
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.1"
}

View file

@ -16,7 +16,7 @@
"test:ci": "dotenv -- turbo run test:ci",
"test": "dotenv -- turbo run test"
},
"packageManager": "yarn@3.6.0",
"packageManager": "yarn@3.6.1",
"resolutions": {
"domhandler": "5.0.3",
"@codemirror/state": "6.2.1",