diff --git a/documentation/package.json b/documentation/package.json index 59fc3d60c1b..a965b9a75b0 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -60,7 +60,7 @@ "query-string": "7.1.1", "react": "16.14.0", "react-dom": "16.14.0", - "react-live": "2.3.0", + "react-live": "2.4.1", "styled-components": "5.3.3", "three": "0.137.5" }, diff --git a/documentation/yarn.lock b/documentation/yarn.lock index c435b724f1f..7913e5add26 100644 --- a/documentation/yarn.lock +++ b/documentation/yarn.lock @@ -11475,7 +11475,21 @@ react-lifecycles-compat@^3.0.4: resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-live@2.3.0, react-live@^2.2.1: +react-live@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.4.1.tgz#65e674ff9ca9a9a95f83117acc21ffd968aca619" + integrity sha512-r+32f7oV/kBs3QZBRvaT+9vOkQW47UZrDpgwUe5FiIMOl7sdo5pmISgb7Zpj5PGHgY6XQaiXs3FEh+IWw3KbRg== + dependencies: + "@types/buble" "^0.20.0" + buble "0.19.6" + core-js "^3.14.0" + dom-iterator "^1.0.0" + prism-react-renderer "^1.2.1" + prop-types "^15.7.2" + react-simple-code-editor "^0.11.0" + unescape "^1.0.1" + +react-live@^2.2.1: version "2.3.0" resolved "https://registry.yarnpkg.com/react-live/-/react-live-2.3.0.tgz#09fbac361903970e7cf51cee60729eeb164a5d87" integrity sha512-b+Nc7x/bLu2sPX/If1uncrmUvYtXTqxY8QpzBw/X76SA3QJ1ggU0Ld6X5phLXZ469+XWO5lOU7OpAt0JoTyZPQ==