File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2626 "emotion" : " ^8.0.8" ,
2727 "history" : " ^4.6.1" ,
2828 "lodash" : " ^4.17.4" ,
29- "marksy" : " ^0.4.2 " ,
29+ "marksy" : " ^5.0.0 " ,
3030 "normalize.css" : " ^7.0.0" ,
3131 "prismjs" : " ^1.6.0" ,
3232 "react-emotion" : " ^8.0.8" ,
Original file line number Diff line number Diff line change 1- import React , { Component } from 'react' ;
1+ import React , { createElement , Component } from 'react' ;
22import PropTypes from 'prop-types' ;
33import { getStyles } from '../utils/base' ;
44import marksy from 'marksy' ;
@@ -44,6 +44,7 @@ const _CombineBlockQuote = ({ children }) => (
4444_CombineBlockQuote . propTypes = { children : PropTypes . node } ;
4545
4646const compile = marksy ( {
47+ createElement,
4748 elements : {
4849 a : Link ,
4950 blockquote : _CombineBlockQuote ,
Original file line number Diff line number Diff line change @@ -3867,9 +3867,9 @@ marked@^0.3.6:
38673867 version "0.3.6"
38683868 resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7"
38693869
3870- marksy@^0.4.2 :
3871- version "0.4.2 "
3872- resolved "https://registry.yarnpkg.com/marksy/-/marksy-0.4.2. tgz#c2ad4ecf0d47d6e2565e88ce7c33013e07620126 "
3870+ marksy@^5.0.0 :
3871+ version "5.0.0 "
3872+ resolved "https://registry.yarnpkg.com/marksy/-/marksy-5.0.0. tgz#70e9015154994df339528c43511f71540f6559fe "
38733873 dependencies :
38743874 babel-standalone "^6.24.0"
38753875 he "^1.1.1"
You can’t perform that action at this time.
0 commit comments