Skip to content

Commit

Permalink
fix(deps): update dependency @kong/icons to ^1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 3db07a9 commit 9c3cb95
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^0.11.1",
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"@types/file-saver": "^2.0.7",
"@types/lodash.mapkeys": "^4.6.9",
"@types/lodash.pick": "^4.4.9",
Expand Down
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.11"
},
"dependencies": {
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"approximate-number": "^2.1.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vue-router": "^4.2.5"
},
"dependencies": {
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"focus-trap": "^7.5.4",
"focus-trap-vue": "^4.0.3",
"lodash.clonedeep": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/copy-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"errorLimit": "250KB"
},
"dependencies": {
"@kong/icons": "^1.8.3"
"@kong/icons": "^1.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"dependencies": {
"@kong-ui-public/document-viewer": "workspace:^",
"@kong-ui-public/entities-shared": "workspace:^",
"@kong/icons": "^1.8.3"
"@kong/icons": "^1.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/error-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@kong/design-tokens": "1.12.3",
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"vue": "^3.3.11"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"extends": "../../../package.json"
},
"dependencies": {
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"fecha": "^4.2.3",
"lodash": "^4.17.21"
},
Expand Down
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.11"
},
"dependencies": {
"@kong/icons": "^1.8.3"
"@kong/icons": "^1.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@kong-ui-public/entities-routes": "workspace:^",
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/forms": "^2.1.12",
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"marked": "^9.1.6"
}
}
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.8.3",
"@kong/icons": "^1.8.5",
"compare-versions": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/portal/spec-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong-ui-public/swagger-ui-web-component": "workspace:^0.10.6",
"@kong/icons": "^1.8.3",
"@kong/icons": "^1.8.5",
"lodash.clonedeep": "^4.5.0",
"uuid": "^9.0.1"
},
Expand Down
53 changes: 31 additions & 22 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 9c3cb95

Please sign in to comment.