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
…1436)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent aaaeb40 commit ef4c4a4
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 312 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,34 @@
"dependencies": {
"@kong/icons": "^1.8.16",
"@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.11",
"@kong/kongponents": "9.0.0-alpha.123",
"@rushstack/eslint-patch": "^1.8.0",
"@rushstack/eslint-patch": "^1.10.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.19.5",
"@types/node": "^18.19.28",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-vue": "^5.0.3",
"@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": "^5.0.0",
"eslint-plugin-vue": "^9.24.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.3.0",
"stylelint": "^16.3.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.7",
"vite-plugin-vue-devtools": "^7.0.25",
"vue-router": "^4.3.0",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"@kong/kongponents": ">= ^8.126.2 || < 10",
"axios": "^1.6.5",
"axios": "^1.6.8",
"vue": "<= 3.3.0"
},
"files": [
Expand Down Expand Up @@ -164,6 +164,6 @@
},
"volta": {
"node": "18.20.0",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}
Loading

0 comments on commit ef4c4a4

Please sign in to comment.