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 Feb 13, 2024
1 parent 922e0e9 commit 90fe689
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 149 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].4
- uses: wagoid/[email protected].5
with:
configFile: commitlint.config.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"dependencies": {
"@kong/icons": "^1.8.14",
"@xstate/vue": "^2.0.0",
"axios": "^1.6.5",
"vue": "^3.4.5",
"axios": "^1.6.7",
"vue": "^3.4.15",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@babel/types": "^7.23.9",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@cypress/vite-dev-server": "^5.0.7",
"@cypress/vue": "^6.0.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.6.0",
"@evilmartians/lefthook": "^1.6.1",
"@kong/design-tokens": "^1.12.7",
"@kong/kongponents": "^9.0.0-alpha.54",
"@rushstack/eslint-patch": "^1.7.0",
"@rushstack/eslint-patch": "^1.7.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.5",
"@types/node": "^18.19.14",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-vue": "^5.0.3",
Expand All @@ -64,7 +64,7 @@
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.6.2",
"cypress": "^13.6.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
Expand All @@ -79,20 +79,20 @@
"sass": "^1.70.0",
"semantic-release": "^22.0.12",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.2.0",
"stylelint": "^16.2.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.3.3",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.13",
"vite": "^5.0.12",
"vite-plugin-vue-devtools": "^7.0.14",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"@kong/kongponents": "^8.126.2",
"axios": "^1.6.5",
"axios": "^1.6.7",
"vue": "<= 3.3.0"
},
"files": [
Expand Down
Loading

0 comments on commit 90fe689

Please sign in to comment.