Skip to content

Commit

Permalink
chore(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 Jul 22, 2024
1 parent 786195a commit 540d34f
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.2
18.20.4
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,52 +37,52 @@
"dependencies": {
"@kong/icons": "^1.14.3",
"@xstate/vue": "^2.0.0",
"axios": "^1.7.0",
"vue": "^3.4.27",
"axios": "^1.7.2",
"vue": "^3.4.31",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@babel/types": "^7.24.8",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@cypress/vite-dev-server": "^5.1.0",
"@cypress/vue": "^6.0.0",
"@cypress/vite-dev-server": "^5.1.1",
"@cypress/vue": "^6.0.1",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.7.1",
"@evilmartians/lefthook": "^1.7.2",
"@kong/design-tokens": "^1.15.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/kongponents": "^9.0.11",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.33",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^18.19.39",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.12.0",
"cypress": "^13.13.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.6.0",
"postcss-custom-properties": "^13.3.10",
"postcss-custom-properties": "^13.3.12",
"postcss-html": "^1.7.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.2",
"sass": "^1.77.8",
"semantic-release": "^22.0.12",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.6.0",
"start-server-and-test": "^2.0.4",
"stylelint": "^16.6.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.5.2",
"vite": "^5.3.0",
"vite-plugin-vue-devtools": "^7.3.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-vue-devtools": "^7.3.5",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.26"
},
"peerDependencies": {
"@kong/kongponents": ">= ^8.126.2 || < 10",
"axios": "^1.7.0",
"axios": "^1.7.2",
"vue": "<= 3.3.0"
},
"files": [
Expand Down Expand Up @@ -153,7 +153,7 @@
"node": ">=v16.20.2"
},
"volta": {
"node": "18.20.2",
"node": "18.20.4",
"yarn": "1.22.22"
}
}
Loading

0 comments on commit 540d34f

Please sign in to comment.