-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: relax peer dependencies for @codemirror packages
- Loading branch information
1 parent
ab48c83
commit 350ade9
Showing
3 changed files
with
67 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'cm6-graphql': minor | ||
--- | ||
|
||
The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1727,14 +1727,14 @@ | |
human-id "^1.0.2" | ||
prettier "^2.7.1" | ||
|
||
"@codemirror/autocomplete@6.2.0": | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.2.0.tgz#f7205f8281613f77529f07b279ee25e1a5d20124" | ||
integrity sha512-yNCm2CEE4kE4L2Sf7WeyCej1Q3951ccaCWfomrlBkoERKCss+TzuEeqGe5VnAJTEybLy1yzf1BdMUY/988bfpg== | ||
"@codemirror/autocomplete@^6.0.0": | ||
version "6.18.0" | ||
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.18.0.tgz#5f39b05daca04c95e990b70024144df47b2aa635" | ||
integrity sha512-5DbOvBbY4qW5l57cjDsmmpDh3/TeK1vXfTHa+BUMrRzdWdcxKZ4U4V7vQaTtOpApNU4kLS4FQ6cINtLg245LXA== | ||
dependencies: | ||
"@codemirror/language" "^6.0.0" | ||
"@codemirror/state" "^6.0.0" | ||
"@codemirror/view" "^6.0.0" | ||
"@codemirror/view" "^6.17.0" | ||
"@lezer/common" "^1.0.0" | ||
|
||
"@codemirror/buildhelper@^0.1.16": | ||
|
@@ -1755,7 +1755,7 @@ | |
serve-static "^1.14.1" | ||
typescript "^4.2.3" | ||
|
||
"@codemirror/language@6.2.1", "@codemirror/language@^6.0.0": | ||
"@codemirror/language@^6.0.0": | ||
version "6.2.1" | ||
resolved "https://registry.yarnpkg.com/@codemirror/language/-/language-6.2.1.tgz#cb10cd785a76e50ecd2fe2dc59ff66af8a41b87a" | ||
integrity sha512-MC3svxuvIj0MRpFlGHxLS6vPyIdbTr2KKPEW46kCoCXw2ktb4NTkpkPBI/lSP/FoNXLCBJ0mrnUi1OoZxtpW1Q== | ||
|
@@ -1767,28 +1767,24 @@ | |
"@lezer/lr" "^1.0.0" | ||
style-mod "^4.0.0" | ||
|
||
"@codemirror/lint@6.2.1": | ||
version "6.2.1" | ||
resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.2.1.tgz#654581d8cc293c315ecfa5c9d61d78c52bbd9ccd" | ||
integrity sha512-y1muai5U/uUPAGRyHMx9mHuHLypPcHWxzlZGknp/U5Mdb5Ol8Q5ZLp67UqyTbNFJJ3unVxZ8iX3g1fMN79S1JQ== | ||
"@codemirror/lint@^6.0.0": | ||
version "6.8.1" | ||
resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.8.1.tgz#6427848815baaf68c08e98c7673b804d3d8c0e7f" | ||
integrity sha512-IZ0Y7S4/bpaunwggW2jYqwLuHj0QtESf5xcROewY6+lDNwZ/NzvR4t+vpYgg9m7V8UXLPYqG+lu3DF470E5Oxg== | ||
dependencies: | ||
"@codemirror/state" "^6.0.0" | ||
"@codemirror/view" "^6.0.0" | ||
crelt "^1.0.5" | ||
|
||
"@codemirror/state@6.2.0", "@codemirror/state@^6.0.0", "@codemirror/state@^6.1.4": | ||
"@codemirror/state@^6.0.0", "@codemirror/state@^6.1.4": | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.2.0.tgz#a0fb08403ced8c2a68d1d0acee926bd20be922f2" | ||
integrity sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA== | ||
|
||
"@codemirror/[email protected]": | ||
version "6.2.1" | ||
resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.2.1.tgz#299698639c658c738f10021c5ea78a513c63977b" | ||
integrity sha512-r1svbtAj2Lp/86F3yy1TfDAOAtJRGLINLSEqByETyUaGo1EnLS+P+bbGCVHV62z46BzZYm16noDid69+4bzn0g== | ||
dependencies: | ||
"@codemirror/state" "^6.0.0" | ||
style-mod "^4.0.0" | ||
w3c-keyname "^2.2.4" | ||
"@codemirror/state@^6.4.0": | ||
version "6.4.1" | ||
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.4.1.tgz#da57143695c056d9a3c38705ed34136e2b68171b" | ||
integrity sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A== | ||
|
||
"@codemirror/view@^6.0.0": | ||
version "6.9.1" | ||
|
@@ -1799,6 +1795,15 @@ | |
style-mod "^4.0.0" | ||
w3c-keyname "^2.2.4" | ||
|
||
"@codemirror/view@^6.17.0": | ||
version "6.33.0" | ||
resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.33.0.tgz#51e270410fc3af92a6e38798e80ebf8add7dc3ec" | ||
integrity sha512-AroaR3BvnjRW8fiZBalAaK+ZzB5usGgI014YKElYZvQdNH5ZIidHlO+cyf/2rWzyBFRkvG6VhiXeAEbC53P2YQ== | ||
dependencies: | ||
"@codemirror/state" "^6.4.0" | ||
style-mod "^4.1.0" | ||
w3c-keyname "^2.2.4" | ||
|
||
"@colors/[email protected]": | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" | ||
|
@@ -3222,28 +3227,48 @@ | |
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.0.0.tgz#1c95ae53ec17706aa3cbcc88b52c23f22ed56096" | ||
integrity sha512-ohydQe+Hb+w4oMDvXzs8uuJd2NoA3D8YDcLiuDsLqH+yflDTPEpgCsWI3/6rH5C3BAedtH1/R51dxENldQceEA== | ||
|
||
"@lezer/generator@^1.0.0", "@lezer/generator@^1.1.0": | ||
"@lezer/common@^1.1.0": | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.2.1.tgz#198b278b7869668e1bebbe687586e12a42731049" | ||
integrity sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ== | ||
|
||
"@lezer/generator@^1.0.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@lezer/generator/-/generator-1.1.0.tgz#339dc4966e1fec2bc9d7cd308e40942bf15e6d28" | ||
integrity sha512-o8LRCpckMKzCRn/uSybiZZG/gXNP8ETTutOAD4VOvuSzB91LO/u3vC7j9PBprr1Yq92x1INMKfX6S7a0YI7Sig== | ||
dependencies: | ||
"@lezer/common" "^1.0.0" | ||
"@lezer/lr" "^1.0.0" | ||
|
||
"@lezer/generator@^1.1.0": | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/@lezer/generator/-/generator-1.7.1.tgz#90c1a9de2fb4d5a714216fa659058c7859accaab" | ||
integrity sha512-MgPJN9Si+ccxzXl3OAmCeZuUKw4XiPl4y664FX/hnnyG9CTqUPq65N3/VGPA2jD23D7QgMTtNqflta+cPN+5mQ== | ||
dependencies: | ||
"@lezer/common" "^1.1.0" | ||
"@lezer/lr" "^1.3.0" | ||
|
||
"@lezer/highlight@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@lezer/highlight/-/highlight-1.0.0.tgz#1dc82300f5d39fbd67ae1194b5519b4c381878d3" | ||
integrity sha512-nsCnNtim90UKsB5YxoX65v3GEIw3iCHw9RM2DtdgkiqAbKh9pCdvi8AWNwkYf10Lu6fxNhXPpkpHbW6mihhvJA== | ||
dependencies: | ||
"@lezer/common" "^1.0.0" | ||
|
||
"@lezer/lr@^1.0.0", "@lezer/lr@^1.1.0": | ||
"@lezer/lr@^1.0.0": | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-1.2.0.tgz#59aecafdbc15be63f918cf777f470dd17562f051" | ||
integrity sha512-TgEpfm9br2SX8JwtwKT8HsQZKuFkLRg6g+IRxObk9nVKQLKnkP3oMh+QGcTBL9GQsfQ2ADtKPbj2iGSMf3ytiA== | ||
dependencies: | ||
"@lezer/common" "^1.0.0" | ||
|
||
"@lezer/lr@^1.3.0": | ||
version "1.4.2" | ||
resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-1.4.2.tgz#931ea3dea8e9de84e90781001dae30dea9ff1727" | ||
integrity sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA== | ||
dependencies: | ||
"@lezer/common" "^1.0.0" | ||
|
||
"@manypkg/find-root@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f" | ||
|
@@ -17265,6 +17290,11 @@ style-mod@^4.0.0: | |
resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.0.0.tgz#97e7c2d68b592975f2ca7a63d0dd6fcacfe35a01" | ||
integrity sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw== | ||
|
||
style-mod@^4.1.0: | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.1.2.tgz#ca238a1ad4786520f7515a8539d5a63691d7bf67" | ||
integrity sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw== | ||
|
||
[email protected]: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-5.0.0.tgz#76c35f0e579843d523187989da866729411fc8ad" | ||
|