Skip to content

Commit

Permalink
Merge branch 'main' into feat/custom-slots-login
Browse files Browse the repository at this point in the history
  • Loading branch information
davidma415 authored Apr 12, 2024
2 parents 97614ae + ef4c4a4 commit 9e15248
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 314 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.11.17](https://github.com/Kong/kong-auth-elements/compare/v2.11.16...v2.11.17) (2024-04-10)


### Bug Fixes

* **deps:** widen peerDependency ([#1480](https://github.com/Kong/kong-auth-elements/issues/1480)) ([6a48a90](https://github.com/Kong/kong-auth-elements/commit/6a48a905f12e4631f2b3012f26b9ca487d4b5ab9))

## [2.11.16](https://github.com/Kong/kong-auth-elements/compare/v2.11.15...v2.11.16) (2024-04-09)


Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/kong-auth-elements",
"version": "2.11.16",
"version": "2.11.17",
"type": "module",
"main": "dist/kong-auth-elements.vue.umd.js",
"module": "dist/kong-auth-elements.vue.es.js",
Expand Down 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",
"axios": "^1.6.5",
"@kong/kongponents": ">= ^8.126.2 || < 10",
"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 9e15248

Please sign in to comment.