Browse Source

Updated dependencies.

Thanks to developers of dependencies!
Lauri Ojansivu 3 years ago
parent
commit
156c0b5d4d
3 changed files with 226 additions and 2026 deletions
  1. 224 2024
      package-lock.json
  2. 1 1
      package.json
  3. 1 1
      packages/markdown/src/template-integration.js

File diff suppressed because it is too large
+ 224 - 2024
package-lock.json


+ 1 - 1
package.json

@@ -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",

+ 1 - 1
packages/markdown/src/template-integration.js

@@ -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

Some files were not shown because too many files changed in this diff