Skip to content

Commit 02b457c

Browse files
committed
fix(deps): update dependency react-svg-morph to ^0.2.0
1 parent a77f57b commit 02b457c

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

packages/mcs-lite-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"react-overlay-pack": "^2.0.0",
8080
"react-overlays": "^0.8.3",
8181
"react-render-to-json": "^0.0.6",
82-
"react-svg-morph": "^0.1.10",
82+
"react-svg-morph": "^0.2.0",
8383
"react-syntax-highlighter": "^7.0.2",
8484
"react-text-truncate": "^0.13.1",
8585
"react-virtualized": "^9.18.5",

yarn.lock

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10757,11 +10757,7 @@ react-redux@5.0.7:
1075710757
loose-envify "^1.1.0"
1075810758
prop-types "^15.6.0"
1075910759

10760-
react-render-to-json@0.0.4:
10761-
version "0.0.4"
10762-
resolved "https://registry.yarnpkg.com/react-render-to-json/-/react-render-to-json-0.0.4.tgz#0db588e2952cea05a66a3390554c46c3ea74d006"
10763-
10764-
react-render-to-json@^0.0.6:
10760+
react-render-to-json@0.0.6, react-render-to-json@^0.0.6:
1076510761
version "0.0.6"
1076610762
resolved "https://registry.yarnpkg.com/react-render-to-json/-/react-render-to-json-0.0.6.tgz#3d04ad156d58d64390089102554b8030f3c2a4fa"
1076710763

@@ -10893,11 +10889,12 @@ react-style-proptype@^3.0.0:
1089310889
dependencies:
1089410890
prop-types "^15.5.4"
1089510891

10896-
react-svg-morph@^0.1.10:
10897-
version "0.1.10"
10898-
resolved "https://registry.yarnpkg.com/react-svg-morph/-/react-svg-morph-0.1.10.tgz#780cf6823a6ab640a1367e43b7c9509d68157bf3"
10892+
react-svg-morph@^0.2.0:
10893+
version "0.2.1"
10894+
resolved "https://registry.yarnpkg.com/react-svg-morph/-/react-svg-morph-0.2.1.tgz#fdcb8a53d646cd8166e60b5ceb8f60d585d8c724"
1089910895
dependencies:
10900-
react-render-to-json "0.0.4"
10896+
prop-types "^15.6.0"
10897+
react-render-to-json "0.0.6"
1090110898
svgpath "^2.1.0"
1090210899

1090310900
react-syntax-highlighter@^7.0.2:

0 commit comments

Comments
 (0)