Skip to content

Commit bb5135c

Browse files
fix(deps): update dependency @uiw/react-code-preview to v1.12.4 (#189)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 61e3016 commit bb5135c

File tree

2 files changed

+28
-30
lines changed

2 files changed

+28
-30
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@rematch/core": "2.1.0",
1717
"@rematch/loading": "2.1.0",
18-
"@uiw/react-code-preview": "1.12.1",
18+
"@uiw/react-code-preview": "1.12.4",
1919
"@uiw/react-markdown-preview": "3.3.2",
2020
"@uiw/react-native": "^2.7.1",
2121
"@uiw/react-native-template": "2.0.1",

yarn.lock

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,13 +1493,6 @@
14931493
dependencies:
14941494
regenerator-runtime "^0.13.4"
14951495

1496-
"@babel/runtime@7.14.8":
1497-
version "7.14.8"
1498-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
1499-
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
1500-
dependencies:
1501-
regenerator-runtime "^0.13.4"
1502-
15031496
"@babel/runtime@7.15.3", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
15041497
version "7.15.3"
15051498
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
@@ -4130,7 +4123,12 @@
41304123
"@typescript-eslint/types" "4.29.3"
41314124
eslint-visitor-keys "^2.0.0"
41324125

4133-
"@uiw/copy-to-clipboard@1.0.11", "@uiw/copy-to-clipboard@^1.0.11":
4126+
"@uiw/copy-to-clipboard@1.0.12":
4127+
version "1.0.12"
4128+
resolved "https://registry.yarnpkg.com/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.12.tgz#46f563bd6f3007895f95855e5b4bb692c7251933"
4129+
integrity sha512-3tt7FVSbjtBCNBhffy7k26rpnEmk8GQj9QkTGZBIfpHU7mG3Buryt69u6xooYM7/gmv7GIqD4QxxIauIp2HHKg==
4130+
4131+
"@uiw/copy-to-clipboard@^1.0.11":
41344132
version "1.0.11"
41354133
resolved "https://registry.yarnpkg.com/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.11.tgz#60b6b63480af902c21cce827b70a6893f404ea51"
41364134
integrity sha512-VCcvOkDW8LgDUPRnYNwuLJWBlpVmmYiqEhHl6XpMvqrKEkTGCP+Jgx6Yx1q0MEey0aEdIiHIT1kUTHWyqz9rbA==
@@ -4235,28 +4233,28 @@
42354233
"@uiw/react-radio" "^4.9.4"
42364234
"@uiw/utils" "^4.9.4"
42374235

4238-
"@uiw/react-code-preview@1.12.1":
4239-
version "1.12.1"
4240-
resolved "https://registry.yarnpkg.com/@uiw/react-code-preview/-/react-code-preview-1.12.1.tgz#9ec412675ffebc97344b6d355ed011dbbeaf256b"
4241-
integrity sha512-mFmiVlmkXU+WT/cm4g9DoMqmEPJrAP/jeN7/gY7OGw0ZWMpz2j1zLTNP+hfy3e9uSig+GuopGsx5dx7rcffmUw==
4236+
"@uiw/react-code-preview@1.12.4":
4237+
version "1.12.4"
4238+
resolved "https://registry.yarnpkg.com/@uiw/react-code-preview/-/react-code-preview-1.12.4.tgz#a9cc5f89ff4247ccbcb99f37bcc87c82562695c6"
4239+
integrity sha512-HDOMVRGEXyT7pK7yistA3/FXWJBk0fpel5wRhF1zN/KpEmq7+pex0HYEInmX9ko86vTVY3dButW0ArIZW0OnVA==
42424240
dependencies:
42434241
"@babel/plugin-transform-classes" "7.14.9"
42444242
"@babel/runtime" "7.15.3"
42454243
"@babel/standalone" "7.12.18"
4246-
"@uiw/copy-to-clipboard" "1.0.11"
4247-
"@uiw/react-codemirror" "3.1.0"
4244+
"@uiw/copy-to-clipboard" "1.0.12"
4245+
"@uiw/react-codemirror" "3.2.1"
42484246
"@uiw/react-codepen" "1.0.1"
42494247
"@uiw/react-codesandbox" "1.1.0"
4250-
"@uiw/react-split" "5.7.4"
4248+
"@uiw/react-split" "5.8.1"
42514249
babel-plugin-transform-remove-imports "1.5.5"
42524250

4253-
"@uiw/react-codemirror@3.1.0":
4254-
version "3.1.0"
4255-
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.1.0.tgz#ea359fed22d17f444c7627c0da5a7e4b5dca8a21"
4256-
integrity sha512-y4fhf2cSybphYA/nr6zN5kQKTpfN25Ox/ELlvaYZEVviG1K3oD0niTTyoEZlBx0pulQjdESBhPoLH0AZ8WWsHg==
4251+
"@uiw/react-codemirror@3.2.1":
4252+
version "3.2.1"
4253+
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-3.2.1.tgz#355fda3a23143a9dcac23309397db95c90126630"
4254+
integrity sha512-taciFidmB/V8ve5SElMnMsRNwTVWCwTK16dsP9RIfPbbourVnmt9Tb+FIoeA6Jdlej4M9nr4X9IXtaw/GmqDPg==
42574255
dependencies:
4258-
"@babel/runtime" "7.14.8"
4259-
codemirror "5.62.2"
4256+
"@babel/runtime" "7.15.3"
4257+
codemirror "5.62.3"
42604258

42614259
"@uiw/react-codepen@1.0.1":
42624260
version "1.0.1"
@@ -4563,10 +4561,10 @@
45634561
dependencies:
45644562
"@uiw/utils" "^4.9.4"
45654563

4566-
"@uiw/react-split@5.7.4":
4567-
version "5.7.4"
4568-
resolved "https://registry.yarnpkg.com/@uiw/react-split/-/react-split-5.7.4.tgz#d3c02afde3de0416e566ade753c2097d41f48976"
4569-
integrity sha512-9/7OLMPXahUSAnd6eo4nUp0FiN0/GGxC4SIoPPiV1E4jovw10/X1fVXg8ga8K/NT/vmPrO4L/S5EU4yVMndNwA==
4564+
"@uiw/react-split@5.8.1":
4565+
version "5.8.1"
4566+
resolved "https://registry.yarnpkg.com/@uiw/react-split/-/react-split-5.8.1.tgz#d0c2c47286606231495eb09bce175c2bb1455ea3"
4567+
integrity sha512-T5BStuSYbasC5JBIy/j+ggUOBbVEJWKL+6QcvCvR90C4y20hBbPARrDQwDCsRQ/QpzfcanupiICKCYhN6aCKOQ==
45704568

45714569
"@uiw/react-split@^5.7.1":
45724570
version "5.8.0"
@@ -6916,10 +6914,10 @@ code-point-at@^1.0.0:
69166914
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
69176915
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
69186916

6919-
codemirror@5.62.2:
6920-
version "5.62.2"
6921-
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.2.tgz#bce6d19c9829e6e788f83886d48ecf5c1e106e65"
6922-
integrity sha512-tVFMUa4J3Q8JUd1KL9yQzQB0/BJt7ZYZujZmTPgo/54Lpuq3ez4C8x/ATUY/wv7b7X3AUq8o3Xd+2C5ZrCGWHw==
6917+
codemirror@5.62.3:
6918+
version "5.62.3"
6919+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.3.tgz#5cfdee6931c8b2d1b39ae773aaaaec2cc6b5558e"
6920+
integrity sha512-zZAyOfN8TU67ngqrxhOgtkSAGV9jSpN1snbl8elPtnh9Z5A11daR405+dhLzLnuXrwX0WCShWlybxPN3QC/9Pg==
69236921

69246922
codesandbox-import-util-types@^2.2.1:
69256923
version "2.2.3"

0 commit comments

Comments
 (0)