Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent c72cd48 commit 3cf548c
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
18.20.5
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,52 +39,52 @@
"dependencies": {
"@kong/icons": "^1.20.1",
"@xstate/vue": "^2.0.0",
"axios": "^1.7.3",
"axios": "^1.7.9",
"vue": "^3.5.13",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/types": "^7.26.3",
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@cypress/vite-dev-server": "^5.2.1",
"@cypress/vue": "^6.0.1",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.9.0",
"@evilmartians/lefthook": "^1.9.3",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.3",
"@kong/kongponents": "^9.14.29",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.43",
"@types/node": "^18.19.68",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"cypress": "^13.16.1",
"cypress": "^13.17.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.17.0",
"postcss-custom-properties": "^13.3.12",
"postcss-html": "^1.7.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.82.0",
"sass": "^1.83.0",
"semantic-release": "^22.0.12",
"start-server-and-test": "^2.0.5",
"stylelint": "^16.11.0",
"start-server-and-test": "^2.0.9",
"stylelint": "^16.12.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-plugin-vue-devtools": "^7.6.7",
"vite": "^6.0.3",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
},
"peerDependencies": {
"@kong/kongponents": ">= ^8.126.2 || < 10",
"axios": "^1.7.3",
"axios": "^1.7.9",
"vue": "<= 3.3.0"
},
"files": [
Expand Down Expand Up @@ -155,7 +155,7 @@
"node": ">=v16.20.2"
},
"volta": {
"node": "18.20.4",
"node": "18.20.5",
"yarn": "1.22.22"
}
}
Loading

0 comments on commit 3cf548c

Please sign in to comment.