Skip to content

Commit 6323fe3

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 d3a75d7 commit 6323fe3

File tree

3 files changed

+318
-337
lines changed

3 files changed

+318
-337
lines changed

.nvmrc

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"lodash-es": "^4.17.21",
7171
"markdown-it": "^14.1.0",
7272
"sanitize-html": "^2.17.0",
73-
"shiki": "^3.8.1"
73+
"shiki": "^3.13.0"
7474
},
7575
"resolutions": {
7676
"openapi3-ts": "4.5.0"
@@ -80,7 +80,7 @@
8080
"@commitlint/cli": "^19.8.1",
8181
"@commitlint/config-conventional": "^19.8.1",
8282
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
83-
"@evilmartians/lefthook": "^1.12.3",
83+
"@evilmartians/lefthook": "^1.13.6",
8484
"@kong/design-tokens": "^1.18.0",
8585
"@kong/eslint-config-kong-ui": "1.5.5",
8686
"@semantic-release/changelog": "^6.0.3",
@@ -98,17 +98,17 @@
9898
"autoprefixer": "^10.4.21",
9999
"c8": "^10.1.3",
100100
"commitizen": "^4.3.1",
101-
"cross-env": "^10.0.0",
101+
"cross-env": "^10.1.0",
102102
"cz-conventional-changelog": "^3.3.0",
103-
"eslint": "^9.35.0",
103+
"eslint": "^9.37.0",
104104
"jsdom": "^27.0.0",
105105
"openapi3-ts": "4.5.0",
106106
"postcss": "^8.5.6",
107107
"postcss-html": "^1.8.0",
108108
"rimraf": "^6.0.1",
109109
"rollup-plugin-visualizer": "^6.0.3",
110-
"sass": "^1.90.0",
111-
"sass-embedded": "^1.90.0",
110+
"sass": "^1.93.2",
111+
"sass-embedded": "^1.93.2",
112112
"semantic-release": "^24.2.7",
113113
"stylelint": "^16.25.0",
114114
"stylelint-config-html": "^1.1.0",
@@ -125,8 +125,8 @@
125125
"vite-plugin-vue-devtools": "^8.0.0",
126126
"vitest": "3.2.4",
127127
"vue": "^3.5.18",
128-
"vue-router": "^4.5.1",
129-
"vue-tsc": "^3.0.5"
128+
"vue-router": "^4.6.2",
129+
"vue-tsc": "^3.1.1"
130130
},
131131
"pnpm": {
132132
"onlyBuiltDependencies": [
@@ -194,8 +194,8 @@
194194
"node": ">=18.17.0"
195195
},
196196
"volta": {
197-
"node": "24.6.0",
198-
"pnpm": "10.14.0"
197+
"node": "24.10.0",
198+
"pnpm": "10.18.3"
199199
},
200200
"config": {
201201
"commitizen": {

0 commit comments

Comments
 (0)