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 Apr 2, 2024
1 parent 2b368fd commit 97b0f8f
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 382 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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.19.1
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,34 @@
"dependencies": {
"@kong/icons": "^1.8.15",
"@xstate/vue": "^2.0.0",
"axios": "^1.6.5",
"vue": "^3.4.5",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-recaptcha": "^2.0.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@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.7",
"@kong/design-tokens": "^1.12.10",
"@kong/kongponents": "9.0.0-alpha.123",
"@rushstack/eslint-patch": "^1.8.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-vue": "^5.0.3",
"@types/node": "^18.19.26",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.7.0",
"cypress": "^13.7.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
Expand All @@ -73,26 +73,26 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^9.23.0",
"postcss-custom-properties": "^13.3.4",
"postcss-custom-properties": "^13.3.6",
"postcss-html": "^1.6.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.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.4.2",
"vite": "^5.2.2",
"vite-plugin-vue-devtools": "^7.0.13",
"typescript": "^5.4.3",
"vite": "^5.2.3",
"vite-plugin-vue-devtools": "^7.0.20",
"vue-router": "^4.3.0",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"@kong/kongponents": "^8.126.2",
"axios": "^1.6.5",
"axios": "^1.6.8",
"vue": "<= 3.3.0"
},
"files": [
Expand Down Expand Up @@ -163,7 +163,7 @@
"node": ">=v16.20.2"
},
"volta": {
"node": "18.19.0",
"yarn": "1.22.21"
"node": "18.19.1",
"yarn": "1.22.22"
}
}
Loading

0 comments on commit 97b0f8f

Please sign in to comment.