Skip to content

Commit 44b60a6

Browse files
committed
fix(deps): update dependency react-monaco-editor to v0.32.0
1 parent 5288d09 commit 44b60a6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "16.10.1",
99
"react-dom": "16.10.1",
1010
"react-live": "2.2.0",
11-
"react-monaco-editor": "0.31.0",
11+
"react-monaco-editor": "0.32.0",
1212
"react-scripts": "3.1.2"
1313
},
1414
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,10 +1201,10 @@
12011201
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
12021202
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
12031203

1204-
"@types/react@^16.9.2":
1205-
version "16.9.4"
1206-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.4.tgz#de8cf5e5e2838659fb78fa93181078469eeb19fc"
1207-
integrity sha512-ItGNmJvQ0IvWt8rbk5PLdpdQhvBVxAaXI9hDlx7UMd8Ie1iMIuwMNiKeTfmVN517CdplpyXvA22X4zm4jGGZnw==
1204+
"@types/react@^16.0.0":
1205+
version "16.9.11"
1206+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
1207+
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
12081208
dependencies:
12091209
"@types/prop-types" "*"
12101210
csstype "^2.2.0"
@@ -7945,7 +7945,7 @@ prompts@^2.0.1:
79457945
kleur "^3.0.3"
79467946
sisteransi "^1.0.3"
79477947

7948-
prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
7948+
prop-types@^15.0.0, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
79497949
version "15.7.2"
79507950
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
79517951
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -8203,13 +8203,13 @@ react-live@2.2.0:
82038203
react-simple-code-editor "^0.9.0"
82048204
unescape "^0.2.0"
82058205

8206-
react-monaco-editor@0.31.0:
8207-
version "0.31.0"
8208-
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.31.0.tgz#67d7e9e6e810c8fa1241f9c41304510b19d66c0e"
8209-
integrity sha512-hU7YXEV2oer1xrRw+wwRi1NuPfUvBbwcU5Ft1XTBdktFnsRd0eK3xgy82zis7B6PaK0mKeI/CP5GiWz+EPYDFg==
8206+
react-monaco-editor@0.32.0:
8207+
version "0.32.0"
8208+
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.32.0.tgz#67477cf8a743bddb9e1c84563808139654e6789d"
8209+
integrity sha512-yoaX6PKGAqnw2/bvMbiGn8X09Wnnxyx704Oq+Rm3ZsjLEQEoGIxSRxdGkvTsEiS0c8/sHHTcIlBCgC8Sqjpyow==
82108210
dependencies:
8211-
"@types/react" "^16.9.2"
8212-
prop-types "^15.7.2"
8211+
"@types/react" "^16.0.0"
8212+
prop-types "^15.0.0"
82138213

82148214
react-scripts@3.1.2:
82158215
version "3.1.2"

0 commit comments

Comments
 (0)