Skip to content

Commit ebb50a3

Browse files
committed
fix(deps): update dependency @uiw/react-codemirror to v3.2.8
1 parent 96f3fb1 commit ebb50a3

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
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.7",
16+
"@uiw/react-codemirror": "3.2.8",
1717
"ajv": "8.11.0",
1818
"clsx": "1.2.1",
1919
"codemirror": "5.65.6",

yarn.lock

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,13 +1638,6 @@
16381638
dependencies:
16391639
regenerator-runtime "^0.13.4"
16401640

1641-
1642-
version "7.15.4"
1643-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1644-
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
1645-
dependencies:
1646-
regenerator-runtime "^0.13.4"
1647-
16481641
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
16491642
version "7.14.6"
16501643
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
@@ -6682,13 +6675,13 @@
66826675
"@typescript-eslint/types" "4.33.0"
66836676
eslint-visitor-keys "^2.0.0"
66846677

6685-
6686-
version "3.2.7"
6687-
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.2.7.tgz#c22648fddeb8836061b9a824f87db24f27067caf"
6688-
integrity sha512-aSQKN76Phj6v0okTs/MRanA9B29yeeemNqBh5pVL7TsSuSsyJS8auhvIDF7PKDxAS/u2I+V13SklA1+yFaiAZg==
6678+
6679+
version "3.2.8"
6680+
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.2.8.tgz#240ea79ecdee223b5e5e0fc8d4921c10a53be56d"
6681+
integrity sha512-weLAiiUD94KZBPy4VcqUhhXH+tQ9vCYm2MclwOmG3KCOFvBt6fUEPGBzpx51mp1ozjLJPHM7GZwW+gGp56yFpw==
66896682
dependencies:
6690-
"@babel/runtime" "7.15.4"
6691-
codemirror "5.63.0"
6683+
"@babel/runtime" "^7.18.9"
6684+
codemirror "^5.65.7"
66926685

66936686
"@webassemblyjs/[email protected]":
66946687
version "1.11.1"
@@ -9261,11 +9254,6 @@ codemirror-graphql@^1.3.2:
92619254
dependencies:
92629255
graphql-language-service "^5.0.6"
92639256

9264-
9265-
version "5.63.0"
9266-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.63.0.tgz#070a699108badd9c118b7261ac2e9793acdbb149"
9267-
integrity sha512-KlLWRPggDg2rBD1Mx7/EqEhaBdy+ybBCVh/efgjBDsPpMeEu6MbTAJzIT4TuCzvmbTEgvKOGzVT6wdBTNusqrg==
9268-
92699257
92709258
version "5.65.6"
92719259
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.6.tgz#fc313797331cbeb3bcab0652d1ec9d0f40c23ab5"
@@ -9276,6 +9264,11 @@ codemirror@^5.65.3:
92769264
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.3.tgz#2d029930d5a293bc5fb96ceea64654803c0d4ac7"
92779265
integrity sha512-kCC0iwGZOVZXHEKW3NDTObvM7pTIyowjty4BUqeREROc/3I6bWbgZDA3fGDwlA+rbgRjvnRnfqs9SfXynel1AQ==
92789266

9267+
codemirror@^5.65.7:
9268+
version "5.65.7"
9269+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.65.7.tgz#29af41ce5f4c2b8f1c1e16f4e645ff392823716a"
9270+
integrity sha512-zb67cXzgugIQmb6tfD4G11ILjYoMfTjwcjn+cWsa4GewlI2adhR/h3kolkoCQTm1msD/1BuqVTKuO09ELsS++A==
9271+
92799272
collect-v8-coverage@^1.0.0:
92809273
version "1.0.1"
92819274
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"

0 commit comments

Comments
 (0)