Skip to content

Commit 6dfbc08

Browse files
fix(deps): update all non-major dependencies with stable version (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b13aa0f commit 6dfbc08

File tree

3 files changed

+325
-90
lines changed

3 files changed

+325
-90
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.17.0
1+
20.18.0

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"markdown-it-sup": "^2.0.0",
7373
"markdown-it-task-lists": "^2.1.1",
7474
"markdown-it-textual-uml": "^0.17.1",
75-
"mermaid": "^11.2.1",
75+
"mermaid": "^11.3.0",
7676
"uuid": "^10.0.0"
7777
},
7878
"devDependencies": {
@@ -113,7 +113,7 @@
113113
"sass": "^1.80.3",
114114
"semantic-release": "^24.1.3",
115115
"shiki": "^1.22.0",
116-
"stylelint": "^16.9.0",
116+
"stylelint": "^16.10.0",
117117
"stylelint-config-html": "^1.1.0",
118118
"stylelint-config-recommended-scss": "^14.1.0",
119119
"stylelint-config-recommended-vue": "^1.5.0",
@@ -122,7 +122,7 @@
122122
"tsc-alias": "^1.8.10",
123123
"typescript": "^5.6.3",
124124
"vite": "^5.4.10",
125-
"vite-plugin-vue-devtools": "^7.4.6",
125+
"vite-plugin-vue-devtools": "^7.5.3",
126126
"vitest": "2.1.3",
127127
"vue": "^3.5.12",
128128
"vue-tsc": "^2.1.6"
@@ -180,8 +180,8 @@
180180
"node": ">=18.17.0"
181181
},
182182
"volta": {
183-
"node": "20.17.0",
184-
"pnpm": "9.11.0"
183+
"node": "20.18.0",
184+
"pnpm": "9.12.2"
185185
},
186186
"config": {
187187
"commitizen": {

0 commit comments

Comments
 (0)