File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-markdown" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"description" : " Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights" ,
5
5
"homepage" : " https://github.com/jfcere/ngx-markdown" ,
6
6
"license" : " MIT" ,
31
31
"@angular/common" : " ^7.0.0 || ^8.0.0" ,
32
32
"@angular/core" : " ^7.0.0 || ^8.0.0" ,
33
33
"@angular/platform-browser" : " ^7.0.0 || ^8.0.0" ,
34
- "core-js" : " ^2.5.4 || ^3.1.3" ,
35
34
"rxjs" : " ^6.0.0" ,
36
35
"zone.js" : " ^0.8.26 || ^0.9.1"
37
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-markdown" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"description" : " Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights" ,
5
5
"homepage" : " https://github.com/jfcere/ngx-markdown" ,
6
6
"license" : " MIT" ,
48
48
"@angular/platform-browser" : " ^8.0.0" ,
49
49
"@angular/platform-browser-dynamic" : " ^8.0.0" ,
50
50
"@angular/router" : " ^8.0.0" ,
51
- "core-js" : " ^3.1.3" ,
52
51
"materialize-css" : " ~0.100.2" ,
53
52
"ngx-markdown" : " file:./lib" ,
54
53
"rxjs" : " ^6.5.2" ,
Original file line number Diff line number Diff line change @@ -1842,10 +1842,6 @@ core-js@^2.2.0, core-js@^2.4.0:
1842
1842
version "2.5.7"
1843
1843
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
1844
1844
1845
- core-js@^3.1.3 :
1846
- version "3.1.3"
1847
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.3.tgz#95700bca5f248f5f78c0ec63e784eca663ec4138"
1848
-
1849
1845
core-util-is@1.0.2, core-util-is@~1.0.0 :
1850
1846
version "1.0.2"
1851
1847
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -4665,7 +4661,7 @@ ng-packagr@^5.2.0:
4665
4661
update-notifier "^3.0.0"
4666
4662
4667
4663
" ngx-markdown@file:./lib " :
4668
- version "7.1.5 "
4664
+ version "8.0.0 "
4669
4665
dependencies :
4670
4666
" @types/marked" " ^0.6.0"
4671
4667
marked "^0.6.0"
You can’t perform that action at this time.
0 commit comments