Update bun, mermaid, vitepress and vitepress-plugin-mermaid

This commit is contained in:
Wilson Silva 2024-03-19 14:32:15 +00:00
parent 04574cc836
commit e114656166
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
ruby 3.3.0
bun 1.0.30
bun 1.1.3

Binary file not shown.

View File

@ -5,8 +5,8 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"mermaid": "^10.6.1",
"vitepress": "^1.0.0-rc.25",
"vitepress-plugin-mermaid": "^2.0.15"
"mermaid": "^10.9.0",
"vitepress": "^1.1.0",
"vitepress-plugin-mermaid": "^2.0.16"
}
}