Skip to content

Commit b1499dc

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.33.0",
1212
"react-scripts": "3.1.2"
1313
},
1414
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 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@^15.x || ^16.x":
1205+
version "16.9.17"
1206+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
1207+
integrity sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg==
12081208
dependencies:
12091209
"@types/prop-types" "*"
12101210
csstype "^2.2.0"
@@ -8203,12 +8203,12 @@ 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.33.0:
8207+
version "0.33.0"
8208+
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.33.0.tgz#822c331836ec39b1160faf22b0c722266f822460"
8209+
integrity sha512-zFo3A55QHCABYm4Xt0HWQMq10GI+oxhhCUGDYgzLksU1iGrdvHudUNXTDZvE43B1gM+cPyJ75jla/464kss8Iw==
82108210
dependencies:
8211-
"@types/react" "^16.9.2"
8211+
"@types/react" "^15.x || ^16.x"
82128212
prop-types "^15.7.2"
82138213

82148214
react-scripts@3.1.2:

0 commit comments

Comments
 (0)