Skip to content

Commit 24562a3

Browse files
fix(deps): update dependency @uiw/react-codemirror to v4
1 parent 4b09c96 commit 24562a3

File tree

2 files changed

+157
-12
lines changed

2 files changed

+157
-12
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@material-ui/core": "4.12.4",
1414
"@material-ui/icons": "4.11.3",
1515
"@material-ui/lab": "4.0.0-alpha.61",
16-
"@uiw/react-codemirror": "3.2.9",
16+
"@uiw/react-codemirror": "4.23.12",
1717
"ajv": "8.11.0",
1818
"clsx": "1.2.1",
1919
"codemirror": "5.65.10",

yarn.lock

Lines changed: 156 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,11 @@
23322332
dependencies:
23332333
regenerator-runtime "^0.13.4"
23342334

2335+
"@babel/runtime@^7.18.6":
2336+
version "7.27.1"
2337+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
2338+
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
2339+
23352340
"@babel/runtime@^7.18.9":
23362341
version "7.18.9"
23372342
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
@@ -2687,6 +2692,82 @@
26872692
exec-sh "^0.3.2"
26882693
minimist "^1.2.0"
26892694

2695+
"@codemirror/autocomplete@^6.0.0":
2696+
version "6.18.6"
2697+
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz#de26e864a1ec8192a1b241eb86addbb612964ddb"
2698+
integrity sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg==
2699+
dependencies:
2700+
"@codemirror/language" "^6.0.0"
2701+
"@codemirror/state" "^6.0.0"
2702+
"@codemirror/view" "^6.17.0"
2703+
"@lezer/common" "^1.0.0"
2704+
2705+
"@codemirror/commands@^6.0.0", "@codemirror/commands@^6.1.0":
2706+
version "6.8.1"
2707+
resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-6.8.1.tgz#639f5559d2f33f2582a2429c58cb0c1b925c7a30"
2708+
integrity sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==
2709+
dependencies:
2710+
"@codemirror/language" "^6.0.0"
2711+
"@codemirror/state" "^6.4.0"
2712+
"@codemirror/view" "^6.27.0"
2713+
"@lezer/common" "^1.1.0"
2714+
2715+
"@codemirror/language@^6.0.0":
2716+
version "6.11.0"
2717+
resolved "https://registry.yarnpkg.com/@codemirror/language/-/language-6.11.0.tgz#5ae90972601497f4575f30811519d720bf7232c9"
2718+
integrity sha512-A7+f++LodNNc1wGgoRDTt78cOwWm9KVezApgjOMp1W4hM0898nsqBXwF+sbePE7ZRcjN7Sa1Z5m2oN27XkmEjQ==
2719+
dependencies:
2720+
"@codemirror/state" "^6.0.0"
2721+
"@codemirror/view" "^6.23.0"
2722+
"@lezer/common" "^1.1.0"
2723+
"@lezer/highlight" "^1.0.0"
2724+
"@lezer/lr" "^1.0.0"
2725+
style-mod "^4.0.0"
2726+
2727+
"@codemirror/lint@^6.0.0":
2728+
version "6.8.5"
2729+
resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.8.5.tgz#9edaa808e764e28e07665b015951934c8ec3a418"
2730+
integrity sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA==
2731+
dependencies:
2732+
"@codemirror/state" "^6.0.0"
2733+
"@codemirror/view" "^6.35.0"
2734+
crelt "^1.0.5"
2735+
2736+
"@codemirror/search@^6.0.0":
2737+
version "6.5.10"
2738+
resolved "https://registry.yarnpkg.com/@codemirror/search/-/search-6.5.10.tgz#7367bfc88094d078b91c752bc74140fb565b55ee"
2739+
integrity sha512-RMdPdmsrUf53pb2VwflKGHEe1XVM07hI7vV2ntgw1dmqhimpatSJKva4VA9h4TLUDOD4EIF02201oZurpnEFsg==
2740+
dependencies:
2741+
"@codemirror/state" "^6.0.0"
2742+
"@codemirror/view" "^6.0.0"
2743+
crelt "^1.0.5"
2744+
2745+
"@codemirror/state@^6.0.0", "@codemirror/state@^6.1.1", "@codemirror/state@^6.4.0", "@codemirror/state@^6.5.0":
2746+
version "6.5.2"
2747+
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.5.2.tgz#8eca3a64212a83367dc85475b7d78d5c9b7076c6"
2748+
integrity sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==
2749+
dependencies:
2750+
"@marijn/find-cluster-break" "^1.0.0"
2751+
2752+
"@codemirror/theme-one-dark@^6.0.0":
2753+
version "6.1.2"
2754+
resolved "https://registry.yarnpkg.com/@codemirror/theme-one-dark/-/theme-one-dark-6.1.2.tgz#fcef9f9cfc17a07836cb7da17c9f6d7231064df8"
2755+
integrity sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==
2756+
dependencies:
2757+
"@codemirror/language" "^6.0.0"
2758+
"@codemirror/state" "^6.0.0"
2759+
"@codemirror/view" "^6.0.0"
2760+
"@lezer/highlight" "^1.0.0"
2761+
2762+
"@codemirror/view@^6.0.0", "@codemirror/view@^6.17.0", "@codemirror/view@^6.23.0", "@codemirror/view@^6.27.0", "@codemirror/view@^6.35.0":
2763+
version "6.36.6"
2764+
resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.36.6.tgz#735a6431caed0c2c7d26c645066b02f10e802812"
2765+
integrity sha512-uxugGLet+Nzp0Jcit8Hn3LypM8ioMLKTsdf8FRoT3HWvZtb9GhaWMe0Cc15rz90Ljab4YFJiAulmIVB74OY0IQ==
2766+
dependencies:
2767+
"@codemirror/state" "^6.5.0"
2768+
style-mod "^4.1.0"
2769+
w3c-keyname "^2.2.4"
2770+
26902771
26912772
version "1.5.0"
26922773
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -5586,6 +5667,25 @@
55865667
resolved "https://registry.yarnpkg.com/@json-schema-tools/meta-schema/-/meta-schema-1.6.19.tgz#295301c2d4a0c01eb2eafbf605aca8ebc0dfbbb6"
55875668
integrity sha512-55zuWFW7tr4tf/G5AYmybcPdGOkVAreQbt2JdnogX4I2r/zkxZiimYPJESDf5je9BI2oRveak2p296HzDppeaA==
55885669

5670+
"@lezer/common@^1.0.0", "@lezer/common@^1.1.0":
5671+
version "1.2.3"
5672+
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.2.3.tgz#138fcddab157d83da557554851017c6c1e5667fd"
5673+
integrity sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==
5674+
5675+
"@lezer/highlight@^1.0.0":
5676+
version "1.2.1"
5677+
resolved "https://registry.yarnpkg.com/@lezer/highlight/-/highlight-1.2.1.tgz#596fa8f9aeb58a608be0a563e960c373cbf23f8b"
5678+
integrity sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==
5679+
dependencies:
5680+
"@lezer/common" "^1.0.0"
5681+
5682+
"@lezer/lr@^1.0.0":
5683+
version "1.4.2"
5684+
resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-1.4.2.tgz#931ea3dea8e9de84e90781001dae30dea9ff1727"
5685+
integrity sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==
5686+
dependencies:
5687+
"@lezer/common" "^1.0.0"
5688+
55895689
"@manypkg/find-root@^1.1.0":
55905690
version "1.1.0"
55915691
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
@@ -5608,6 +5708,11 @@
56085708
globby "^11.0.0"
56095709
read-yaml-file "^1.1.0"
56105710

5711+
"@marijn/find-cluster-break@^1.0.0":
5712+
version "1.0.2"
5713+
resolved "https://registry.yarnpkg.com/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz#775374306116d51c0c500b8c4face0f9a04752d8"
5714+
integrity sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==
5715+
56115716
"@material-ui/[email protected]":
56125717
version "4.12.4"
56135718
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73"
@@ -7407,13 +7512,30 @@
74077512
"@typescript-eslint/types" "4.33.0"
74087513
eslint-visitor-keys "^2.0.0"
74097514

7410-
7411-
version "3.2.9"
7412-
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.2.9.tgz#1affb6e459e7c1a940d954f8115fc8662fcc6734"
7413-
integrity sha512-AKkylbD2oMlHmQk9Snlmbfi/f2i20LjBjDjmr4IpE3YjrFxeUvfh5LLpora93c1GBbZeHmpjDilv4lJ0r+oUeQ==
7414-
dependencies:
7415-
"@babel/runtime" "^7.18.9"
7416-
codemirror "^5.65.8"
7515+
7516+
version "4.23.12"
7517+
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.12.tgz#fb2e6a4d70c7d83f6bc54b5219ee9e84f8fa9eae"
7518+
integrity sha512-l9vuiXOTFDBetYrRLDmz3jDxQHDsrVAZ2Y6dVfmrqi2AsulsDu+y7csW0JsvaMqo79rYkaIZg8yeqmDgMb7VyQ==
7519+
dependencies:
7520+
"@codemirror/autocomplete" "^6.0.0"
7521+
"@codemirror/commands" "^6.0.0"
7522+
"@codemirror/language" "^6.0.0"
7523+
"@codemirror/lint" "^6.0.0"
7524+
"@codemirror/search" "^6.0.0"
7525+
"@codemirror/state" "^6.0.0"
7526+
"@codemirror/view" "^6.0.0"
7527+
7528+
7529+
version "4.23.12"
7530+
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.23.12.tgz#facb1458291937998818c1e11a123976df606a79"
7531+
integrity sha512-yseqWdzoAAGAW7i/NiU8YrfSLVOEBjQvSx1KpDTFVV/nn0AlAZoDVTIPEBgdXrPlVUQoCrwgpEaj3uZCklk9QA==
7532+
dependencies:
7533+
"@babel/runtime" "^7.18.6"
7534+
"@codemirror/commands" "^6.1.0"
7535+
"@codemirror/state" "^6.1.1"
7536+
"@codemirror/theme-one-dark" "^6.0.0"
7537+
"@uiw/codemirror-extensions-basic-setup" "4.23.12"
7538+
codemirror "^6.0.0"
74177539

74187540
"@webassemblyjs/[email protected]":
74197541
version "1.11.1"
@@ -10048,10 +10170,18 @@ codemirror@^5.65.3:
1004810170
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.3.tgz#2d029930d5a293bc5fb96ceea64654803c0d4ac7"
1004910171
integrity sha512-kCC0iwGZOVZXHEKW3NDTObvM7pTIyowjty4BUqeREROc/3I6bWbgZDA3fGDwlA+rbgRjvnRnfqs9SfXynel1AQ==
1005010172

10051-
codemirror@^5.65.8:
10052-
version "5.65.8"
10053-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.8.tgz#50f145ba7eb725091110c31f3a7c1fdef6bdc721"
10054-
integrity sha512-TNGkSkkoAsmZSf6W6g35LMVQJBHKasc2CKwhr/fTxSYun7cn6J+CbtyNjV/MYlFVkNTsqZoviegyCZimWhoMMA==
10173+
codemirror@^6.0.0:
10174+
version "6.0.1"
10175+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-6.0.1.tgz#62b91142d45904547ee3e0e0e4c1a79158035a29"
10176+
integrity sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==
10177+
dependencies:
10178+
"@codemirror/autocomplete" "^6.0.0"
10179+
"@codemirror/commands" "^6.0.0"
10180+
"@codemirror/language" "^6.0.0"
10181+
"@codemirror/lint" "^6.0.0"
10182+
"@codemirror/search" "^6.0.0"
10183+
"@codemirror/state" "^6.0.0"
10184+
"@codemirror/view" "^6.0.0"
1005510185

1005610186
collect-v8-coverage@^1.0.0:
1005710187
version "1.0.1"
@@ -10495,6 +10625,11 @@ create-require@^1.1.0:
1049510625
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
1049610626
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
1049710627

10628+
crelt@^1.0.5:
10629+
version "1.0.6"
10630+
resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72"
10631+
integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==
10632+
1049810633
1049910634
version "3.0.6"
1050010635
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
@@ -23201,6 +23336,11 @@ [email protected]:
2320123336
loader-utils "^2.0.0"
2320223337
schema-utils "^2.7.0"
2320323338

23339+
style-mod@^4.0.0, style-mod@^4.1.0:
23340+
version "4.1.2"
23341+
resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.1.2.tgz#ca238a1ad4786520f7515a8539d5a63691d7bf67"
23342+
integrity sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==
23343+
2320423344
2320523345
version "5.3.6"
2320623346
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.6.tgz#27753c8c27c650bee9358e343fc927966bfd00d1"
@@ -24555,6 +24695,11 @@ w3c-hr-time@^1.0.2:
2455524695
dependencies:
2455624696
browser-process-hrtime "^1.0.0"
2455724697

24698+
w3c-keyname@^2.2.4:
24699+
version "2.2.8"
24700+
resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5"
24701+
integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==
24702+
2455824703
w3c-xmlserializer@^2.0.0:
2455924704
version "2.0.0"
2456024705
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"

0 commit comments

Comments
 (0)