Skip to content

Commit

Permalink
Merge pull request #5433 from mermaid-js/renovate/all-minor
Browse files Browse the repository at this point in the history
chore(deps): update all minor dependencies (minor)
  • Loading branch information
sidharthv96 authored Apr 15, 2024
2 parents e9ef277 + 5df988d commit 0d8fe3b
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 1,175 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
20.12.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM node:20.11.1-alpine3.19 AS base
FROM node:20.12.2-alpine3.19 AS base
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
6 changes: 3 additions & 3 deletions packages/mermaid/src/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@unocss/reset": "^0.58.6",
"@unocss/reset": "^0.59.0",
"@vite-pwa/vitepress": "^0.4.0",
"@vitejs/plugin-vue": "^5.0.0",
"fast-glob": "^3.3.2",
"https-localhost": "^4.7.1",
"pathe": "^1.1.2",
"unocss": "^0.58.6",
"unocss": "^0.59.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.19.7",
"vitepress": "1.0.2",
"vitepress": "1.1.0",
"workbox-window": "^7.0.0"
}
}
Loading

0 comments on commit 0d8fe3b

Please sign in to comment.