Compare commits
49
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f027ef0b97 | ||
|
|
ccd198922c | ||
|
|
6345e5e4a5 | ||
|
|
dfdac7ce10 | ||
|
|
19e540d6f2 | ||
|
|
67bd1154e9 | ||
|
|
5fbfbf3253 | ||
|
|
f4eb82c3ec | ||
|
|
715db7e7d6 | ||
|
|
77295736ec | ||
|
|
c64618ed19 | ||
|
|
0acd6881ae | ||
|
|
ce52367b17 | ||
|
|
48fedf313f | ||
|
|
0691feb372 | ||
|
|
3e12763937 | ||
|
|
38fb071055 | ||
|
|
88164bf248 | ||
|
|
b5df150841 | ||
|
|
71607a9137 | ||
|
|
d7c6f2b6c0 | ||
|
|
59b8402117 | ||
|
|
6907be3393 | ||
|
|
c787f94850 | ||
|
|
d210c9e227 | ||
|
|
bf2c98d71c | ||
|
|
813e2d18e2 | ||
|
|
e326e7e47f | ||
|
|
71cb506986 | ||
|
|
ecbb537026 | ||
|
|
50a8e868ef | ||
|
|
8e763724dd | ||
|
|
562290a729 | ||
|
|
99f37455db | ||
|
|
539562eb1e | ||
|
|
5266610aff | ||
|
|
b23bb5841b | ||
|
|
74379b9a7a | ||
|
|
a838af4860 | ||
|
|
9488ed31de | ||
|
|
96df80ae62 | ||
|
|
516d6575f2 | ||
|
|
59e33fc6bf | ||
|
|
cc295ffe03 | ||
|
|
d00be4f26a | ||
|
|
32d0789e38 | ||
|
|
e6d49972ae | ||
|
|
cbd5a1747d | ||
|
|
9434ccdc9f |
@@ -6,18 +6,18 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: friday
|
day: friday
|
||||||
time: "07:00"
|
time: '07:00'
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
target-branch: develop
|
target-branch: develop
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: friday
|
day: friday
|
||||||
time: "07:00"
|
time: '07:00'
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /
|
directory: /
|
||||||
target-branch: develop
|
target-branch: develop
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: friday
|
day: friday
|
||||||
time: "07:00"
|
time: '07:00'
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"svelteSortOrder": "options-scripts-markup-styles",
|
"svelteSortOrder": "options-scripts-markup-styles",
|
||||||
"svelteBracketNewLine": false,
|
"bracketSameLine": true,
|
||||||
"useTabs": true,
|
"useTabs": true,
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"printWidth": 100
|
"printWidth": 100
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
# Stop : press ctrl + c
|
# Stop : press ctrl + c
|
||||||
# or
|
# or
|
||||||
# docker stop mermaid-live-editor
|
# docker stop mermaid-live-editor
|
||||||
FROM node:17.0.1 as mermaid-live-editor-builder
|
FROM node:17.2.0 as mermaid-live-editor-builder
|
||||||
COPY --chown=node:node . /home
|
COPY --chown=node:node . /home
|
||||||
WORKDIR /home
|
WORKDIR /home
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|||||||
+19
-19
@@ -15,48 +15,48 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cypress/snapshot": "^2.1.7",
|
"@cypress/snapshot": "^2.1.7",
|
||||||
"@sveltejs/adapter-static": "1.0.0-next.21",
|
"@sveltejs/adapter-static": "1.0.0-next.22",
|
||||||
"@sveltejs/kit": "1.0.0-next.196",
|
"@sveltejs/kit": "1.0.0-next.202",
|
||||||
"@types/mermaid": "^8.2.7",
|
"@types/mermaid": "^8.2.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||||
"@typescript-eslint/parser": "^4.33.0",
|
"@typescript-eslint/parser": "^4.33.0",
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"cssnano": "^5.0.10",
|
"cssnano": "^5.0.13",
|
||||||
"cypress": "8.7.0",
|
"cypress": "9.1.1",
|
||||||
"cypress-localstorage-commands": "^1.6.1",
|
"cypress-localstorage-commands": "^1.6.1",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-prettier": "^8.1.0",
|
"eslint-config-prettier": "^8.1.0",
|
||||||
"eslint-plugin-cypress": "^2.12.1",
|
"eslint-plugin-cypress": "^2.12.1",
|
||||||
"eslint-plugin-es": "^4.1.0",
|
"eslint-plugin-es": "^4.1.0",
|
||||||
"eslint-plugin-mocha": "^9.0.0",
|
"eslint-plugin-mocha": "^10.0.3",
|
||||||
"eslint-plugin-postcss-modules": "^1.2.1",
|
"eslint-plugin-postcss-modules": "^2.0.0",
|
||||||
"eslint-plugin-svelte3": "^3.2.1",
|
"eslint-plugin-svelte3": "^3.2.1",
|
||||||
"eslint-plugin-tailwindcss": "^1.17.1",
|
"eslint-plugin-tailwindcss": "^1.17.2",
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"lint-staged": "^11.2.6",
|
"lint-staged": "^12.1.2",
|
||||||
"mocha": "^9.1.3",
|
"mocha": "^9.1.3",
|
||||||
"node-html-parser": "^5.1.0",
|
"node-html-parser": "^5.1.0",
|
||||||
"postcss": "^8.3.11",
|
"postcss": "^8.4.5",
|
||||||
"postcss-load-config": "^3.1.0",
|
"postcss-load-config": "^3.1.0",
|
||||||
"prettier": "~2.4.1",
|
"prettier": "~2.5.1",
|
||||||
"prettier-plugin-svelte": "^2.4.0",
|
"prettier-plugin-svelte": "^2.5.1",
|
||||||
"svelte": "^3.44.1",
|
"svelte": "^3.44.3",
|
||||||
"svelte-preprocess": "^4.9.8",
|
"svelte-preprocess": "^4.10.0",
|
||||||
"tailwindcss": "^2.2.19",
|
"tailwindcss": "^3.0.5",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
"typescript": "^4.4.4"
|
"typescript": "^4.5.4"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@analytics/google-analytics": "^0.5.3",
|
"@analytics/google-analytics": "^0.5.3",
|
||||||
"@macfja/svelte-persistent-store": "^1.2.0",
|
"@macfja/svelte-persistent-store": "^1.2.0",
|
||||||
"analytics": "^0.7.18",
|
"analytics": "^0.7.19",
|
||||||
"daisyui": "1.16.2",
|
"daisyui": "1.16.5",
|
||||||
"js-base64": "^3.7.2",
|
"js-base64": "^3.7.2",
|
||||||
"mermaid": "8.13.4",
|
"mermaid": "8.13.5",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"monaco-editor": "^0.30.1",
|
"monaco-editor": "^0.31.1",
|
||||||
"random-word-slugs": "^0.1.6"
|
"random-word-slugs": "^0.1.6"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|||||||
+12
-19
@@ -6,45 +6,38 @@
|
|||||||
<title>Online FlowChart & Diagrams Editor - Mermaid Live Editor</title>
|
<title>Online FlowChart & Diagrams Editor - Mermaid Live Editor</title>
|
||||||
<meta
|
<meta
|
||||||
name="og:image"
|
name="og:image"
|
||||||
content="https://github.com/mermaid-js/mermaid/raw/develop/img/header.png"
|
content="https://github.com/mermaid-js/mermaid/raw/develop/img/header.png" />
|
||||||
/>
|
|
||||||
<link rel="canonical" href="https://mermaid.live" />
|
<link rel="canonical" href="https://mermaid.live" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript."
|
content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript." />
|
||||||
/>
|
|
||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
|
||||||
/>
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.30.1/min/vs/editor/editor.main.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.31.1/min/vs/editor/editor.main.min.css"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer" />
|
||||||
/>
|
|
||||||
<script>
|
<script>
|
||||||
var require = {
|
var require = {
|
||||||
paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.30.1/min/vs' }
|
paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.31.1/min/vs' }
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script
|
<script
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.30.1/min/vs/loader.min.js"
|
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.31.1/min/vs/loader.min.js"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"></script>
|
||||||
></script>
|
|
||||||
<script
|
<script
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.30.1/min/vs/editor/editor.main.nls.min.js"
|
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.31.1/min/vs/editor/editor.main.nls.min.js"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"></script>
|
||||||
></script>
|
|
||||||
<script
|
<script
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.30.1/min/vs/editor/editor.main.js"
|
src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.31.1/min/vs/editor/editor.main.js"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
referrerpolicy="no-referrer"
|
referrerpolicy="no-referrer"></script>
|
||||||
></script>
|
|
||||||
|
|
||||||
%svelte.head%
|
%svelte.head%
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
+1
-2
@@ -1,7 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'jit',
|
|
||||||
plugins: [require('daisyui')],
|
plugins: [require('daisyui')],
|
||||||
purge: ['./src/**/*.{html,js,svelte,ts}'],
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {}
|
extend: {}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user