mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
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:
parent
361e6e0da9
commit
fd78605657
6 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -8,4 +8,4 @@ plugins:
|
|||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.5.1.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.6.0.cjs
|
||||
|
|
|
@ -139,5 +139,5 @@
|
|||
"github-actions"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@3.5.1"
|
||||
"packageManager": "yarn@3.6.0"
|
||||
}
|
||||
|
|
|
@ -62,5 +62,5 @@
|
|||
"ts-jest": "29.1.0",
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
"packageManager": "yarn@3.5.1"
|
||||
"packageManager": "yarn@3.6.0"
|
||||
}
|
||||
|
|
|
@ -171,5 +171,5 @@
|
|||
"ts-node": "10.9.1",
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
"packageManager": "yarn@3.5.1"
|
||||
"packageManager": "yarn@3.6.0"
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"start:dev": "dotenv -- turbo run start:dev",
|
||||
"test:ci": "dotenv -- turbo run test:ci"
|
||||
},
|
||||
"packageManager": "yarn@3.5.1",
|
||||
"packageManager": "yarn@3.6.0",
|
||||
"resolutions": {
|
||||
"domhandler": "5.0.3",
|
||||
"@codemirror/state": "6.2.1",
|
||||
|
|
Loading…
Reference in a new issue