Skip to content

Commit 2435712

Browse files
fix(deps): update dependency @kong/icons to ^1.15.2
1 parent 54822e2 commit 2435712

File tree

25 files changed

+96
-86
lines changed

25 files changed

+96
-86
lines changed

packages/analytics/analytics-chart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@kong-ui-public/analytics-utilities": "workspace:^",
72-
"@kong/icons": "^1.15.1",
72+
"@kong/icons": "^1.15.2",
7373
"@types/file-saver": "^2.0.7",
7474
"@types/lodash.mapkeys": "^4.6.9",
7575
"@types/lodash.pick": "^4.4.9",

packages/analytics/analytics-metric-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@kong-ui-public/core": "1.1.0",
54-
"@kong/icons": "^1.15.1",
54+
"@kong/icons": "^1.15.2",
5555
"approximate-number": "^2.1.1",
5656
"axios": "^1.6.8",
5757
"swrv": "^1.0.4"

packages/analytics/metric-cards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"vue": "^3.4.38"
4949
},
5050
"dependencies": {
51-
"@kong/icons": "^1.15.1",
51+
"@kong/icons": "^1.15.2",
5252
"approximate-number": "^2.1.1"
5353
},
5454
"repository": {

packages/core/app-layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"vue-router": "^4.3.3"
4545
},
4646
"dependencies": {
47-
"@kong/icons": "^1.15.1",
47+
"@kong/icons": "^1.15.2",
4848
"focus-trap": "^7.5.4",
4949
"focus-trap-vue": "^4.0.3",
5050
"lodash.clonedeep": "^4.5.0"

packages/core/documentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@kong-ui-public/entities-shared": "workspace:^",
43-
"@kong/icons": "^1.15.1",
43+
"@kong/icons": "^1.15.2",
4444
"@kong/markdown": "1.7.10"
4545
},
4646
"peerDependencies": {

packages/core/error-boundary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@kong/design-tokens": "1.17.2",
43-
"@kong/icons": "^1.15.1",
43+
"@kong/icons": "^1.15.2",
4444
"vue": "^3.4.38"
4545
},
4646
"repository": {

packages/core/expressions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@kong-ui-public/core": "workspace:^",
7373
"@kong-ui-public/forms": "workspace:^",
7474
"@kong-ui-public/i18n": "workspace:^",
75-
"@kong/icons": "^1.15.1",
75+
"@kong/icons": "^1.15.2",
7676
"monaco-editor": "0.51.0",
7777
"uuid": "^10.0.0"
7878
}

packages/core/forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"extends": "../../../package.json"
5151
},
5252
"dependencies": {
53-
"@kong/icons": "^1.15.1",
53+
"@kong/icons": "^1.15.2",
5454
"fecha": "^4.2.3",
5555
"lodash-es": "^4.17.21"
5656
},

packages/core/sandbox-layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"vue": ">= 3.3.13 < 4"
6767
},
6868
"dependencies": {
69-
"@kong/icons": "^1.15.1"
69+
"@kong/icons": "^1.15.2"
7070
}
7171
}

packages/entities/entities-certificates/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-consumer-credentials/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-consumer-groups/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-consumers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-data-plane-nodes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-gateway-services/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-key-sets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
35-
"@kong/icons": "^1.15.1",
35+
"@kong/icons": "^1.15.2",
3636
"@kong/kongponents": "9.8.0",
3737
"axios": "^1.6.8",
3838
"vue": "^3.4.38",

packages/entities/entities-keys/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-plugins/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"peerDependencies": {
2828
"@kong-ui-public/entities-shared": "workspace:^",
2929
"@kong-ui-public/i18n": "workspace:^",
30-
"@kong/icons": "^1.15.1",
30+
"@kong/icons": "^1.15.2",
3131
"@kong/kongponents": "^9.8.0",
3232
"axios": "^1.6.8",
3333
"vue": ">= 3.3.13 < 4",
@@ -38,7 +38,7 @@
3838
"@kong-ui-public/entities-vaults": "workspace:^",
3939
"@kong-ui-public/i18n": "workspace:^",
4040
"@kong/design-tokens": "1.17.2",
41-
"@kong/icons": "^1.15.1",
41+
"@kong/icons": "^1.15.2",
4242
"@kong/kongponents": "9.8.0",
4343
"axios": "^1.6.8",
4444
"vue": "^3.4.38",

packages/entities/entities-routes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"@types/lodash.isequal": "^4.5.8",
3939
"axios": "^1.6.8",

packages/entities/entities-shared/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"peerDependencies": {
2424
"@kong-ui-public/i18n": "workspace:^",
25-
"@kong/icons": "^1.15.1",
25+
"@kong/icons": "^1.15.2",
2626
"@kong/kongponents": "^9.8.0",
2727
"axios": "^1.6.8",
2828
"vue": ">= 3.3.13 < 4",
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@kong-ui-public/i18n": "workspace:^",
3333
"@kong/design-tokens": "1.17.2",
34-
"@kong/icons": "^1.15.1",
34+
"@kong/icons": "^1.15.2",
3535
"@kong/kongponents": "9.8.0",
3636
"axios": "^1.6.8",
3737
"vue": "^3.4.38",

packages/entities/entities-snis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-upstreams-targets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",
@@ -33,7 +33,7 @@
3333
"@kong-ui-public/entities-shared": "workspace:^",
3434
"@kong-ui-public/i18n": "workspace:^",
3535
"@kong/design-tokens": "1.17.2",
36-
"@kong/icons": "^1.15.1",
36+
"@kong/icons": "^1.15.2",
3737
"@kong/kongponents": "9.8.0",
3838
"axios": "^1.6.8",
3939
"vue": "^3.4.38",

packages/entities/entities-vaults/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@kong-ui-public/entities-shared": "workspace:^",
2525
"@kong-ui-public/i18n": "workspace:^",
26-
"@kong/icons": "^1.15.1",
26+
"@kong/icons": "^1.15.2",
2727
"@kong/kongponents": "^9.8.0",
2828
"axios": "^1.6.8",
2929
"vue": ">= 3.3.13 < 4",

packages/portal/spec-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@kong-ui-public/i18n": "workspace:^",
5656
"@kong-ui-public/swagger-ui-web-component": "workspace:^0.12.3",
57-
"@kong/icons": "^1.15.1",
57+
"@kong/icons": "^1.15.2",
5858
"lodash.clonedeep": "^4.5.0",
5959
"uuid": "^10.0.0"
6060
},

0 commit comments

Comments
 (0)