Skip to content

Commit 66e9002

Browse files
authored
Fix peer dependencies (#157)
1 parent 5e019ba commit 66e9002

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-markdown",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
55
"homepage": "https://github.com/jfcere/ngx-markdown",
66
"license": "MIT",
@@ -31,7 +31,6 @@
3131
"@angular/common": "^7.0.0 || ^8.0.0",
3232
"@angular/core": "^7.0.0 || ^8.0.0",
3333
"@angular/platform-browser": "^7.0.0 || ^8.0.0",
34-
"core-js": "^2.5.4 || ^3.1.3",
3534
"rxjs": "^6.0.0",
3635
"zone.js": "^0.8.26 || ^0.9.1"
3736
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-markdown",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
55
"homepage": "https://github.com/jfcere/ngx-markdown",
66
"license": "MIT",
@@ -48,7 +48,6 @@
4848
"@angular/platform-browser": "^8.0.0",
4949
"@angular/platform-browser-dynamic": "^8.0.0",
5050
"@angular/router": "^8.0.0",
51-
"core-js": "^3.1.3",
5251
"materialize-css": "~0.100.2",
5352
"ngx-markdown": "file:./lib",
5453
"rxjs": "^6.5.2",

yarn.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,10 +1842,6 @@ core-js@^2.2.0, core-js@^2.4.0:
18421842
version "2.5.7"
18431843
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
18441844

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-
18491845
core-util-is@1.0.2, core-util-is@~1.0.0:
18501846
version "1.0.2"
18511847
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:
46654661
update-notifier "^3.0.0"
46664662

46674663
"ngx-markdown@file:./lib":
4668-
version "7.1.5"
4664+
version "8.0.0"
46694665
dependencies:
46704666
"@types/marked" "^0.6.0"
46714667
marked "^0.6.0"

0 commit comments

Comments
 (0)