mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 02:37:59 +02:00
fix(v2): add missing dependency and Noop component (#2386)
* fix(v2): add missing prismjs dependency * fix(v2): proper import Noop component
This commit is contained in:
parent
e3cac77934
commit
1ed698d1fb
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"clipboard": "^2.0.4",
|
"clipboard": "^2.0.4",
|
||||||
"infima": "0.2.0-alpha.5",
|
"infima": "0.2.0-alpha.5",
|
||||||
|
"prismjs": "^1.17.1",
|
||||||
"parse-numeric-range": "^0.0.2",
|
"parse-numeric-range": "^0.0.2",
|
||||||
"prism-react-renderer": "^1.0.2",
|
"prism-react-renderer": "^1.0.2",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export {default} from '@docusaurus/noop';
|
export {default} from '@docusaurus/Noop';
|
||||||
|
|
Loading…
Add table
Reference in a new issue