Skip to content

Commit

Permalink
Merge pull request #1595 from mermaid-js/release-promotion
Browse files Browse the repository at this point in the history
Release live editor
  • Loading branch information
sidharthv96 authored Feb 4, 2025
2 parents cc56254 + 1b70656 commit c5eaf34
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 422 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.2
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@cypress/snapshot": "2.1.7",
"@fortawesome/fontawesome-free": "^6.5.1",
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/kit": "2.8.1",
"@sveltejs/adapter-static": "3.0.8",
"@sveltejs/kit": "2.8.5",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.4",
Expand All @@ -41,7 +41,7 @@
"chai": "^4.3.7",
"cssnano": "^6.0.0",
"cypress": "12.17.4",
"cypress-localstorage-commands": "2.2.6",
"cypress-localstorage-commands": "2.2.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
Expand Down Expand Up @@ -80,7 +80,7 @@
"js-base64": "3.7.7",
"lodash-es": "^4.17.21",
"mermaid": "^11.3.0",
"monaco-editor": "0.52.0",
"monaco-editor": "0.52.2",
"pako": "2.1.0",
"plausible-tracker": "^0.3.8",
"random-word-slugs": "0.1.7",
Expand All @@ -95,7 +95,7 @@
]
},
"volta": {
"node": "18.20.5",
"node": "18.20.6",
"yarn": "1.22.22"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/util/promos/January2025.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const interval = setInterval(() => {
index = (index + 1) % taglines.length;
currentTagline = taglines[index];
}, 40_000);
}, 5000);
onDestroy(() => {
clearInterval(interval);
Expand Down
Loading

0 comments on commit c5eaf34

Please sign in to comment.