Skip to content

Commit

Permalink
[website] upgrade react-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nihgwu committed Jul 5, 2019
1 parent bd1af91 commit 12c17f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",
"react-inspector": "^2.3.1",
"react-live-runner": "^0.7.2",
"react-live-runner": "^0.7.3",
"rehype-react": "^3.1.0",
"sanitize.css": "^10.0.0",
"seamless-immutable": "^7.1.4",
Expand Down
18 changes: 9 additions & 9 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9049,14 +9049,14 @@ 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-runner@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/react-live-runner/-/react-live-runner-0.7.2.tgz#ab6a7829890468493730583b2cdbefff9988d6ec"
integrity sha512-pute8jc0GZBeFg5w5uviK5rYaKzEhadcR16lSReq7FYkDBe+M/8RxxOl06I1xpOiPWb3ZsRuL316wWI618gu4w==
react-live-runner@^0.7.3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/react-live-runner/-/react-live-runner-0.7.3.tgz#d42c312490d1da6884ca376533322a065bf201fa"
integrity sha512-L/09wC3EnIgNtcvwgO3rhbiNkG4Dc6IISMrArCftb/5yGqpHzLbkNiT/RM/QAqHO8Hg6rtEZduUCFYR98WEcUg==
dependencies:
create-react-context "^0.3.0"
prism-react-renderer "^0.1.7"
react-runner "^0.5.0"
react-runner "^0.5.1"
react-simple-code-editor "^0.9.11"

react-reconciler@^0.20.0:
Expand All @@ -9069,10 +9069,10 @@ react-reconciler@^0.20.0:
prop-types "^15.6.2"
scheduler "^0.13.6"

react-runner@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/react-runner/-/react-runner-0.5.0.tgz#c4fb2303f22c3c55492c110332323d0f5432d364"
integrity sha512-IIbYuHLfnyygrIgqK68O2ahxdZbiEsP8rQ9RY7heA0kC64glbavZZv1EbxoaG+DF8wvU8FDb3D0jcqeT17bnzQ==
react-runner@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/react-runner/-/react-runner-0.5.1.tgz#20808463a8e617c732dcb99769eeeaec08403bef"
integrity sha512-GX3ky3qq7MAQ05Y4OJjEZTH1avR7IM45AETiXO8MUgY9IAOj3Y9e6Fz1eyVpAIMJVT46IcFeWpA7Jxk1I5jX4Q==
dependencies:
sucrase "^3.10.1"

Expand Down

0 comments on commit 12c17f4

Please sign in to comment.