Skip to content

Commit b7bb3f8

Browse files
fix(deps): update all non-major dependencies with stable versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fdc34fb commit b7bb3f8

3 files changed

Lines changed: 558 additions & 1261 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.6.0
1+
24.13.0

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@kong/icons": "^1.42.0",
6060
"@mdit-vue/plugin-frontmatter": "^2.1.4",
6161
"@sindresorhus/slugify": "^2.2.1",
62-
"@vueuse/core": "^12.0.0",
62+
"@vueuse/core": "^12.8.2",
6363
"buffer": "^6.0.3",
6464
"html-format": "^1.1.7",
6565
"markdown-it": "^14.1.0",
6666
"markdown-it-abbr": "^2.0.0",
6767
"markdown-it-anchor": "^9.2.0",
68-
"markdown-it-attrs": "^4.2.0",
68+
"markdown-it-attrs": "^4.3.1",
6969
"markdown-it-deflist": "^3.0.0",
7070
"markdown-it-emoji": "^3.0.0",
7171
"markdown-it-footnote": "^4.0.0",
@@ -75,11 +75,11 @@
7575
"markdown-it-sup": "^2.0.0",
7676
"markdown-it-task-lists": "^2.1.1",
7777
"markdown-it-textual-uml": "^0.17.1",
78-
"mermaid": "^11.4.1",
79-
"uuid": "^11.0.5"
78+
"mermaid": "^11.12.2",
79+
"uuid": "^11.1.0"
8080
},
8181
"devDependencies": {
82-
"@babel/types": "^7.26.10",
82+
"@babel/types": "^7.29.0",
8383
"@commitlint/cli": "^20.4.0",
8484
"@commitlint/config-conventional": "^20.4.0",
8585
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
@@ -96,24 +96,24 @@
9696
"@types/markdown-it-attrs": "^4.1.3",
9797
"@types/markdown-it-emoji": "^3.0.1",
9898
"@types/markdown-it-footnote": "^3.0.4",
99-
"@types/node": "^22.10.10",
99+
"@types/node": "^22.19.11",
100100
"@types/uuid": "^10.0.0",
101101
"@vitejs/plugin-vue": "^6.0.3",
102-
"@vitest/ui": "^3.0.9",
102+
"@vitest/ui": "^3.2.4",
103103
"@vue/test-utils": "^2.4.6",
104104
"@vue/tsconfig": "^0.8.1",
105105
"autoprefixer": "^10.4.24",
106106
"c8": "^10.1.3",
107107
"commitizen": "^4.3.1",
108108
"cross-env": "^10.1.0",
109109
"cz-conventional-changelog": "^3.3.0",
110-
"eslint": "^9.26.0",
111-
"jsdom": "^27.2.0",
112-
"postcss": "^8.4.49",
113-
"postcss-html": "^1.7.0",
110+
"eslint": "^9.39.2",
111+
"jsdom": "^27.4.0",
112+
"postcss": "^8.5.6",
113+
"postcss-html": "^1.8.1",
114114
"rimraf": "^6.1.2",
115-
"rollup-plugin-visualizer": "^5.12.0",
116-
"sass": "^1.83.4",
115+
"rollup-plugin-visualizer": "^5.14.0",
116+
"sass": "^1.97.3",
117117
"semantic-release": "^25.0.3",
118118
"shiki": "^1.29.2",
119119
"stylelint": "^16.26.1",
@@ -125,8 +125,8 @@
125125
"tsc-alias": "^1.8.16",
126126
"typescript": "^5.9.3",
127127
"vite": "^6.4.1",
128-
"vite-plugin-vue-devtools": "^7.6.8",
129-
"vitest": "3.0.9",
128+
"vite-plugin-vue-devtools": "^7.7.9",
129+
"vitest": "3.2.4",
130130
"vue": "^3.5.27",
131131
"vue-tsc": "^2.2.12"
132132
},
@@ -195,8 +195,8 @@
195195
"node": ">=18.17.0"
196196
},
197197
"volta": {
198-
"node": "24.6.0",
199-
"pnpm": "10.28.2"
198+
"node": "24.13.0",
199+
"pnpm": "10.29.3"
200200
},
201201
"config": {
202202
"commitizen": {

0 commit comments

Comments
 (0)