mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-21 10:37:51 +02:00
chore(v2): upgrade Infima to 0.2.0-alpha.2 (#1577)
This commit is contained in:
parent
b08b472435
commit
fd8c02b1dd
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
||||||
"@mdx-js/mdx": "^1.0.20",
|
"@mdx-js/mdx": "^1.0.20",
|
||||||
"@mdx-js/react": "^1.0.20",
|
"@mdx-js/react": "^1.0.20",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"infima": "0.2.0-alpha.1",
|
"infima": "0.2.0-alpha.2",
|
||||||
"prism-react-renderer": "^0.1.6",
|
"prism-react-renderer": "^0.1.6",
|
||||||
"react-toggle": "^4.0.2"
|
"react-toggle": "^4.0.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -15,9 +15,9 @@ function BrowserWindow({children, minHeight, url}) {
|
||||||
<div className={styles.container} style={{minHeight}}>
|
<div className={styles.container} style={{minHeight}}>
|
||||||
<div className={styles.row}>
|
<div className={styles.row}>
|
||||||
<div className={classnames(styles.column, styles.left)}>
|
<div className={classnames(styles.column, styles.left)}>
|
||||||
<span className={styles.dot} style={{background: '#ED594A'}} />
|
<span className={styles.dot} style={{background: '#f25f58'}} />
|
||||||
<span className={styles.dot} style={{background: '#FDD800'}} />
|
<span className={styles.dot} style={{background: '#fbbe3c'}} />
|
||||||
<span className={styles.dot} style={{background: '#5AC05A'}} />
|
<span className={styles.dot} style={{background: '#58cb42'}} />
|
||||||
</div>
|
</div>
|
||||||
<div className={classnames(styles.column, styles.middle)}>
|
<div className={classnames(styles.column, styles.middle)}>
|
||||||
<input disabled={true} type="text" value={url} readOnly />
|
<input disabled={true} type="text" value={url} readOnly />
|
||||||
|
|
|
@ -7534,10 +7534,10 @@ indexof@0.0.1:
|
||||||
resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
|
resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d"
|
||||||
integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
|
integrity sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=
|
||||||
|
|
||||||
infima@0.2.0-alpha.1:
|
infima@0.2.0-alpha.2:
|
||||||
version "0.2.0-alpha.1"
|
version "0.2.0-alpha.2"
|
||||||
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.1.tgz#f29ed163d84b3754788cc4a23fdbcc6fa96fdd1e"
|
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.2.tgz#cfba3bcf5cd8f54cdfa47850d000ce6967a12c57"
|
||||||
integrity sha512-MkKiboxvTF1tSHQIuq5PquV2vrZ7gdPr9/VGxwVfN5/V814fIrzToiT7l5VYaqEJdMrMQ9EZNSds9IzbqwyESA==
|
integrity sha512-lCcCTjhQfjV/f1D34/T8BtjxslcLRxkUQdKoYv79CWk8OEPeEr24lyfVUhPyIJkgSeQZ35RSKam0GusIsxI++w==
|
||||||
|
|
||||||
inflight@^1.0.4:
|
inflight@^1.0.4:
|
||||||
version "1.0.6"
|
version "1.0.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue