mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update yarn to v3.5.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
dd10cdf190
commit
173406215c
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.4.1.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.5.0.cjs
|
||||
|
|
|
@ -141,5 +141,5 @@
|
|||
"github-actions"
|
||||
]
|
||||
},
|
||||
"packageManager": "yarn@3.4.1"
|
||||
"packageManager": "yarn@3.5.0"
|
||||
}
|
||||
|
|
|
@ -58,5 +58,5 @@
|
|||
"ts-jest": "29.0.5",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"packageManager": "yarn@3.4.1"
|
||||
"packageManager": "yarn@3.5.0"
|
||||
}
|
||||
|
|
|
@ -173,5 +173,5 @@
|
|||
"ts-node": "10.9.1",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"packageManager": "yarn@3.4.1"
|
||||
"packageManager": "yarn@3.5.0"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue