mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
chore(deps): update yarn to v3.6.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
29cbff9975
commit
b6a13439f8
7 changed files with 6 additions and 6 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.6.2.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||
|
|
|
@ -142,5 +142,5 @@
|
|||
"github-actions"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@3.6.2"
|
||||
"packageManager": "yarn@3.6.3"
|
||||
}
|
||||
|
|
|
@ -66,5 +66,5 @@
|
|||
"ts-jest": "29.1.1",
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"packageManager": "yarn@3.6.2"
|
||||
"packageManager": "yarn@3.6.3"
|
||||
}
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
"devDependencies": {
|
||||
"markdownlint-cli2": "0.9.2"
|
||||
},
|
||||
"packageManager": "yarn@3.6.2"
|
||||
"packageManager": "yarn@3.6.3"
|
||||
}
|
||||
|
|
|
@ -170,5 +170,5 @@
|
|||
"ts-node": "10.9.1",
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"packageManager": "yarn@3.6.2"
|
||||
"packageManager": "yarn@3.6.3"
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"test:ci": "dotenv -- turbo run test:ci",
|
||||
"test": "dotenv -- turbo run test"
|
||||
},
|
||||
"packageManager": "yarn@3.6.2",
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"resolutions": {
|
||||
"domhandler": "5.0.3",
|
||||
"@codemirror/state": "6.2.1",
|
||||
|
|
Loading…
Reference in a new issue