Merge pull request #1437 from mermaid-js/release-promotion
Release live editor
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
v20.11.1
|
||||
20.13.1
|
||||
|
||||
+7
-7
@@ -24,9 +24,9 @@
|
||||
"devDependencies": {
|
||||
"@cypress/snapshot": "2.1.7",
|
||||
"@sveltejs/adapter-static": "3.0.1",
|
||||
"@sveltejs/kit": "2.5.5",
|
||||
"@sveltejs/kit": "2.5.7",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
||||
"@testing-library/svelte": "4.1.0",
|
||||
"@testing-library/svelte": "4.2.3",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/pako": "2.0.3",
|
||||
"@types/uuid": "9.0.8",
|
||||
@@ -41,21 +41,21 @@
|
||||
"cypress-localstorage-commands": "2.2.5",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-cypress": "2.15.1",
|
||||
"eslint-plugin-cypress": "2.15.2",
|
||||
"eslint-plugin-es": "^4.1.0",
|
||||
"eslint-plugin-no-only-tests": "^3.1.0",
|
||||
"eslint-plugin-postcss-modules": "^2.0.0",
|
||||
"eslint-plugin-svelte": "^2.35.1",
|
||||
"eslint-plugin-tailwindcss": "^3.13.1",
|
||||
"eslint-plugin-unicorn": "^50.0.1",
|
||||
"eslint-plugin-vitest": "^0.3.20",
|
||||
"eslint-plugin-vitest": "^0.5.0",
|
||||
"esserializer": "^1.3.11",
|
||||
"husky": "^8.0.3",
|
||||
"jsdom": "^21.1.2",
|
||||
"lint-staged": "^15.2.0",
|
||||
"node-html-parser": "^6.1.5",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-load-config": "5.0.3",
|
||||
"postcss-load-config": "5.1.0",
|
||||
"prettier": "^3.1.0",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
@@ -75,7 +75,7 @@
|
||||
"js-base64": "3.7.7",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mermaid": "10.9.0",
|
||||
"monaco-editor": "0.47.0",
|
||||
"monaco-editor": "0.48.0",
|
||||
"pako": "2.1.0",
|
||||
"plausible-tracker": "^0.3.8",
|
||||
"random-word-slugs": "0.1.7",
|
||||
@@ -89,7 +89,7 @@
|
||||
]
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.19.1",
|
||||
"node": "18.20.2",
|
||||
"yarn": "1.22.22"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@
|
||||
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
|
||||
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
|
||||
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
|
||||
crossorigin="anonymous"
|
||||
referrerpolicy="no-referrer" />
|
||||
%sveltekit.head%
|
||||
|
||||
@@ -8,3 +8,8 @@
|
||||
.action-btn {
|
||||
@apply btn btn-primary;
|
||||
}
|
||||
#graph-div sub,
|
||||
#graph-div sup {
|
||||
position: initial;
|
||||
vertical-align: revert;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user