Skip to content

Commit efd0d99

Browse files
committed
Bump some Backstage dependencies
1 parent 77dbedb commit efd0d99

File tree

2 files changed

+208
-5
lines changed

2 files changed

+208
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"postpack": "backstage-cli package postpack"
3131
},
3232
"dependencies": {
33-
"@backstage/catalog-model": "^1.1.3",
33+
"@backstage/catalog-model": "^1.2.0",
3434
"@backstage/core-components": "^0.12.0",
35-
"@backstage/core-plugin-api": "^1.2.0",
36-
"@backstage/plugin-catalog-react": "^1.2.1",
35+
"@backstage/core-plugin-api": "^1.4.0",
36+
"@backstage/plugin-catalog-react": "^1.3.0",
3737
"@backstage/theme": "^0.2.16",
3838
"@material-ui/core": "^4.12.2",
3939
"@material-ui/icons": "^4.9.1",

yarn.lock

Lines changed: 205 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,16 @@
11841184
"@backstage/errors" "^1.1.4"
11851185
cross-fetch "^3.1.5"
11861186

1187-
"@backstage/catalog-model@^1.1.3", "@backstage/catalog-model@^1.1.4":
1187+
"@backstage/catalog-client@^1.3.1":
1188+
version "1.3.1"
1189+
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.3.1.tgz#625ce4da098bc3d3e9cdfad4152f53df2ab39d20"
1190+
integrity sha512-3RtkQ1z79Rm2USsuNtsEKKd2IZvgqZSQg0u7ohpB8NAJSgQ3VloyWpVPIrS9PUBOCj7oktS//HWD5d0LHm9cvw==
1191+
dependencies:
1192+
"@backstage/catalog-model" "^1.2.0"
1193+
"@backstage/errors" "^1.1.4"
1194+
cross-fetch "^3.1.5"
1195+
1196+
"@backstage/catalog-model@^1.1.4":
11881197
version "1.1.4"
11891198
resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.1.4.tgz#3addf3e4708aca718734c764362a69dfc01b7006"
11901199
integrity sha512-dYswAB34/HFqwg0EhdkkirmARIQ7dXCwteM+H18qwEN/RIx7IqE5D1quAWGxvBd3frYfOsiBigRKNvZ9b5o7ug==
@@ -1197,6 +1206,19 @@
11971206
lodash "^4.17.21"
11981207
uuid "^8.0.0"
11991208

1209+
"@backstage/catalog-model@^1.2.0":
1210+
version "1.2.0"
1211+
resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.2.0.tgz#ff72246e5b5bbbbd82a7e876db7761ecc25f1d5c"
1212+
integrity sha512-4IRHcj4d2DdB/atB6D1IJgGF8JwGGW3BMwH+qNjh0y8TQ/ou3UnoZWBHhHJGSkkuPLVXofk+XLqddWugZ0aKQw==
1213+
dependencies:
1214+
"@backstage/config" "^1.0.6"
1215+
"@backstage/errors" "^1.1.4"
1216+
"@backstage/types" "^1.0.2"
1217+
ajv "^8.10.0"
1218+
json-schema "^0.4.0"
1219+
lodash "^4.17.21"
1220+
uuid "^8.0.0"
1221+
12001222
"@backstage/cli-common@^0.1.11":
12011223
version "0.1.11"
12021224
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.11.tgz#9d8fd8cbe83e21ad3d207edecb3c3df3024a35a8"
@@ -1333,6 +1355,14 @@
13331355
"@backstage/types" "^1.0.2"
13341356
lodash "^4.17.21"
13351357

1358+
"@backstage/config@^1.0.6":
1359+
version "1.0.6"
1360+
resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.0.6.tgz#551ffe6793aec29f7d7f9e5ba1bb010ba6ed0b00"
1361+
integrity sha512-ZN3ABydLRZNTtL9FXPpvw678CJ/G2UtGHrX/Cq6Tfd9QJ6/wjMTagTe/KibxGh6lxIG+VGU+BOAqt6mHgMDopA==
1362+
dependencies:
1363+
"@backstage/types" "^1.0.2"
1364+
lodash "^4.17.21"
1365+
13361366
"@backstage/core-app-api@^1.3.0":
13371367
version "1.3.0"
13381368
resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.3.0.tgz#0ffd969cbf3e81f8c7b93ade4aa463579a769e95"
@@ -1391,6 +1421,49 @@
13911421
zen-observable "^0.10.0"
13921422
zod "~3.18.0"
13931423

1424+
"@backstage/core-components@^0.12.4":
1425+
version "0.12.4"
1426+
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.12.4.tgz#86933ef16b67d7f73d49c1e21edb6edf6a2b07cb"
1427+
integrity sha512-AdQQcjFQX4YpX2wH3N6vS8sfnvQ9npft4L1EymHMgtWQyjmN+6vkpe7PNr1XPwLA7rELcBe2aqNqN3oRHzRiBQ==
1428+
dependencies:
1429+
"@backstage/config" "^1.0.6"
1430+
"@backstage/core-plugin-api" "^1.4.0"
1431+
"@backstage/errors" "^1.1.4"
1432+
"@backstage/theme" "^0.2.17"
1433+
"@backstage/version-bridge" "^1.0.3"
1434+
"@material-table/core" "^3.1.0"
1435+
"@material-ui/core" "^4.12.2"
1436+
"@material-ui/icons" "^4.9.1"
1437+
"@material-ui/lab" "4.0.0-alpha.57"
1438+
"@react-hookz/web" "^20.0.0"
1439+
"@types/react-sparklines" "^1.7.0"
1440+
"@types/react-text-truncate" "^0.14.0"
1441+
ansi-regex "^6.0.1"
1442+
classnames "^2.2.6"
1443+
d3-selection "^3.0.0"
1444+
d3-shape "^3.0.0"
1445+
d3-zoom "^3.0.0"
1446+
dagre "^0.8.5"
1447+
history "^5.0.0"
1448+
immer "^9.0.1"
1449+
lodash "^4.17.21"
1450+
pluralize "^8.0.0"
1451+
prop-types "^15.7.2"
1452+
qs "^6.9.4"
1453+
rc-progress "3.4.1"
1454+
react-helmet "6.1.0"
1455+
react-hook-form "^7.12.2"
1456+
react-markdown "^8.0.0"
1457+
react-sparklines "^1.7.0"
1458+
react-syntax-highlighter "^15.4.5"
1459+
react-text-truncate "^0.19.0"
1460+
react-use "^17.3.2"
1461+
react-virtualized-auto-sizer "^1.0.6"
1462+
react-window "^1.8.6"
1463+
remark-gfm "^3.0.1"
1464+
zen-observable "^0.10.0"
1465+
zod "~3.18.0"
1466+
13941467
"@backstage/core-plugin-api@^1.2.0":
13951468
version "1.2.0"
13961469
resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.2.0.tgz#533acb42301d6d581ade247f9e99509e956788e6"
@@ -1403,6 +1476,18 @@
14031476
prop-types "^15.7.2"
14041477
zen-observable "^0.10.0"
14051478

1479+
"@backstage/core-plugin-api@^1.4.0":
1480+
version "1.4.0"
1481+
resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.4.0.tgz#15ba4a5f1d892810ce75f3ba6b28851b1e15e780"
1482+
integrity sha512-GmQ7jEfV/SmVVYgxo99/FEjBTQNiL5H7jWtgAnwR+pht0UVY3WynW3optASbg76OSc+EpIkNIEXsU2LrMPJDeg==
1483+
dependencies:
1484+
"@backstage/config" "^1.0.6"
1485+
"@backstage/types" "^1.0.2"
1486+
"@backstage/version-bridge" "^1.0.3"
1487+
history "^5.0.0"
1488+
prop-types "^15.7.2"
1489+
zen-observable "^0.10.0"
1490+
14061491
"@backstage/dev-utils@^1.0.8":
14071492
version "1.0.10"
14081493
resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.10.tgz#cd06c9cf19b309373d036041739fa434069a7282"
@@ -1463,6 +1548,29 @@
14631548
lodash "^4.17.21"
14641549
luxon "^3.0.0"
14651550

1551+
"@backstage/integration@^1.4.2":
1552+
version "1.4.2"
1553+
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.4.2.tgz#5a0d6e6215d46b05055804c06a2e54bad501fb6e"
1554+
integrity sha512-vWclxqDvOYDPPBXOiaN5HTcGlWR/Mdk8etZu4u24DLlvqmKRVOG3UFajf1VoNcEZqtkN08QsfbhoiQHE4mmHxg==
1555+
dependencies:
1556+
"@backstage/config" "^1.0.6"
1557+
"@backstage/errors" "^1.1.4"
1558+
"@octokit/auth-app" "^4.0.0"
1559+
"@octokit/rest" "^19.0.3"
1560+
cross-fetch "^3.1.5"
1561+
git-url-parse "^13.0.0"
1562+
lodash "^4.17.21"
1563+
luxon "^3.0.0"
1564+
1565+
"@backstage/plugin-catalog-common@^1.0.11":
1566+
version "1.0.11"
1567+
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.11.tgz#09cbc0c58e902d20cc37208ce8a0161d72bad846"
1568+
integrity sha512-aw6J3n93FR8vX5lu8UWTppeTMkf9tb+gLHpQKMRcBVi0ZwY7VfXrVpT/gCDxILY3xtTX03m8mVDcb/BButrccA==
1569+
dependencies:
1570+
"@backstage/catalog-model" "^1.2.0"
1571+
"@backstage/plugin-permission-common" "^0.7.3"
1572+
"@backstage/plugin-search-common" "^1.2.1"
1573+
14661574
"@backstage/plugin-catalog-common@^1.0.9":
14671575
version "1.0.9"
14681576
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.9.tgz#a16ce8936ace90bb35514966fcd97a54845bc702"
@@ -1472,7 +1580,7 @@
14721580
"@backstage/plugin-permission-common" "^0.7.2"
14731581
"@backstage/plugin-search-common" "^1.2.0"
14741582

1475-
"@backstage/plugin-catalog-react@^1.2.1", "@backstage/plugin-catalog-react@^1.2.3":
1583+
"@backstage/plugin-catalog-react@^1.2.3":
14761584
version "1.2.3"
14771585
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.2.3.tgz#38b5fc0272b487d85a521fd200dbd95a542bed5d"
14781586
integrity sha512-IpO545da+qXA/yuifbZ1cPK2b/alZ8p5BhxDfmS7CcgqgzkSf8bmqgp2sbw0UwVXpRQKLfSbS0j7kOao7R+0MQ==
@@ -1500,6 +1608,35 @@
15001608
yaml "^2.0.0"
15011609
zen-observable "^0.10.0"
15021610

1611+
"@backstage/plugin-catalog-react@^1.3.0":
1612+
version "1.3.0"
1613+
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.3.0.tgz#13bac4048f68fba37c5d3d9263712fa904f05f17"
1614+
integrity sha512-TF3wwUFQBUwv7G3CCuNPT1QAP1SRG0RjBIo9gDpOtvGRTe7yQj8xp0/z8uoUXyBcy+pkstMvrdVqHV0gHkStqg==
1615+
dependencies:
1616+
"@backstage/catalog-client" "^1.3.1"
1617+
"@backstage/catalog-model" "^1.2.0"
1618+
"@backstage/core-components" "^0.12.4"
1619+
"@backstage/core-plugin-api" "^1.4.0"
1620+
"@backstage/errors" "^1.1.4"
1621+
"@backstage/integration" "^1.4.2"
1622+
"@backstage/plugin-catalog-common" "^1.0.11"
1623+
"@backstage/plugin-permission-common" "^0.7.3"
1624+
"@backstage/plugin-permission-react" "^0.4.10"
1625+
"@backstage/theme" "^0.2.17"
1626+
"@backstage/types" "^1.0.2"
1627+
"@backstage/version-bridge" "^1.0.3"
1628+
"@material-ui/core" "^4.12.2"
1629+
"@material-ui/icons" "^4.9.1"
1630+
"@material-ui/lab" "4.0.0-alpha.57"
1631+
classnames "^2.2.6"
1632+
jwt-decode "^3.1.0"
1633+
lodash "^4.17.21"
1634+
material-ui-popup-state "^1.9.3"
1635+
qs "^6.9.4"
1636+
react-use "^17.2.4"
1637+
yaml "^2.0.0"
1638+
zen-observable "^0.10.0"
1639+
15031640
"@backstage/plugin-permission-common@^0.7.2":
15041641
version "0.7.2"
15051642
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-common/-/plugin-permission-common-0.7.2.tgz#d30531451876b1899b3726245ca7b6eb4270282a"
@@ -1512,6 +1649,30 @@
15121649
uuid "^8.0.0"
15131650
zod "~3.18.0"
15141651

1652+
"@backstage/plugin-permission-common@^0.7.3":
1653+
version "0.7.3"
1654+
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-common/-/plugin-permission-common-0.7.3.tgz#389ec502affa5694895055c5537c96f8ed21db0f"
1655+
integrity sha512-27I9X/kj3xBe6Hg4wynoEzDYLa5jpC7PNh8cGok6RLdkMM4H2aXo8yEMOArxp+JYPhHzNW07ZhjkBF0PcEpAEQ==
1656+
dependencies:
1657+
"@backstage/config" "^1.0.6"
1658+
"@backstage/errors" "^1.1.4"
1659+
"@backstage/types" "^1.0.2"
1660+
cross-fetch "^3.1.5"
1661+
uuid "^8.0.0"
1662+
zod "~3.18.0"
1663+
1664+
"@backstage/plugin-permission-react@^0.4.10":
1665+
version "0.4.10"
1666+
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.10.tgz#2bd2c9806083d1bf238e26b61ce380b829211a2c"
1667+
integrity sha512-pVhwsU4S5Z01YLGS6c8omDSws/EoubULLkIZKwr81eaFubSIi7B9tBBENc1eEzjea3c71ZK3atW5Mutj1AH6sA==
1668+
dependencies:
1669+
"@backstage/config" "^1.0.6"
1670+
"@backstage/core-plugin-api" "^1.4.0"
1671+
"@backstage/plugin-permission-common" "^0.7.3"
1672+
cross-fetch "^3.1.5"
1673+
react-use "^17.2.4"
1674+
swr "^2.0.0"
1675+
15151676
"@backstage/plugin-permission-react@^0.4.8":
15161677
version "0.4.8"
15171678
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.8.tgz#6b10f75e8a08d221b9fec6148269c822704efa5b"
@@ -1532,6 +1693,14 @@
15321693
"@backstage/plugin-permission-common" "^0.7.2"
15331694
"@backstage/types" "^1.0.2"
15341695

1696+
"@backstage/plugin-search-common@^1.2.1":
1697+
version "1.2.1"
1698+
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.2.1.tgz#a5e6c5d09986ac1ff947a2266012002aecf3c171"
1699+
integrity sha512-ek8QPVcONoy6pp+jSG9BXGAJKHioRtjutyxWlpxynBZzan1SShBoZ0suNd8EwydTnf5Qz+0Mn8keTkbdxFMiJA==
1700+
dependencies:
1701+
"@backstage/plugin-permission-common" "^0.7.3"
1702+
"@backstage/types" "^1.0.2"
1703+
15351704
"@backstage/release-manifests@^0.0.8":
15361705
version "0.0.8"
15371706
resolved "https://registry.yarnpkg.com/@backstage/release-manifests/-/release-manifests-0.0.8.tgz#6e6094aebc708a2c6bbaae75facac139e9440c96"
@@ -1566,6 +1735,13 @@
15661735
dependencies:
15671736
"@material-ui/core" "^4.12.2"
15681737

1738+
"@backstage/theme@^0.2.17":
1739+
version "0.2.17"
1740+
resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.2.17.tgz#89f6900f4cdb5bef838ebb1e71b0d5d582fe8ecc"
1741+
integrity sha512-ztCcMG61E31aYsAxCaCYpaPjFAk0no7Hb2zeiF6TlIpJiw5iCr0dSq42IWETmugk1piVTzv2t/diyjoi50Ll7Q==
1742+
dependencies:
1743+
"@material-ui/core" "^4.12.2"
1744+
15691745
"@backstage/types@^1.0.2":
15701746
version "1.0.2"
15711747
resolved "https://registry.yarnpkg.com/@backstage/types/-/types-1.0.2.tgz#a12cdc7c1ec7e0d99cb2e30903b9dfd97c1050c9"
@@ -2230,6 +2406,11 @@
22302406
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2"
22312407
integrity sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==
22322408

2409+
"@material-ui/types@^6.0.1":
2410+
version "6.0.2"
2411+
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-6.0.2.tgz#a6d384196c6e2e130eb2765b62d944c0b1ea1015"
2412+
integrity sha512-/XUca4wUb9pWimLLdM1PE8KS8rTbDEGohSGkGtk3WST7lm23m+8RYv9uOmrvOg/VSsl4bMiOv4t2/LCb+RLbTg==
2413+
22332414
"@material-ui/utils@^4.11.2", "@material-ui/utils@^4.11.3", "@material-ui/utils@^4.7.1":
22342415
version "4.11.3"
22352416
resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.11.3.tgz#232bd86c4ea81dab714f21edad70b7fdf0253942"
@@ -8571,6 +8752,16 @@ matcher@^3.0.0:
85718752
dependencies:
85728753
escape-string-regexp "^4.0.0"
85738754

8755+
material-ui-popup-state@^1.9.3:
8756+
version "1.9.3"
8757+
resolved "https://registry.yarnpkg.com/material-ui-popup-state/-/material-ui-popup-state-1.9.3.tgz#133ee02be8adf936e738d6b5f3dc89726af39bce"
8758+
integrity sha512-+Ete5Tzw5rXlYfmqptOS8kBUH8vnK5OJsd6IQ7SHtLjU0PsvsmM73M/k8ot0xkX4RmPGuNRsFbK3mlCe/ClQuw==
8759+
dependencies:
8760+
"@babel/runtime" "^7.12.5"
8761+
"@material-ui/types" "^6.0.1"
8762+
classnames "^2.2.6"
8763+
prop-types "^15.7.2"
8764+
85748765
md5.js@^1.3.4:
85758766
version "1.3.5"
85768767
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -11644,6 +11835,13 @@ swr@^1.1.2:
1164411835
resolved "https://registry.yarnpkg.com/swr/-/swr-1.3.0.tgz#c6531866a35b4db37b38b72c45a63171faf9f4e8"
1164511836
integrity sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==
1164611837

11838+
swr@^2.0.0:
11839+
version "2.0.4"
11840+
resolved "https://registry.yarnpkg.com/swr/-/swr-2.0.4.tgz#e68a5cc2e87b2a7f5f7ebf8a472cea24fc1c5fce"
11841+
integrity sha512-4GUiTjknRUVuw4MWUHR7mzJ9G/DWL+yZz/TgWDfiA0OZ9tL6qyrTkN2wPeboBpL3OJTkej3pexh3mWCnv8cFkQ==
11842+
dependencies:
11843+
use-sync-external-store "^1.2.0"
11844+
1164711845
symbol-tree@^3.2.4:
1164811846
version "3.2.4"
1164911847
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -12128,6 +12326,11 @@ use-memo-one@^1.1.1:
1212812326
resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.3.tgz#2fd2e43a2169eabc7496960ace8c79efef975e99"
1212912327
integrity sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==
1213012328

12329+
use-sync-external-store@^1.2.0:
12330+
version "1.2.0"
12331+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
12332+
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
12333+
1213112334
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
1213212335
version "1.0.2"
1213312336
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)