mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
chore(deps): update yarn to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
723f3f611c
commit
daecf20dd6
11 changed files with 6693 additions and 6674 deletions
.yarn/releases
.yarnrc.ymlbackend
commons
docs
frontend
html-to-react
markdown-it-plugins
package.jsonyarn.lock
874
.yarn/releases/yarn-3.6.4.cjs
vendored
874
.yarn/releases/yarn-3.6.4.cjs
vendored
File diff suppressed because one or more lines are too long
893
.yarn/releases/yarn-4.0.0.cjs
vendored
Executable file
893
.yarn/releases/yarn-4.0.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
|
@ -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.6.4.cjs
|
yarnPath: .yarn/releases/yarn-4.0.0.cjs
|
||||||
|
|
|
@ -143,5 +143,5 @@
|
||||||
"github-actions"
|
"github-actions"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,5 +66,5 @@
|
||||||
"ts-jest": "29.1.1",
|
"ts-jest": "29.1.1",
|
||||||
"typescript": "5.2.2"
|
"typescript": "5.2.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint-cli2": "0.10.0"
|
"markdownlint-cli2": "0.10.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -175,5 +175,5 @@
|
||||||
"typescript": "5.2.2",
|
"typescript": "5.2.2",
|
||||||
"user-agent-data-types": "0.4.2"
|
"user-agent-data-types": "0.4.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,5 +85,5 @@
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "18.2.31"
|
"@types/react": "18.2.31"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,5 +129,5 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/hedgedoc/hedgedoc/issues"
|
"url": "https://github.com/hedgedoc/hedgedoc/issues"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"test": "dotenv -c test -- turbo run test --concurrency 1",
|
"test": "dotenv -c test -- turbo run test --concurrency 1",
|
||||||
"test:e2e:ci": "dotenv -c test -- turbo run test:e2e:ci"
|
"test:e2e:ci": "dotenv -c test -- turbo run test:e2e:ci"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4",
|
"packageManager": "yarn@4.0.0",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"domhandler": "5.0.3",
|
"domhandler": "5.0.3",
|
||||||
"@codemirror/state": "6.3.1",
|
"@codemirror/state": "6.3.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue