Skip to content

Commit fcb2e50

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8203,10 +8203,10 @@ 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.31.1:
8207+
version "0.31.1"
8208+
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.31.1.tgz#cec1c04d43c7e0a03788b82dcc99137ca355481b"
8209+
integrity sha512-Gx02GExWzZkJ34q9HOYDsPOGdG7nTWw0e74xlBxY4JCLyLP4a9E/kQ36ZL+bec9MMT9PZKZmyLybsH4+3ZC1ag==
82108210
dependencies:
82118211
"@types/react" "^16.9.2"
82128212
prop-types "^15.7.2"

0 commit comments

Comments
 (0)