Skip to content

Commit 33a5fc4

Browse files
authored
Merge pull request #4945 from mermaid-js/renovate/patch-all-patch
chore(deps): update all patch dependencies (patch)
2 parents 7eac75c + e4350f8 commit 33a5fc4

File tree

4 files changed

+95
-36
lines changed

4 files changed

+95
-36
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
mermaid:
4-
image: node:18.18.0-alpine3.18
4+
image: node:18.18.2-alpine3.18
55
stdin_open: true
66
tty: true
77
working_dir: /mermaid

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "10.2.4",
55
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
66
"type": "module",
7-
"packageManager": "[email protected].0",
7+
"packageManager": "[email protected].2",
88
"keywords": [
99
"diagram",
1010
"markdown",
@@ -123,7 +123,7 @@
123123
"vitest": "^0.34.0"
124124
},
125125
"volta": {
126-
"node": "18.18.0"
126+
"node": "18.18.2"
127127
},
128128
"nyc": {
129129
"report-dir": "coverage/cypress"

packages/mermaid/src/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"unplugin-vue-components": "^0.25.0",
3333
"vite": "^4.3.9",
3434
"vite-plugin-pwa": "^0.16.0",
35-
"vitepress": "1.0.0-rc.20",
35+
"vitepress": "1.0.0-rc.22",
3636
"workbox-window": "^7.0.0"
3737
}
3838
}

pnpm-lock.yaml

+91-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)