Browse Source

Upgrade ngx-markdown to version 21.1.0

pull/6321/head
Thomas Kaul 2 months ago
parent
commit
65e7b1c598
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json

@ -74,7 +74,7 @@
"ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "3.2.1",
"ngx-device-detector": "11.0.0",
"ngx-markdown": "21.0.1",
"ngx-markdown": "21.1.0",
"ngx-skeleton-loader": "12.0.0",
"open-color": "1.9.1",
"papaparse": "5.3.1",
@ -26225,16 +26225,16 @@
}
},
"node_modules/ngx-markdown": {
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-21.0.1.tgz",
"integrity": "sha512-TQnxrU9b+JclgXBFVg0Xp/6YEMom+hpiEjBMlE56cIWzONNh7pshMeMkz972wWzvQvTP+55/BmEZQc+4Vq1MWg==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/ngx-markdown/-/ngx-markdown-21.1.0.tgz",
"integrity": "sha512-qiyn9Je20F9yS4/q0p1Xhk2b/HW0rHWWlJNRm8DIzJKNck9Rmn/BfFxq0webmQHPPyYkg2AjNq/ZeSqDTQJbsQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"optionalDependencies": {
"clipboard": "^2.0.11",
"emoji-toolkit": ">= 8.0.0 < 10.0.0",
"emoji-toolkit": ">= 8.0.0 < 11.0.0",
"katex": "^0.16.0",
"mermaid": ">= 10.6.0 < 12.0.0",
"prismjs": "^1.30.0"
@ -26243,7 +26243,7 @@
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"marked": "^17.0.0 || ^16.0.0",
"marked": "^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0"
}

2
package.json

@ -118,7 +118,7 @@
"ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "3.2.1",
"ngx-device-detector": "11.0.0",
"ngx-markdown": "21.0.1",
"ngx-markdown": "21.1.0",
"ngx-skeleton-loader": "12.0.0",
"open-color": "1.9.1",
"papaparse": "5.3.1",

Loading…
Cancel
Save