Skip to content

Commit 92330db

Browse files
chore(deps): update all minor dependencies
1 parent 8265e53 commit 92330db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
restore-keys: cache-lychee-
3737

3838
- name: Link Checker
39-
uses: lycheeverse/lychee-action@v1.9.3
39+
uses: lycheeverse/lychee-action@v1.10.0
4040
with:
4141
args: >-
4242
--config .github/lychee.toml

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- 9000:9000
2121
- 3333:3333
2222
cypress:
23-
image: cypress/included:13.7.3
23+
image: cypress/included:13.8.1
2424
stdin_open: true
2525
tty: true
2626
working_dir: /mermaid

packages/mermaid/src/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"devDependencies": {
2626
"@iconify-json/carbon": "^1.1.31",
2727
"@unocss/reset": "^0.59.0",
28-
"@vite-pwa/vitepress": "^0.4.0",
28+
"@vite-pwa/vitepress": "^0.5.0",
2929
"@vitejs/plugin-vue": "^5.0.0",
3030
"fast-glob": "^3.3.2",
3131
"https-localhost": "^4.7.1",
3232
"pathe": "^1.1.2",
3333
"unocss": "^0.59.0",
3434
"unplugin-vue-components": "^0.26.0",
3535
"vite": "^5.0.0",
36-
"vite-plugin-pwa": "^0.19.7",
36+
"vite-plugin-pwa": "^0.20.0",
3737
"vitepress": "1.1.0",
3838
"workbox-window": "^7.0.0"
3939
}

0 commit comments

Comments
 (0)