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 19, 2024
1 parent 76cfdf3 commit 1d18179
Show file tree
Hide file tree
Showing 3 changed files with 887 additions and 624 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/commitlint-github-action@v6.0.1
- uses: wagoid/commitlint-github-action@v6.1.2
with:
configFile: commitlint.config.ts
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,47 +38,47 @@
"@kong/icons": "^1.20.1",
"@xstate/vue": "^2.0.0",
"axios": "^1.7.3",
"vue": "^3.4.35",
"vue": "^3.5.13",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@cypress/vite-dev-server": "^5.1.1",
"@babel/types": "^7.26.3",
"@commitlint/cli": "^19.6.0",
"@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.7.11",
"@evilmartians/lefthook": "^1.9.0",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.2",
"@kong/kongponents": "^9.14.20",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.43",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.13.2",
"cypress": "^13.16.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.16.0",
"postcss-custom-properties": "^13.3.12",
"postcss-html": "^1.7.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"sass": "^1.82.0",
"semantic-release": "^22.0.12",
"start-server-and-test": "^2.0.5",
"stylelint": "^16.8.1",
"stylelint": "^16.11.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.5.4",
"typescript": "^5.7.2",
"vite": "^5.4.0",
"vite-plugin-vue-devtools": "^7.3.7",
"vue-router": "^4.4.2",
"vue-tsc": "^2.0.29"
"vite-plugin-vue-devtools": "^7.6.7",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
},
"peerDependencies": {
"@kong/kongponents": ">= ^8.126.2 || < 10",
Expand Down
Loading

0 comments on commit 1d18179

Please sign in to comment.