Skip to content

Commit

Permalink
chore(demo): bump dep ngx-markdown to 12.1.0 (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Jan 31, 2023
1 parent 282808e commit ae2cca1
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 37 deletions.
78 changes: 43 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@angular/platform-server": "^12.2.16",
"@angular/router": "~12.2.16",
"core-js": "^2.6.12",
"marked": "^4.2.5",
"parse5": "^6.0.1",
"rxjs": "~6.6.3",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"date-fns": "2.29.3",
"dompurify": "^2.4.3",
"ng-yandex-metrika": "^4.0.0",
"ngx-markdown": "^11.2.0"
"ngx-markdown": "^12.1.0"
},
"devDependencies": {
"@nguniversal/builders": "~12.1.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"includePaths": ["projects/core/styles"]
},
"scripts": [
"node_modules/marked/lib/marked.js",
"node_modules/marked/marked.min.js",
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-less.min.js",
"node_modules/prismjs/components/prism-markup.min.js",
Expand Down

0 comments on commit ae2cca1

Please sign in to comment.