mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 08:11:57 +00:00
fix(frontend): add explicit resolutions for all codemirror packages to prevent conflicts with semver
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4d2e226ee6
commit
fe42c3b8b0
2 changed files with 8 additions and 15 deletions
|
@ -14,6 +14,11 @@
|
|||
"@codemirror/autocomplete": "6.4.0",
|
||||
"@codemirror/view": "6.7.1",
|
||||
"@codemirror/language": "6.3.2",
|
||||
"@codemirror/commands": "6.1.3",
|
||||
"@codemirror/lang-markdown": "6.0.5",
|
||||
"@codemirror/language-data": "6.1.0",
|
||||
"@codemirror/lint": "6.1.0",
|
||||
"@codemirror/theme-one-dark": "6.1.0",
|
||||
"@types/react": "18.0.26",
|
||||
"y-protocols@^1.0.0": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
||||
"y-protocols@1.0.5": "patch:y-protocols@npm%3A1.0.5#./.yarn/patches/y-protocols-npm-1.0.5-af6f64b4df.patch",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -1764,18 +1764,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@codemirror/commands@npm:^6.0.0, @codemirror/commands@npm:^6.1.0":
|
||||
version: 6.1.2
|
||||
resolution: "@codemirror/commands@npm:6.1.2"
|
||||
dependencies:
|
||||
"@codemirror/language": ^6.0.0
|
||||
"@codemirror/state": ^6.0.0
|
||||
"@codemirror/view": ^6.0.0
|
||||
"@lezer/common": ^1.0.0
|
||||
checksum: 3e00b02ea12a5bb8a07162aea006e13e6dcbf9be8535e2fd645dd75634f39d8de2d18bb6ccf302fd22bd0956e38490ccf0bafc60d44945df19e449876b09a0df
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@codemirror/lang-cpp@npm:^6.0.0":
|
||||
version: 6.0.2
|
||||
resolution: "@codemirror/lang-cpp@npm:6.0.2"
|
||||
|
@ -1850,7 +1838,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@codemirror/lang-markdown@npm:6.0.5, @codemirror/lang-markdown@npm:^6.0.0":
|
||||
"@codemirror/lang-markdown@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@codemirror/lang-markdown@npm:6.0.5"
|
||||
dependencies:
|
||||
|
@ -1981,7 +1969,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@codemirror/lint@npm:6.1.0, @codemirror/lint@npm:^6.0.0":
|
||||
"@codemirror/lint@npm:6.1.0":
|
||||
version: 6.1.0
|
||||
resolution: "@codemirror/lint@npm:6.1.0"
|
||||
dependencies:
|
||||
|
@ -2010,7 +1998,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@codemirror/theme-one-dark@npm:6.1.0, @codemirror/theme-one-dark@npm:^6.0.0":
|
||||
"@codemirror/theme-one-dark@npm:6.1.0":
|
||||
version: 6.1.0
|
||||
resolution: "@codemirror/theme-one-dark@npm:6.1.0"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue