Skip to content

Commit 4ae2cfa

Browse files
committed
fix(deps): update dependency react-live to v2.2.1
1 parent ab79ba1 commit 4ae2cfa

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
@@ -7,7 +7,7 @@
77
"monaco-editor": "0.18.1",
88
"react": "16.10.1",
99
"react-dom": "16.10.1",
10-
"react-live": "2.2.0",
10+
"react-live": "2.2.1",
1111
"react-monaco-editor": "0.31.0",
1212
"react-scripts": "3.1.2"
1313
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8104,18 +8104,18 @@ react-is@^16.8.1, react-is@^16.8.4:
81048104
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
81058105
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
81068106

8107-
react-live@2.2.0:
8108-
version "2.2.0"
8109-
resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.2.0.tgz#538dfb34c614dcdda98845716372129adf59fdef"
8110-
integrity sha512-Ebbqz2hJGdC0OisXk1XbJ5gb3M3xn7ZdaheisVVFCbivM901Pixy12k1tqBTLoMYjlY2wGAGwgDBTE63Lqaweg==
8107+
react-live@2.2.1:
8108+
version "2.2.1"
8109+
resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.2.1.tgz#32a7732ba28bc1e252da28c312a47e27711bd98b"
8110+
integrity sha512-J97Fk0it6DFgEneGX2DbxugVy3++nb1fGUy3TcehQZcvfRI6ssnbrXyDE94xCUT0zJMC48tX1wT6GEaK+lDYsA==
81118111
dependencies:
81128112
buble "0.19.6"
81138113
core-js "^2.4.1"
81148114
create-react-context "0.2.2"
81158115
dom-iterator "^1.0.0"
81168116
prism-react-renderer "^0.1.0"
81178117
prop-types "^15.5.8"
8118-
react-simple-code-editor "^0.9.0"
8118+
react-simple-code-editor "^0.10.0"
81198119
unescape "^0.2.0"
81208120

81218121
react-monaco-editor@0.31.0:
@@ -8187,10 +8187,10 @@ react-scripts@3.1.2:
81878187
optionalDependencies:
81888188
fsevents "2.0.7"
81898189

8190-
react-simple-code-editor@^0.9.0:
8191-
version "0.9.15"
8192-
resolved "https://registry.yarnpkg.com/react-simple-code-editor/-/react-simple-code-editor-0.9.15.tgz#59e3583832e9e98992d3674b2d7673b4cd1c5709"
8193-
integrity sha512-M8iKgjBTBZK92tZYgOEfMuR7c3zZ0q0v3QYllSxIPx3SU+w003VofH50txXQSBTu92pSOm2tidON1HbQ1l8BDA==
8190+
react-simple-code-editor@^0.10.0:
8191+
version "0.10.0"
8192+
resolved "https://registry.yarnpkg.com/react-simple-code-editor/-/react-simple-code-editor-0.10.0.tgz#73e7ac550a928069715482aeb33ccba36efe2373"
8193+
integrity sha512-bL5W5mAxSW6+cLwqqVWY47Silqgy2DKDTR4hDBrLrUqC5BXc29YVx17l2IZk5v36VcDEq1Bszu2oHm1qBwKqBA==
81948194

81958195
react@16.10.1:
81968196
version "16.10.1"

0 commit comments

Comments
 (0)