Skip to content

Commit b1748a4

Browse files
authored
fix(kiali): remove kiali-common from package. (janus-idp#1586)
Co-authored-by: Alberto Gutierrez <aljesusg>
1 parent 876c0c5 commit b1748a4

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

plugins/kiali-backend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@backstage/errors": "^1.2.4",
4949
"@backstage/plugin-auth-node": "^0.4.11",
5050
"@backstage/plugin-catalog-node": "^1.11.0",
51-
"@janus-idp/backstage-plugin-kiali-common": "1.4.1",
5251
"@backstage/backend-dynamic-feature-service": "^0.2.8",
5352
"axios": "^1.6.0",
5453
"express": "^4.18.2",

yarn.lock

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6356,14 +6356,6 @@
63566356
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
63576357
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
63586358

6359-
"@janus-idp/[email protected]":
6360-
version "1.4.1"
6361-
resolved "https://registry.yarnpkg.com/@janus-idp/backstage-plugin-kiali-common/-/backstage-plugin-kiali-common-1.4.1.tgz#d837ec1876bd94b0d6318ded6ee624be4791e692"
6362-
integrity sha512-uR2Br80FDMc951cooeakktrKiNYPUmu057YuV2gg2VJwPapESUFMyHbL/vJNL1E6xhN/hH3sWgJI//fkL/MfuQ==
6363-
dependencies:
6364-
"@backstage/config" "^1.1.1"
6365-
deep-freeze "^0.0.1"
6366-
63676359
"@janus-idp/[email protected]":
63686360
version "1.7.10"
63696361
resolved "https://registry.npmjs.org/@janus-idp/cli/-/cli-1.7.10.tgz#84e0001b121f86b8a5e11e904c6b0512379eb901"
@@ -19016,7 +19008,7 @@ [email protected], deep-extend@^0.6.0:
1901619008
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
1901719009
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
1901819010

19019-
[email protected], deep-freeze@^0.0.1:
19011+
1902019012
version "0.0.1"
1902119013
resolved "https://registry.yarnpkg.com/deep-freeze/-/deep-freeze-0.0.1.tgz#3a0b0005de18672819dfd38cd31f91179c893e84"
1902219014
integrity sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==
@@ -33508,7 +33500,16 @@ string-length@^4.0.1:
3350833500
char-regex "^1.0.2"
3350933501
strip-ansi "^6.0.0"
3351033502

33511-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
33503+
"string-width-cjs@npm:string-width@^4.2.0":
33504+
version "4.2.3"
33505+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
33506+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
33507+
dependencies:
33508+
emoji-regex "^8.0.0"
33509+
is-fullwidth-code-point "^3.0.0"
33510+
strip-ansi "^6.0.1"
33511+
33512+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3351233513
version "4.2.3"
3351333514
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3351433515
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -33582,7 +33583,7 @@ string_decoder@~1.1.1:
3358233583
dependencies:
3358333584
safe-buffer "~5.1.0"
3358433585

33585-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
33586+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3358633587
version "6.0.1"
3358733588
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3358833589
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -33596,6 +33597,13 @@ [email protected]:
3359633597
dependencies:
3359733598
ansi-regex "^4.1.0"
3359833599

33600+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
33601+
version "6.0.1"
33602+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
33603+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
33604+
dependencies:
33605+
ansi-regex "^5.0.1"
33606+
3359933607
strip-ansi@^7.0.1:
3360033608
version "7.1.0"
3360133609
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -36544,7 +36552,7 @@ wordwrap@^1.0.0:
3654436552
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
3654536553
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
3654636554

36547-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
36555+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3654836556
version "7.0.0"
3654936557
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3655036558
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -36562,6 +36570,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3656236570
string-width "^4.1.0"
3656336571
strip-ansi "^6.0.0"
3656436572

36573+
wrap-ansi@^7.0.0:
36574+
version "7.0.0"
36575+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
36576+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
36577+
dependencies:
36578+
ansi-styles "^4.0.0"
36579+
string-width "^4.1.0"
36580+
strip-ansi "^6.0.0"
36581+
3656536582
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
3656636583
version "8.1.0"
3656736584
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)