mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Updated dependencies.
Thanks to developers of dependencies!
This commit is contained in:
parent
44f6cc978d
commit
156c0b5d4d
3 changed files with 59 additions and 1841 deletions
1896
package-lock.json
generated
1896
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue