Skip to content

Commit 22e5466

Browse files
renovate[bot]danez
andauthored
chore(deps): update dependency react-live to v3 (#499)
* chore(deps): update dependency react-live to v3 * chore: fix style --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent ea4b159 commit 22e5466

File tree

4 files changed

+80
-143
lines changed

4 files changed

+80
-143
lines changed

examples/src/example.less

+3-4
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,14 @@ h1, h2, h3 {
163163
box-shadow: 0.055rem 0.055rem 1.11rem rgba(20,20,20,0.27);
164164

165165
.live-editor {
166+
background-color: rgb(40, 42, 54);
167+
font-family: "Source Code Pro", monospace;
168+
font-size: 0.875rem;
166169
height: 0;
167170
overflow-y: scroll;
168171
transition: height .2s;
169172
max-width: 850px;
170173

171-
pre {
172-
overflow: scroll;
173-
}
174-
175174
&--visible {
176175
height: 300px;
177176
}

examples/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="page-header__subtitle">An accessible and easy tab component for <a hr
3232
<div class="container">
3333
<div>Supported by</div>
3434
<div><a href="https://www.browserstack.com"><img src="images/Browserstack-logo.svg" alt="Browserstack" class="browserstack"></a></div>
35-
<div>Copyright &copy; <a href="https://github.com/danez" target="_blank" rel="noopener noreferrer">Daniel Tschinder</a> 2017-2020. MIT Licensed.</div>
35+
<div>Copyright &copy; <a href="https://github.com/danez" target="_blank" rel="noopener noreferrer">Daniel Tschinder</a> 2017-2023. MIT Licensed.</div>
3636
</div>
3737
</footer>
3838
</body>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"prettier": "2.8.4",
8282
"react": "18.2.0",
8383
"react-dom": "18.2.0",
84-
"react-live": "2.4.1",
84+
"react-live": "3.1.2",
8585
"react-modal": "3.16.1",
8686
"react-test-renderer": "18.2.0",
8787
"rimraf": "4.1.2",

0 commit comments

Comments
 (0)