chore(deps): update yarn to v3.6.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-01 21:28:37 +00:00 committed by David Mehren
parent 361e6e0da9
commit fd78605657
6 changed files with 5 additions and 5 deletions

View file

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

View file

@ -139,5 +139,5 @@
"github-actions" "github-actions"
] ]
}, },
"packageManager": "yarn@3.5.1" "packageManager": "yarn@3.6.0"
} }

View file

@ -62,5 +62,5 @@
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"typescript": "5.0.4" "typescript": "5.0.4"
}, },
"packageManager": "yarn@3.5.1" "packageManager": "yarn@3.6.0"
} }

View file

@ -171,5 +171,5 @@
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "5.0.4" "typescript": "5.0.4"
}, },
"packageManager": "yarn@3.5.1" "packageManager": "yarn@3.6.0"
} }

View file

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