Updated dependencies.

Thanks to developers of dependencies!
This commit is contained in:
Lauri Ojansivu 2021-10-25 17:50:57 +03:00
parent 44f6cc978d
commit 156c0b5d4d
3 changed files with 59 additions and 1841 deletions

1896
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.15.0", "@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3", "@babel/runtime": "^7.15.3",
"@liradb2000/markdown-it-mermaid": "^0.4.4", "@wekanteam/markdown-it-mermaid": "^0.5.0",
"ajv": "^6.12.6", "ajv": "^6.12.6",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",

View file

@ -7,7 +7,7 @@ var Markdown = require('markdown-it')({
breaks: true, breaks: true,
}); });
import markdownItMermaid from "@liradb2000/markdown-it-mermaid"; import markdownItMermaid from "@wekanteam/markdown-it-mermaid";
// Static URL Scheme Listing // Static URL Scheme Listing