Skip to content

Commit 8b693ba

Browse files
chore(deps): update all minor dependencies
1 parent 4885b31 commit 8b693ba

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
20.13.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM node:20.12.2-alpine3.19 AS base
1+
FROM node:20.13.1-alpine3.19 AS base
22
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

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.9.0
2424
stdin_open: true
2525
tty: true
2626
working_dir: /mermaid

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"cspell": "^8.6.0",
8888
"cypress": "^13.7.1",
8989
"cypress-image-snapshot": "^4.0.1",
90-
"esbuild": "^0.20.2",
90+
"esbuild": "^0.21.0",
9191
"eslint": "^8.57.0",
9292
"eslint-config-prettier": "^9.1.0",
9393
"eslint-plugin-cypress": "^2.15.1",

packages/mermaid/src/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
},
2525
"devDependencies": {
2626
"@iconify-json/carbon": "^1.1.31",
27-
"@unocss/reset": "^0.59.0",
28-
"@vite-pwa/vitepress": "^0.4.0",
27+
"@unocss/reset": "^0.60.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",
33-
"unocss": "^0.59.0",
34-
"unplugin-vue-components": "^0.26.0",
33+
"unocss": "^0.60.0",
34+
"unplugin-vue-components": "^0.27.0",
3535
"vite": "^5.0.0",
36-
"vite-plugin-pwa": "^0.19.7",
36+
"vite-plugin-pwa": "^0.20.0",
3737
"vitepress": "1.1.4",
3838
"workbox-window": "^7.0.0"
3939
}

0 commit comments

Comments
 (0)