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 Dec 5, 2023
1 parent 67f587c commit 405c0f1
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 152 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].3
- uses: wagoid/[email protected].4
with:
configFile: commitlint.config.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
"dependencies": {
"@kong/icons": "^1.8.3",
"@xstate/vue": "^2.0.0",
"axios": "^1.6.0",
"vue": "^3.3.7",
"axios": "^1.6.2",
"vue": "^3.3.8",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@babel/types": "^7.23.4",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@cypress/vite-dev-server": "^5.0.6",
"@cypress/vue": "^6.0.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.5.2",
"@evilmartians/lefthook": "^1.5.3",
"@kong/design-tokens": "^1.12.1",
"@kong/kongponents": "^9.0.0-alpha.54",
"@rushstack/eslint-patch": "^1.5.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.18.8",
"@types/node": "^18.18.13",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
Expand All @@ -74,10 +74,10 @@
"eslint-plugin-vue": "^9.18.1",
"postcss-custom-properties": "^13.3.2",
"postcss-html": "^1.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.69.5",
"semantic-release": "^19.0.5",
"start-server-and-test": "^2.0.1",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^13.0.0",
Expand All @@ -90,7 +90,7 @@
},
"peerDependencies": {
"@kong/kongponents": "^8.126.2",
"axios": "^1.6.0",
"axios": "^1.6.2",
"vue": "<= 3.3.0"
},
"files": [
Expand Down Expand Up @@ -162,6 +162,6 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
"yarn": "1.22.21"
}
}
Loading

0 comments on commit 405c0f1

Please sign in to comment.