Skip to content

Commit

Permalink
chore(deps): upgrade kongponents
Browse files Browse the repository at this point in the history
Signed-off-by: John Cowen <john.cowen@konghq.com>
  • Loading branch information
johncowen committed May 22, 2024
1 parent b60c43a commit a8e0456
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@kong-ui-public/i18n": "^2.1.6",
"@kong/icons": "^1.9.1",
"@kong/kongponents": "9.0.0-alpha.156",
"@kong/kongponents": "^9.0.0-pr.2183.a60aea5e.0",
"@vueuse/core": "^10.9.0",
"brandi": "^5.0.0",
"deepmerge": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions src/app/kuma/components/ApplicationShell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
:kpop-attributes="{ placement: 'bottomEnd' }"
>
<KButton
icon
appearance="tertiary"
icon-only
>
<HelpIcon />

Expand Down Expand Up @@ -128,7 +128,7 @@
<KButton
:to="{ name: 'diagnostics' }"
appearance="tertiary"
icon-only
icon
data-testid="nav-item-diagnostics"
>
<CogIcon />
Expand Down
2 changes: 1 addition & 1 deletion src/app/zone-ingresses/views/ZoneIngressServicesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<KButton
class="non-visual-button"
appearance="secondary"
icon-only
icon
>
<MoreIcon />
</KButton>
Expand Down
2 changes: 1 addition & 1 deletion src/app/zones/views/ZoneListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<KButton
class="non-visual-button"
appearance="secondary"
icon-only
icon
>
<MoreIcon />
</KButton>
Expand Down

0 comments on commit a8e0456

Please sign in to comment.