File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 60
60
"jest" : " 21.2.1" ,
61
61
"json-loader" : " 0.5.7" ,
62
62
"markdown-it-anchor" : " 4.0.0" ,
63
- "markdown-it-table-of-contents" : " 0.3.3 " ,
63
+ "markdown-it-table-of-contents" : " 0.4.0 " ,
64
64
"prop-types" : " 15.6.0" ,
65
65
"react" : " 16.2.0" ,
66
66
"react-codemirror2" : " 2.0.2" ,
Original file line number Diff line number Diff line change @@ -4630,10 +4630,6 @@ lodash._root@^3.0.0:
4630
4630
version "3.0.1"
4631
4631
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
4632
4632
4633
- lodash.assign@~4.2.0 :
4634
- version "4.2.0"
4635
- resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
4636
-
4637
4633
lodash.camelcase@^4.3.0 :
4638
4634
version "4.3.0"
4639
4635
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
4785
4781
dependencies :
4786
4782
string "^3.3.3"
4787
4783
4788
-
4789
- version "0.3.3"
4790
- resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.3.3.tgz#b62e943c32de2c4a27d3e7c83cd63acbc2a9c4a2"
4791
- dependencies :
4792
- lodash.assign "~4.2.0"
4793
- string "~3.3.3"
4784
+
4785
+ version "0.4.0"
4786
+ resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.0.tgz#950541bec9a365a75265f5265a09dc0cb5935909"
4794
4787
4795
4788
markdown-it@^8.1.0 :
4796
4789
version "8.4.0"
@@ -6788,7 +6781,7 @@ string-width@^2.1.0:
6788
6781
is-fullwidth-code-point "^2.0.0"
6789
6782
strip-ansi "^4.0.0"
6790
6783
6791
- string@^3.3.3, string@~3.3.3 :
6784
+ string@^3.3.3 :
6792
6785
version "3.3.3"
6793
6786
resolved "https://registry.yarnpkg.com/string/-/string-3.3.3.tgz#5ea211cd92d228e184294990a6cc97b366a77cb0"
6794
6787
You can’t perform that action at this time.
0 commit comments