Skip to content

Commit 815be58

Browse files
committed
fix(deps): update dependency @uiw/react-codemirror to v4
1 parent c7e2a4a commit 815be58

File tree

2 files changed

+259
-19
lines changed

2 files changed

+259
-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.3",
1414
"@material-ui/icons": "4.11.2",
1515
"@material-ui/lab": "4.0.0-alpha.60",
16-
"@uiw/react-codemirror": "3.2.7",
16+
"@uiw/react-codemirror": "4.2.4",
1717
"ajv": "8.6.3",
1818
"clsx": "1.1.1",
1919
"codemirror": "5.63.3",

yarn.lock

Lines changed: 258 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,20 +1516,20 @@
15161516
dependencies:
15171517
regenerator-runtime "^0.13.4"
15181518

1519-
1520-
version "7.15.4"
1521-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1522-
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
1523-
dependencies:
1524-
regenerator-runtime "^0.13.4"
1525-
15261519
"@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":
15271520
version "7.14.6"
15281521
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
15291522
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
15301523
dependencies:
15311524
regenerator-runtime "^0.13.4"
15321525

1526+
"@babel/runtime@^7.16.3":
1527+
version "7.16.3"
1528+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
1529+
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
1530+
dependencies:
1531+
regenerator-runtime "^0.13.4"
1532+
15331533
"@babel/template@^7.10.4", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
15341534
version "7.14.5"
15351535
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
@@ -1846,6 +1846,221 @@
18461846
exec-sh "^0.3.2"
18471847
minimist "^1.2.0"
18481848

1849+
"@codemirror/autocomplete@^0.19.0":
1850+
version "0.19.6"
1851+
resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.19.6.tgz#8c2ecd6eace3a1196985dbc68a46bb399f70d9df"
1852+
integrity sha512-hFYpNWq/DHpZTDn51+40YfNXysfX/iUnUzYuXnDVLOYMyxCAC+0vzA6aMHACFp/R2CEpRFfdAsNrQZpFkWVgSg==
1853+
dependencies:
1854+
"@codemirror/language" "^0.19.0"
1855+
"@codemirror/state" "^0.19.4"
1856+
"@codemirror/text" "^0.19.2"
1857+
"@codemirror/tooltip" "^0.19.0"
1858+
"@codemirror/view" "^0.19.0"
1859+
"@lezer/common" "^0.15.0"
1860+
1861+
"@codemirror/basic-setup@^0.19.0":
1862+
version "0.19.0"
1863+
resolved "https://registry.yarnpkg.com/@codemirror/basic-setup/-/basic-setup-0.19.0.tgz#dc84dd735c8a88dd38c9dcc80cbfefa31d7e8f20"
1864+
integrity sha512-Yhrf7fIz8+INHWOhpWeRwbs8fpc0KsydX9baD7TyYqniLVWyTi0Hwm52mr0f5O+k4YaJPeHAgT3x9gzDXZIvOw==
1865+
dependencies:
1866+
"@codemirror/autocomplete" "^0.19.0"
1867+
"@codemirror/closebrackets" "^0.19.0"
1868+
"@codemirror/commands" "^0.19.0"
1869+
"@codemirror/comment" "^0.19.0"
1870+
"@codemirror/fold" "^0.19.0"
1871+
"@codemirror/gutter" "^0.19.0"
1872+
"@codemirror/highlight" "^0.19.0"
1873+
"@codemirror/history" "^0.19.0"
1874+
"@codemirror/language" "^0.19.0"
1875+
"@codemirror/lint" "^0.19.0"
1876+
"@codemirror/matchbrackets" "^0.19.0"
1877+
"@codemirror/rectangular-selection" "^0.19.0"
1878+
"@codemirror/search" "^0.19.0"
1879+
"@codemirror/state" "^0.19.0"
1880+
"@codemirror/view" "^0.19.0"
1881+
1882+
"@codemirror/closebrackets@^0.19.0":
1883+
version "0.19.0"
1884+
resolved "https://registry.yarnpkg.com/@codemirror/closebrackets/-/closebrackets-0.19.0.tgz#69fdcee85779d638a00a42becd9f53a33a26d77f"
1885+
integrity sha512-dFWX5OEVYWRNtGaifSbwIAlymnRRjxWMiMbffbAjF7p0zfGHDbdGkiT56q3Xud63h5/tQdSo5dK1iyNTzHz5vg==
1886+
dependencies:
1887+
"@codemirror/language" "^0.19.0"
1888+
"@codemirror/rangeset" "^0.19.0"
1889+
"@codemirror/state" "^0.19.0"
1890+
"@codemirror/text" "^0.19.0"
1891+
"@codemirror/view" "^0.19.0"
1892+
1893+
"@codemirror/commands@^0.19.0":
1894+
version "0.19.5"
1895+
resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-0.19.5.tgz#2607b5c12c5c96df2cabce2e43f6285c07cfaf11"
1896+
integrity sha512-8PZOtx7d/GbKhFYA88zs2wINDtaUgj3pEjLYScKTd/Vsyw8qOp86tJQQNnMFTRZj/ISQl9Lbg3aAmHvroMqspw==
1897+
dependencies:
1898+
"@codemirror/language" "^0.19.0"
1899+
"@codemirror/matchbrackets" "^0.19.0"
1900+
"@codemirror/state" "^0.19.2"
1901+
"@codemirror/text" "^0.19.0"
1902+
"@codemirror/view" "^0.19.0"
1903+
"@lezer/common" "^0.15.0"
1904+
1905+
"@codemirror/comment@^0.19.0":
1906+
version "0.19.0"
1907+
resolved "https://registry.yarnpkg.com/@codemirror/comment/-/comment-0.19.0.tgz#4f23497924e9346898c2e0123011acc535a0bea6"
1908+
integrity sha512-3hqAd0548fxqOBm4khFMcXVIivX8p0bSlbAuZJ6PNoUn/0wXhxkxowPp0FmFzU2+y37Z+ZQF5cRB5EREWPRIiQ==
1909+
dependencies:
1910+
"@codemirror/state" "^0.19.0"
1911+
"@codemirror/text" "^0.19.0"
1912+
"@codemirror/view" "^0.19.0"
1913+
1914+
"@codemirror/fold@^0.19.0":
1915+
version "0.19.1"
1916+
resolved "https://registry.yarnpkg.com/@codemirror/fold/-/fold-0.19.1.tgz#52000ff329ab69c4ba32e94401777941e29d8ad0"
1917+
integrity sha512-3GwQpxgv03urb8BPBvX1JSjl+uMXKqngRG6qHZXSM2FefxFKvTuyL44MCb35aodtfKjGwoxizk+7b6CbAOLyOw==
1918+
dependencies:
1919+
"@codemirror/gutter" "^0.19.0"
1920+
"@codemirror/language" "^0.19.0"
1921+
"@codemirror/rangeset" "^0.19.0"
1922+
"@codemirror/state" "^0.19.0"
1923+
"@codemirror/view" "^0.19.0"
1924+
1925+
"@codemirror/gutter@^0.19.0", "@codemirror/gutter@^0.19.4":
1926+
version "0.19.5"
1927+
resolved "https://registry.yarnpkg.com/@codemirror/gutter/-/gutter-0.19.5.tgz#b90527832c3f3066d1aeb53b003a764b5a561cfc"
1928+
integrity sha512-Vqy+RXgBdnmbxNYx4/irQcfU9ecFz8SB/vhDOeHHSGtDqs+TihYHnHgBZLz6uILEG0YIjp0/zYY3P2NgZ/iyEg==
1929+
dependencies:
1930+
"@codemirror/rangeset" "^0.19.0"
1931+
"@codemirror/state" "^0.19.0"
1932+
"@codemirror/view" "^0.19.0"
1933+
1934+
"@codemirror/highlight@^0.19.0":
1935+
version "0.19.6"
1936+
resolved "https://registry.yarnpkg.com/@codemirror/highlight/-/highlight-0.19.6.tgz#7f2e066f83f5649e8e0748a3abe0aaeaf64b8ac2"
1937+
integrity sha512-+eibu6on9quY8uN3xJ/n3rH+YIDLlpX7YulVmFvqAIz/ukRQ5tWaBmB7fMixHmnmRIRBRZgB8rNtonuMwZSAHQ==
1938+
dependencies:
1939+
"@codemirror/language" "^0.19.0"
1940+
"@codemirror/rangeset" "^0.19.0"
1941+
"@codemirror/state" "^0.19.0"
1942+
"@codemirror/view" "^0.19.0"
1943+
"@lezer/common" "^0.15.0"
1944+
style-mod "^4.0.0"
1945+
1946+
"@codemirror/history@^0.19.0":
1947+
version "0.19.0"
1948+
resolved "https://registry.yarnpkg.com/@codemirror/history/-/history-0.19.0.tgz#cc8095c927c9566f7b69fa404074edde4c54d39c"
1949+
integrity sha512-E0H+lncH66IMDhaND9jgkjE7s0dhYfjCPmS+Ig2Yes9I8+UIEecIdObj8c8HPCFGctGg3fxXqRAw2mdHl2Wouw==
1950+
dependencies:
1951+
"@codemirror/state" "^0.19.0"
1952+
"@codemirror/view" "^0.19.0"
1953+
1954+
"@codemirror/language@^0.19.0":
1955+
version "0.19.3"
1956+
resolved "https://registry.yarnpkg.com/@codemirror/language/-/language-0.19.3.tgz#e4f61555dec0787f757b78348a54a00f3bb23c9c"
1957+
integrity sha512-6vjkRYHRJg/z9wdAk75nU2fQwCJBsh2HpkIjKXIHfzISSgLt5qSDxVhPd8Uu8PD5WMmFFP8tX7I9kdIt873o0A==
1958+
dependencies:
1959+
"@codemirror/state" "^0.19.0"
1960+
"@codemirror/text" "^0.19.0"
1961+
"@codemirror/view" "^0.19.0"
1962+
"@lezer/common" "^0.15.5"
1963+
"@lezer/lr" "^0.15.0"
1964+
1965+
"@codemirror/lint@^0.19.0":
1966+
version "0.19.3"
1967+
resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-0.19.3.tgz#84101d0967fea8df114a8f0f79965c22ccd3b3cc"
1968+
integrity sha512-+c39s05ybD2NjghxkPFsUbH/qBL0cdzKmtHbzUm0RVspeL2OiP7uHYJ6J5+Qr9RjMIPWzcqSauRqxfmCrctUfg==
1969+
dependencies:
1970+
"@codemirror/gutter" "^0.19.4"
1971+
"@codemirror/panel" "^0.19.0"
1972+
"@codemirror/rangeset" "^0.19.1"
1973+
"@codemirror/state" "^0.19.4"
1974+
"@codemirror/tooltip" "^0.19.5"
1975+
"@codemirror/view" "^0.19.0"
1976+
crelt "^1.0.5"
1977+
1978+
"@codemirror/matchbrackets@^0.19.0":
1979+
version "0.19.3"
1980+
resolved "https://registry.yarnpkg.com/@codemirror/matchbrackets/-/matchbrackets-0.19.3.tgz#1f430ada6fa21af2205280ff344ef57bb95dd3cb"
1981+
integrity sha512-ljkrBxaLgh8jesroUiBa57pdEwqJamxkukXrJpL9LdyFZVJaF+9TldhztRaMsMZO1XnCSSHQ9sg32iuHo7Sc2g==
1982+
dependencies:
1983+
"@codemirror/language" "^0.19.0"
1984+
"@codemirror/state" "^0.19.0"
1985+
"@codemirror/view" "^0.19.0"
1986+
"@lezer/common" "^0.15.0"
1987+
1988+
"@codemirror/panel@^0.19.0":
1989+
version "0.19.0"
1990+
resolved "https://registry.yarnpkg.com/@codemirror/panel/-/panel-0.19.0.tgz#18c7a253a7a1ef686bece1ef13ec0e5eb6603265"
1991+
integrity sha512-LJuu49xnuhaAztlhnLJQ57ddOirSyf8/lnl7twsQUG/05RkxodBZ9F7q8r5AOLqOkaQOy9WySEKX1Ur8lD9Q5w==
1992+
dependencies:
1993+
"@codemirror/state" "^0.19.0"
1994+
"@codemirror/view" "^0.19.0"
1995+
1996+
"@codemirror/rangeset@^0.19.0", "@codemirror/rangeset@^0.19.1":
1997+
version "0.19.2"
1998+
resolved "https://registry.yarnpkg.com/@codemirror/rangeset/-/rangeset-0.19.2.tgz#d7a999e4273c00fecef4aba8535a426073cdcddf"
1999+
integrity sha512-5d+X8LtmeZtfFtKrSx57bIHRUpKv2HD0b74clp4fGA7qJLLfYehF6FGkJJxJb8lKsqAga1gdjjWr0jiypmIxoQ==
2000+
dependencies:
2001+
"@codemirror/state" "^0.19.0"
2002+
2003+
"@codemirror/rectangular-selection@^0.19.0":
2004+
version "0.19.1"
2005+
resolved "https://registry.yarnpkg.com/@codemirror/rectangular-selection/-/rectangular-selection-0.19.1.tgz#5a88ece4fb68ce5682539497db8a64fc015aae63"
2006+
integrity sha512-9ElnqOg3mpZIWe0prPRd1SZ48Q9QB3bR8Aocq8UtjboJSUG8ABhRrbuTZMW/rMqpBPSjVpCe9xkCCkEQMYQVmw==
2007+
dependencies:
2008+
"@codemirror/state" "^0.19.0"
2009+
"@codemirror/text" "^0.19.4"
2010+
"@codemirror/view" "^0.19.0"
2011+
2012+
"@codemirror/search@^0.19.0":
2013+
version "0.19.2"
2014+
resolved "https://registry.yarnpkg.com/@codemirror/search/-/search-0.19.2.tgz#d549c3daa527e17c173cdfc90b7c1b02deab1502"
2015+
integrity sha512-TrRxUxyJ/a7HXtUvMZhgkOUbKE1xO33UhXjn1XACEHKWhgovw1vEeEEti9dZejN8/QOOFJed39InUxmp7oQ8HA==
2016+
dependencies:
2017+
"@codemirror/panel" "^0.19.0"
2018+
"@codemirror/rangeset" "^0.19.0"
2019+
"@codemirror/state" "^0.19.2"
2020+
"@codemirror/text" "^0.19.0"
2021+
"@codemirror/view" "^0.19.0"
2022+
crelt "^1.0.5"
2023+
2024+
"@codemirror/state@^0.19.0", "@codemirror/state@^0.19.2", "@codemirror/state@^0.19.3", "@codemirror/state@^0.19.4", "@codemirror/state@^0.19.5":
2025+
version "0.19.5"
2026+
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-0.19.5.tgz#af56e3af50224d748a992e56d1e31a52287594a5"
2027+
integrity sha512-a3bJnkFuh4Z36nuOzAYobWViQ9eq5ux2wOb/46jUl+0Sj2BGrdz+pY1L+y2NUZhwPyWGcIrBtranr5P0rEEq8A==
2028+
dependencies:
2029+
"@codemirror/text" "^0.19.0"
2030+
2031+
"@codemirror/text@^0.19.0", "@codemirror/text@^0.19.2", "@codemirror/text@^0.19.4":
2032+
version "0.19.5"
2033+
resolved "https://registry.yarnpkg.com/@codemirror/text/-/text-0.19.5.tgz#75033af2476214e79eae22b81ada618815441c18"
2034+
integrity sha512-Syu5Xc7tZzeUAM/y4fETkT0zgGr48rDG+w4U38bPwSIUr+L9S/7w2wDE1WGNzjaZPz12F6gb1gxWiSTg9ocLow==
2035+
2036+
"@codemirror/theme-one-dark@^0.19.1":
2037+
version "0.19.1"
2038+
resolved "https://registry.yarnpkg.com/@codemirror/theme-one-dark/-/theme-one-dark-0.19.1.tgz#648b9cbe37186a2b7bd2a83fb483dc7aa18ce218"
2039+
integrity sha512-8gc4c2k2o/EhyHoWkghCxp5vyDT96JaFGtRy35PHwIom0LZdx7aU4AbDUnITvwiFB+0+i54VO+WQjBqgTyJvqg==
2040+
dependencies:
2041+
"@codemirror/highlight" "^0.19.0"
2042+
"@codemirror/state" "^0.19.0"
2043+
"@codemirror/view" "^0.19.0"
2044+
2045+
"@codemirror/tooltip@^0.19.0", "@codemirror/tooltip@^0.19.5":
2046+
version "0.19.6"
2047+
resolved "https://registry.yarnpkg.com/@codemirror/tooltip/-/tooltip-0.19.6.tgz#1c908597aa13fdf968886e56c3b75e6b5d9b9900"
2048+
integrity sha512-a2xBVsk6JiLXpbMUfAM5pA+K7Om+7U7zlm1rBg0LaOez+3r9tiB2T0aw+IBKWOzAHKV3EwFbM7dwclUZBBYBfg==
2049+
dependencies:
2050+
"@codemirror/state" "^0.19.0"
2051+
"@codemirror/view" "^0.19.0"
2052+
2053+
"@codemirror/view@^0.19.0", "@codemirror/view@^0.19.15":
2054+
version "0.19.16"
2055+
resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-0.19.16.tgz#647d6dd4febdd28cfec8414b7b1dcddc6b40a986"
2056+
integrity sha512-VumZoAQRX9BhHU0cD4++izO4mfCH36J61xz9MxtfOKEggzuKlyuGDrdix67FhoDfYiDRvqv9lt1J5YZ/zdU2WA==
2057+
dependencies:
2058+
"@codemirror/rangeset" "^0.19.0"
2059+
"@codemirror/state" "^0.19.3"
2060+
"@codemirror/text" "^0.19.0"
2061+
style-mod "^4.0.0"
2062+
w3c-keyname "^2.2.4"
2063+
18492064
"@creditkarma/[email protected]":
18502065
version "0.17.2"
18512066
resolved "https://registry.yarnpkg.com/@creditkarma/thrift-client/-/thrift-client-0.17.2.tgz#20c7a637948660e60cedfa3ce751d6d0d3fdcfce"
@@ -4672,6 +4887,18 @@
46724887
resolved "https://registry.yarnpkg.com/@json-schema-tools/meta-schema/-/meta-schema-1.6.19.tgz#295301c2d4a0c01eb2eafbf605aca8ebc0dfbbb6"
46734888
integrity sha512-55zuWFW7tr4tf/G5AYmybcPdGOkVAreQbt2JdnogX4I2r/zkxZiimYPJESDf5je9BI2oRveak2p296HzDppeaA==
46744889

4890+
"@lezer/common@^0.15.0", "@lezer/common@^0.15.5":
4891+
version "0.15.8"
4892+
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-0.15.8.tgz#e9d87b5f05c18feb51b7f04d74b124caea32a94b"
4893+
integrity sha512-zpS/xty48huX4uBidupmWDYCRBYpVtoTiFhzYhd6GsQwU67WsdSImdWzZJDrF/DhcQ462wyrZahHlo2grFB5ig==
4894+
4895+
"@lezer/lr@^0.15.0":
4896+
version "0.15.4"
4897+
resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-0.15.4.tgz#634670d7224040fddac1370af01211eecd9ac0a0"
4898+
integrity sha512-vwgG80sihEGJn6wJp6VijXrnzVai/KPva/OzYKaWvIx0IiXKjoMQ8UAwcgpSBwfS4Fbz3IKOX/cCNXU3r1FvpQ==
4899+
dependencies:
4900+
"@lezer/common" "^0.15.0"
4901+
46754902
"@manypkg/find-root@^1.1.0":
46764903
version "1.1.0"
46774904
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
@@ -6467,13 +6694,16 @@
64676694
"@typescript-eslint/types" "4.33.0"
64686695
eslint-visitor-keys "^2.0.0"
64696696

6470-
"@uiw/react-codemirror@3.2.7":
6471-
version "3.2.7"
6472-
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.2.7.tgz#c22648fddeb8836061b9a824f87db24f27067caf"
6473-
integrity sha512-aSQKN76Phj6v0okTs/MRanA9B29yeeemNqBh5pVL7TsSuSsyJS8auhvIDF7PKDxAS/u2I+V13SklA1+yFaiAZg==
6697+
"@uiw/react-codemirror@4.2.4":
6698+
version "4.2.4"
6699+
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.2.4.tgz#024eeda479e336906f401c15b68d0e41117f1b7d"
6700+
integrity sha512-wtO+m2Bc8wzax8QwSA/sWu+6gJuWlDJ0Gv/UQx6cNkNiTlzp6D/Mu5nLmywEk56RJOic6hGaHHzWKIZsG7aURQ==
64746701
dependencies:
6475-
"@babel/runtime" "7.15.4"
6476-
codemirror "5.63.0"
6702+
"@babel/runtime" "^7.16.3"
6703+
"@codemirror/basic-setup" "^0.19.0"
6704+
"@codemirror/state" "^0.19.5"
6705+
"@codemirror/theme-one-dark" "^0.19.1"
6706+
"@codemirror/view" "^0.19.15"
64776707

64786708
"@webassemblyjs/[email protected]":
64796709
version "1.11.1"
@@ -8909,11 +9139,6 @@ codemirror-graphql@^1.0.3:
89099139
graphql-language-service-interface "^2.8.2"
89109140
graphql-language-service-parser "^1.9.3"
89119141

8912-
8913-
version "5.63.0"
8914-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.63.0.tgz#070a699108badd9c118b7261ac2e9793acdbb149"
8915-
integrity sha512-KlLWRPggDg2rBD1Mx7/EqEhaBdy+ybBCVh/efgjBDsPpMeEu6MbTAJzIT4TuCzvmbTEgvKOGzVT6wdBTNusqrg==
8916-
89179142
[email protected], codemirror@^5.58.2:
89189143
version "5.63.3"
89199144
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.63.3.tgz#97042a242027fe0c87c09b36bc01931d37b76527"
@@ -9342,6 +9567,11 @@ create-require@^1.1.0:
93429567
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
93439568
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
93449569

9570+
crelt@^1.0.5:
9571+
version "1.0.5"
9572+
resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.5.tgz#57c0d52af8c859e354bace1883eb2e1eb182bb94"
9573+
integrity sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==
9574+
93459575
93469576
version "3.0.6"
93479577
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
@@ -21151,6 +21381,11 @@ [email protected]:
2115121381
loader-utils "^2.0.0"
2115221382
schema-utils "^2.7.0"
2115321383

21384+
style-mod@^4.0.0:
21385+
version "4.0.0"
21386+
resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.0.0.tgz#97e7c2d68b592975f2ca7a63d0dd6fcacfe35a01"
21387+
integrity sha512-OPhtyEjyyN9x3nhPsu76f52yUGXiZcgvsrFVtvTkyGRQJ0XK+GPc6ov1z+lRpbeabka+MYEQxOYRnt5nF30aMw==
21388+
2115421389
2115521390
version "5.3.3"
2115621391
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.3.tgz#312a3d9a549f4708f0fb0edc829eb34bde032743"
@@ -22447,6 +22682,11 @@ w3c-hr-time@^1.0.2:
2244722682
dependencies:
2244822683
browser-process-hrtime "^1.0.0"
2244922684

22685+
w3c-keyname@^2.2.4:
22686+
version "2.2.4"
22687+
resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.4.tgz#4ade6916f6290224cdbd1db8ac49eab03d0eef6b"
22688+
integrity sha512-tOhfEwEzFLJzf6d1ZPkYfGj+FWhIpBux9ppoP3rlclw3Z0BZv3N7b7030Z1kYth+6rDuAsXUFr+d0VE6Ed1ikw==
22689+
2245022690
w3c-xmlserializer@^2.0.0:
2245122691
version "2.0.0"
2245222692
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"

0 commit comments

Comments
 (0)