diff --git a/package.json b/package.json index 2800cfdbc..f900af133 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "normalize.css": "^7.0.0", "prismjs": "1.6.0", "react-emotion": "^8.0.8", - "react-live": "^1.8.0-2", + "react-live": "^1.11.0", "react-redux": "^5.0.5", "react-transition-group": "1.2.1", "react-typography": "^0.16.5", diff --git a/src/components/__snapshots__/code-pane.test.js.snap b/src/components/__snapshots__/code-pane.test.js.snap index f1f7afc3d..12c78473f 100644 --- a/src/components/__snapshots__/code-pane.test.js.snap +++ b/src/components/__snapshots__/code-pane.test.js.snap @@ -106,6 +106,8 @@ exports[` should render correctly. 1`] = ` } } onClick={undefined} + onCompositionEnd={undefined} + onCompositionStart={undefined} onKeyDown={undefined} onKeyUp={undefined} spellCheck="false" diff --git a/src/components/__snapshots__/component-playground.test.js.snap b/src/components/__snapshots__/component-playground.test.js.snap index 92f2b5142..6bf5124e5 100644 --- a/src/components/__snapshots__/component-playground.test.js.snap +++ b/src/components/__snapshots__/component-playground.test.js.snap @@ -3,7 +3,6 @@ exports[` Should render the dark theme correctly 1`] = `
Should render the dark theme correctly 1`] = ` > const - - - HelloWorld - - + HelloWorld @@ -238,7 +231,12 @@ exports[` Should render the dark theme correctly 1`] = ` - => + = + + + > Should render the dark theme correctly 1`] = ` exports[` Should render the light theme correctly 1`] = `
Should render the light theme correctly 1`] = ` > const - - - HelloWorld - - + HelloWorld @@ -776,7 +767,12 @@ exports[` Should render the light theme correctly 1`] = ` - => + = + + + > Should render the light theme correctly 1`] = ` exports[` Should render with a custom background color 1`] = `
Should render with a custom background color 1` > const - - - HelloWorld - - + HelloWorld @@ -1314,7 +1303,12 @@ exports[` Should render with a custom background color 1` - => + = + + + > Should render with a custom background color 1` exports[` Should render with a custom code block 1`] = `
Should render with a custom code block 1`] = ` > const - - - Button - - + Button @@ -1716,7 +1703,12 @@ exports[` Should render with a custom code block 1`] = ` - => + = + + + > Should render with a custom code block 1`] = ` > " - My Button - - " - + My + + + + Button"