Skip to content

Commit

Permalink
fix(deps): update dependency @kong/icons to ^1.8.0 (#896)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent bd71ae9 commit 6978947
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/metric-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"vue": "^3.3.4"
},
"dependencies": {
"@kong/icons": "^1.7.8",
"@kong/icons": "^1.8.0",
"approximate-number": "^2.1.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/error-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"vue": "^3.3.4"
},
"dependencies": {
"@kong/icons": "^1.7.8"
"@kong/icons": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/sandbox-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"vue": "^3.3.4"
},
"dependencies": {
"@kong/icons": "^1.7.8"
"@kong/icons": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
"@kong-ui-public/entities-gateway-services": "workspace:^",
"@kong-ui-public/entities-routes": "workspace:^",
"@kong-ui-public/entities-shared": "workspace:^",
"@kong/icons": "^1.7.8"
"@kong/icons": "^1.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/entities/entities-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@kong-ui-public/copy-uuid": "workspace:^",
"@kong-ui-public/core": "workspace:^",
"@kong/icons": "^1.7.8",
"@kong/icons": "^1.8.0",
"compare-versions": "^6.1.0"
}
}
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 6978947

Please sign in to comment.