chore(deps): update all minor dependencies

This commit is contained in:
renovate[bot] 2024-05-09 02:13:02 +00:00 committed by GitHub
parent 4f642428de
commit b5b96a839c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ jobs:
restore-keys: cache-lychee-
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.3
uses: lycheeverse/lychee-action@v1.10.0
with:
args: >-
--config .github/lychee.toml

View File

@ -1 +1 @@
20.12.2
20.13.0

View File

@ -1,2 +1,2 @@
FROM node:20.12.2-alpine3.19 AS base
FROM node:20.13.0-alpine3.19 AS base
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -

View File

@ -20,7 +20,7 @@ services:
- 9000:9000
- 3333:3333
cypress:
image: cypress/included:13.7.3
image: cypress/included:13.9.0
stdin_open: true
tty: true
working_dir: /mermaid

View File

@ -87,7 +87,7 @@
"cspell": "^8.6.0",
"cypress": "^13.7.1",
"cypress-image-snapshot": "^4.0.1",
"esbuild": "^0.20.2",
"esbuild": "^0.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",

View File

@ -24,16 +24,16 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@unocss/reset": "^0.59.0",
"@vite-pwa/vitepress": "^0.4.0",
"@unocss/reset": "^0.60.0",
"@vite-pwa/vitepress": "^0.5.0",
"@vitejs/plugin-vue": "^5.0.0",
"fast-glob": "^3.3.2",
"https-localhost": "^4.7.1",
"pathe": "^1.1.2",
"unocss": "^0.59.0",
"unplugin-vue-components": "^0.26.0",
"unocss": "^0.60.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "1.1.4",
"workbox-window": "^7.0.0"
}