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 Aug 26, 2024
1 parent c6c558d commit d4852fe
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Remove tsconfig
run: rm tsconfig.json

- uses: wagoid/[email protected].1
- uses: wagoid/[email protected].2
with:
configFile: commitlint.config.ts
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@kong/icons": "^1.15.1",
"@xstate/vue": "^2.0.0",
"axios": "^1.7.3",
"vue": "^3.4.35",
"axios": "^1.7.4",
"vue": "^3.4.38",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
Expand All @@ -49,18 +49,18 @@
"@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.11",
"@evilmartians/lefthook": "^1.7.12",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/kongponents": "^9.3.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.43",
"@types/node": "^18.19.44",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.13.2",
"cypress": "^13.13.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.9.0",
"postcss-custom-properties": "^13.3.12",
Expand All @@ -69,20 +69,20 @@
"sass": "^1.77.8",
"semantic-release": "^22.0.12",
"start-server-and-test": "^2.0.5",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"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.5.4",
"vite": "^5.4.0",
"vite-plugin-vue-devtools": "^7.3.7",
"vue-router": "^4.4.2",
"vite": "^5.4.1",
"vite-plugin-vue-devtools": "^7.3.8",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
"@kong/kongponents": ">= ^8.126.2 || < 10",
"axios": "^1.7.3",
"axios": "^1.7.4",
"vue": "<= 3.3.0"
},
"files": [
Expand Down
Loading

0 comments on commit d4852fe

Please sign in to comment.