@backstage/plugin-org 0.6.28-next.3 → 0.6.29-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.29-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.8.0-next.0
10
+ - @backstage/core-compat-api@0.2.9-next.0
11
+ - @backstage/plugin-catalog-react@1.12.4-next.0
12
+ - @backstage/catalog-model@1.6.0
13
+ - @backstage/core-components@0.14.10
14
+ - @backstage/core-plugin-api@1.9.3
15
+ - @backstage/plugin-catalog-common@1.0.26
16
+
17
+ ## 0.6.28
18
+
19
+ ### Patch Changes
20
+
21
+ - c7603e8: Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead
22
+ - Updated dependencies
23
+ - @backstage/frontend-plugin-api@0.7.0
24
+ - @backstage/plugin-catalog-react@1.12.3
25
+ - @backstage/core-components@0.14.10
26
+ - @backstage/core-compat-api@0.2.8
27
+ - @backstage/catalog-model@1.6.0
28
+ - @backstage/core-plugin-api@1.9.3
29
+ - @backstage/plugin-catalog-common@1.0.26
30
+
3
31
  ## 0.6.28-next.3
4
32
 
5
33
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org__alpha",
3
- "version": "0.6.28-next.3",
3
+ "version": "0.6.29-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -1,8 +1,79 @@
1
+ import * as _backstage_catalog_model from '@backstage/catalog-model';
1
2
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
3
+ import React__default from 'react';
2
4
 
3
5
  /** @alpha */
4
6
  declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{}, {
5
7
  catalogIndex: _backstage_frontend_plugin_api.ExternalRouteRef<undefined>;
6
- }, {}>;
8
+ }, {
9
+ "entity-card:org/group-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
+ kind: "entity-card";
11
+ namespace: undefined;
12
+ name: "group-profile";
13
+ config: {
14
+ filter: string | undefined;
15
+ };
16
+ configInput: {
17
+ filter?: string | undefined;
18
+ };
19
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
20
+ optional: true;
21
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
22
+ optional: true;
23
+ }>;
24
+ inputs: {};
25
+ }>;
26
+ "entity-card:org/members-list": _backstage_frontend_plugin_api.ExtensionDefinition<{
27
+ kind: "entity-card";
28
+ namespace: undefined;
29
+ name: "members-list";
30
+ config: {
31
+ filter: string | undefined;
32
+ };
33
+ configInput: {
34
+ filter?: string | undefined;
35
+ };
36
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
37
+ optional: true;
38
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
39
+ optional: true;
40
+ }>;
41
+ inputs: {};
42
+ }>;
43
+ "entity-card:org/ownership": _backstage_frontend_plugin_api.ExtensionDefinition<{
44
+ kind: "entity-card";
45
+ namespace: undefined;
46
+ name: "ownership";
47
+ config: {
48
+ filter: string | undefined;
49
+ };
50
+ configInput: {
51
+ filter?: string | undefined;
52
+ };
53
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
54
+ optional: true;
55
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
56
+ optional: true;
57
+ }>;
58
+ inputs: {};
59
+ }>;
60
+ "entity-card:org/user-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
61
+ kind: "entity-card";
62
+ namespace: undefined;
63
+ name: "user-profile";
64
+ config: {
65
+ filter: string | undefined;
66
+ };
67
+ configInput: {
68
+ filter?: string | undefined;
69
+ };
70
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
71
+ optional: true;
72
+ }> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
73
+ optional: true;
74
+ }>;
75
+ inputs: {};
76
+ }>;
77
+ }>;
7
78
 
8
79
  export { _default as default };
package/dist/alpha.esm.js CHANGED
@@ -1,38 +1,46 @@
1
1
  import { compatWrapper, convertLegacyRouteRefs } from '@backstage/core-compat-api';
2
- import { createPlugin } from '@backstage/frontend-plugin-api';
2
+ import { createFrontendPlugin } from '@backstage/frontend-plugin-api';
3
3
  import React from 'react';
4
4
  import { catalogIndexRouteRef } from './routes.esm.js';
5
- import { createEntityCardExtension } from '@backstage/plugin-catalog-react/alpha';
5
+ import { EntityCardBlueprint } from '@backstage/plugin-catalog-react/alpha';
6
6
 
7
- const EntityGroupProfileCard = createEntityCardExtension({
7
+ const EntityGroupProfileCard = EntityCardBlueprint.make({
8
8
  name: "group-profile",
9
- filter: "kind:group",
10
- loader: async () => import('./components/Cards/Group/GroupProfile/GroupProfileCard.esm.js').then(
11
- (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.GroupProfileCard, null))
12
- )
9
+ params: {
10
+ filter: "kind:group",
11
+ loader: async () => import('./components/Cards/Group/GroupProfile/GroupProfileCard.esm.js').then(
12
+ (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.GroupProfileCard, null))
13
+ )
14
+ }
13
15
  });
14
- const EntityMembersListCard = createEntityCardExtension({
16
+ const EntityMembersListCard = EntityCardBlueprint.make({
15
17
  name: "members-list",
16
- filter: "kind:group",
17
- loader: async () => import('./components/Cards/Group/MembersList/MembersListCard.esm.js').then(
18
- (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.MembersListCard, null))
19
- )
18
+ params: {
19
+ filter: "kind:group",
20
+ loader: async () => import('./components/Cards/Group/MembersList/MembersListCard.esm.js').then(
21
+ (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.MembersListCard, null))
22
+ )
23
+ }
20
24
  });
21
- const EntityOwnershipCard = createEntityCardExtension({
25
+ const EntityOwnershipCard = EntityCardBlueprint.make({
22
26
  name: "ownership",
23
- filter: "kind:group,user",
24
- loader: async () => import('./components/Cards/OwnershipCard/OwnershipCard.esm.js').then(
25
- (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.OwnershipCard, null))
26
- )
27
+ params: {
28
+ filter: "kind:group,user",
29
+ loader: async () => import('./components/Cards/OwnershipCard/OwnershipCard.esm.js').then(
30
+ (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.OwnershipCard, null))
31
+ )
32
+ }
27
33
  });
28
- const EntityUserProfileCard = createEntityCardExtension({
34
+ const EntityUserProfileCard = EntityCardBlueprint.make({
29
35
  name: "user-profile",
30
- filter: "kind:user",
31
- loader: async () => import('./components/Cards/User/UserProfileCard/UserProfileCard.esm.js').then(
32
- (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.UserProfileCard, null))
33
- )
36
+ params: {
37
+ filter: "kind:user",
38
+ loader: async () => import('./components/Cards/User/UserProfileCard/UserProfileCard.esm.js').then(
39
+ (m) => compatWrapper(/* @__PURE__ */ React.createElement(m.UserProfileCard, null))
40
+ )
41
+ }
34
42
  });
35
- var alpha = createPlugin({
43
+ var alpha = createFrontendPlugin({
36
44
  id: "org",
37
45
  extensions: [
38
46
  EntityGroupProfileCard,
@@ -1 +1 @@
1
- {"version":3,"file":"alpha.esm.js","sources":["../src/alpha.tsx"],"sourcesContent":["/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n compatWrapper,\n convertLegacyRouteRefs,\n} from '@backstage/core-compat-api';\nimport { createPlugin } from '@backstage/frontend-plugin-api';\nimport React from 'react';\nimport { catalogIndexRouteRef } from './routes';\nimport { createEntityCardExtension } from '@backstage/plugin-catalog-react/alpha';\n\n/** @alpha */\nconst EntityGroupProfileCard = createEntityCardExtension({\n name: 'group-profile',\n filter: 'kind:group',\n loader: async () =>\n import('./components/Cards/Group/GroupProfile/GroupProfileCard').then(m =>\n compatWrapper(<m.GroupProfileCard />),\n ),\n});\n\n/** @alpha */\nconst EntityMembersListCard = createEntityCardExtension({\n name: 'members-list',\n filter: 'kind:group',\n loader: async () =>\n import('./components/Cards/Group/MembersList/MembersListCard').then(m =>\n compatWrapper(<m.MembersListCard />),\n ),\n});\n\n/** @alpha */\nconst EntityOwnershipCard = createEntityCardExtension({\n name: 'ownership',\n filter: 'kind:group,user',\n loader: async () =>\n import('./components/Cards/OwnershipCard/OwnershipCard').then(m =>\n compatWrapper(<m.OwnershipCard />),\n ),\n});\n\n/** @alpha */\nconst EntityUserProfileCard = createEntityCardExtension({\n name: 'user-profile',\n filter: 'kind:user',\n loader: async () =>\n import('./components/Cards/User/UserProfileCard/UserProfileCard').then(m =>\n compatWrapper(<m.UserProfileCard />),\n ),\n});\n\n/** @alpha */\nexport default createPlugin({\n id: 'org',\n extensions: [\n EntityGroupProfileCard,\n EntityMembersListCard,\n EntityOwnershipCard,\n EntityUserProfileCard,\n ],\n externalRoutes: convertLegacyRouteRefs({\n catalogIndex: catalogIndexRouteRef,\n }),\n});\n"],"names":[],"mappings":";;;;;;AA0BA,MAAM,yBAAyB,yBAA0B,CAAA;AAAA,EACvD,IAAM,EAAA,eAAA;AAAA,EACN,MAAQ,EAAA,YAAA;AAAA,EACR,MAAQ,EAAA,YACN,OAAO,+DAAwD,CAAE,CAAA,IAAA;AAAA,IAAK,OACpE,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,gBAAA,EAAF,IAAmB,CAAE,CAAA;AAAA,GACtC;AACJ,CAAC,CAAA,CAAA;AAGD,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,IAAM,EAAA,cAAA;AAAA,EACN,MAAQ,EAAA,YAAA;AAAA,EACR,MAAQ,EAAA,YACN,OAAO,6DAAsD,CAAE,CAAA,IAAA;AAAA,IAAK,OAClE,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,eAAA,EAAF,IAAkB,CAAE,CAAA;AAAA,GACrC;AACJ,CAAC,CAAA,CAAA;AAGD,MAAM,sBAAsB,yBAA0B,CAAA;AAAA,EACpD,IAAM,EAAA,WAAA;AAAA,EACN,MAAQ,EAAA,iBAAA;AAAA,EACR,MAAQ,EAAA,YACN,OAAO,uDAAgD,CAAE,CAAA,IAAA;AAAA,IAAK,OAC5D,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,aAAA,EAAF,IAAgB,CAAE,CAAA;AAAA,GACnC;AACJ,CAAC,CAAA,CAAA;AAGD,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,IAAM,EAAA,cAAA;AAAA,EACN,MAAQ,EAAA,WAAA;AAAA,EACR,MAAQ,EAAA,YACN,OAAO,gEAAyD,CAAE,CAAA,IAAA;AAAA,IAAK,OACrE,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,eAAA,EAAF,IAAkB,CAAE,CAAA;AAAA,GACrC;AACJ,CAAC,CAAA,CAAA;AAGD,YAAe,YAAa,CAAA;AAAA,EAC1B,EAAI,EAAA,KAAA;AAAA,EACJ,UAAY,EAAA;AAAA,IACV,sBAAA;AAAA,IACA,qBAAA;AAAA,IACA,mBAAA;AAAA,IACA,qBAAA;AAAA,GACF;AAAA,EACA,gBAAgB,sBAAuB,CAAA;AAAA,IACrC,YAAc,EAAA,oBAAA;AAAA,GACf,CAAA;AACH,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"alpha.esm.js","sources":["../src/alpha.tsx"],"sourcesContent":["/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n compatWrapper,\n convertLegacyRouteRefs,\n} from '@backstage/core-compat-api';\nimport { createFrontendPlugin } from '@backstage/frontend-plugin-api';\nimport React from 'react';\nimport { catalogIndexRouteRef } from './routes';\nimport { EntityCardBlueprint } from '@backstage/plugin-catalog-react/alpha';\n\n/** @alpha */\nconst EntityGroupProfileCard = EntityCardBlueprint.make({\n name: 'group-profile',\n params: {\n filter: 'kind:group',\n loader: async () =>\n import('./components/Cards/Group/GroupProfile/GroupProfileCard').then(m =>\n compatWrapper(<m.GroupProfileCard />),\n ),\n },\n});\n\n/** @alpha */\nconst EntityMembersListCard = EntityCardBlueprint.make({\n name: 'members-list',\n params: {\n filter: 'kind:group',\n loader: async () =>\n import('./components/Cards/Group/MembersList/MembersListCard').then(m =>\n compatWrapper(<m.MembersListCard />),\n ),\n },\n});\n\n/** @alpha */\nconst EntityOwnershipCard = EntityCardBlueprint.make({\n name: 'ownership',\n params: {\n filter: 'kind:group,user',\n loader: async () =>\n import('./components/Cards/OwnershipCard/OwnershipCard').then(m =>\n compatWrapper(<m.OwnershipCard />),\n ),\n },\n});\n\n/** @alpha */\nconst EntityUserProfileCard = EntityCardBlueprint.make({\n name: 'user-profile',\n params: {\n filter: 'kind:user',\n loader: async () =>\n import('./components/Cards/User/UserProfileCard/UserProfileCard').then(\n m => compatWrapper(<m.UserProfileCard />),\n ),\n },\n});\n\n/** @alpha */\nexport default createFrontendPlugin({\n id: 'org',\n extensions: [\n EntityGroupProfileCard,\n EntityMembersListCard,\n EntityOwnershipCard,\n EntityUserProfileCard,\n ],\n externalRoutes: convertLegacyRouteRefs({\n catalogIndex: catalogIndexRouteRef,\n }),\n});\n"],"names":[],"mappings":";;;;;;AA0BA,MAAM,sBAAA,GAAyB,oBAAoB,IAAK,CAAA;AAAA,EACtD,IAAM,EAAA,eAAA;AAAA,EACN,MAAQ,EAAA;AAAA,IACN,MAAQ,EAAA,YAAA;AAAA,IACR,MAAQ,EAAA,YACN,OAAO,+DAAwD,CAAE,CAAA,IAAA;AAAA,MAAK,OACpE,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,gBAAA,EAAF,IAAmB,CAAE,CAAA;AAAA,KACtC;AAAA,GACJ;AACF,CAAC,CAAA,CAAA;AAGD,MAAM,qBAAA,GAAwB,oBAAoB,IAAK,CAAA;AAAA,EACrD,IAAM,EAAA,cAAA;AAAA,EACN,MAAQ,EAAA;AAAA,IACN,MAAQ,EAAA,YAAA;AAAA,IACR,MAAQ,EAAA,YACN,OAAO,6DAAsD,CAAE,CAAA,IAAA;AAAA,MAAK,OAClE,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,eAAA,EAAF,IAAkB,CAAE,CAAA;AAAA,KACrC;AAAA,GACJ;AACF,CAAC,CAAA,CAAA;AAGD,MAAM,mBAAA,GAAsB,oBAAoB,IAAK,CAAA;AAAA,EACnD,IAAM,EAAA,WAAA;AAAA,EACN,MAAQ,EAAA;AAAA,IACN,MAAQ,EAAA,iBAAA;AAAA,IACR,MAAQ,EAAA,YACN,OAAO,uDAAgD,CAAE,CAAA,IAAA;AAAA,MAAK,OAC5D,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,aAAA,EAAF,IAAgB,CAAE,CAAA;AAAA,KACnC;AAAA,GACJ;AACF,CAAC,CAAA,CAAA;AAGD,MAAM,qBAAA,GAAwB,oBAAoB,IAAK,CAAA;AAAA,EACrD,IAAM,EAAA,cAAA;AAAA,EACN,MAAQ,EAAA;AAAA,IACN,MAAQ,EAAA,WAAA;AAAA,IACR,MAAQ,EAAA,YACN,OAAO,gEAAyD,CAAE,CAAA,IAAA;AAAA,MAChE,OAAK,aAAc,iBAAA,KAAA,CAAA,aAAA,CAAC,CAAE,CAAA,eAAA,EAAF,IAAkB,CAAE,CAAA;AAAA,KAC1C;AAAA,GACJ;AACF,CAAC,CAAA,CAAA;AAGD,YAAe,oBAAqB,CAAA;AAAA,EAClC,EAAI,EAAA,KAAA;AAAA,EACJ,UAAY,EAAA;AAAA,IACV,sBAAA;AAAA,IACA,qBAAA;AAAA,IACA,mBAAA;AAAA,IACA,qBAAA;AAAA,GACF;AAAA,EACA,gBAAgB,sBAAuB,CAAA;AAAA,IACrC,YAAc,EAAA,oBAAA;AAAA,GACf,CAAA;AACH,CAAC,CAAA;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.28-next.3",
3
+ "version": "0.6.29-next.0",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/catalog-model": "^1.6.0-next.0",
54
- "@backstage/core-compat-api": "^0.2.8-next.3",
55
- "@backstage/core-components": "^0.14.10-next.0",
53
+ "@backstage/catalog-model": "^1.6.0",
54
+ "@backstage/core-compat-api": "^0.2.9-next.0",
55
+ "@backstage/core-components": "^0.14.10",
56
56
  "@backstage/core-plugin-api": "^1.9.3",
57
- "@backstage/frontend-plugin-api": "^0.7.0-next.3",
58
- "@backstage/plugin-catalog-common": "^1.0.26-next.2",
59
- "@backstage/plugin-catalog-react": "^1.12.3-next.3",
57
+ "@backstage/frontend-plugin-api": "^0.8.0-next.0",
58
+ "@backstage/plugin-catalog-common": "^1.0.26",
59
+ "@backstage/plugin-catalog-react": "^1.12.4-next.0",
60
60
  "@material-ui/core": "^4.12.2",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -68,14 +68,14 @@
68
68
  "react-use": "^17.2.4"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/catalog-client": "^1.6.6-next.0",
72
- "@backstage/cli": "^0.27.0-next.4",
73
- "@backstage/core-app-api": "^1.14.2-next.0",
74
- "@backstage/dev-utils": "^1.0.37-next.3",
75
- "@backstage/plugin-catalog": "^1.22.0-next.3",
76
- "@backstage/plugin-permission-common": "^0.8.1-next.1",
77
- "@backstage/plugin-permission-react": "^0.4.25-next.1",
78
- "@backstage/test-utils": "^1.5.10-next.2",
71
+ "@backstage/catalog-client": "^1.6.6",
72
+ "@backstage/cli": "^0.27.1-next.0",
73
+ "@backstage/core-app-api": "^1.14.2",
74
+ "@backstage/dev-utils": "^1.0.38-next.0",
75
+ "@backstage/plugin-catalog": "^1.22.1-next.0",
76
+ "@backstage/plugin-permission-common": "^0.8.1",
77
+ "@backstage/plugin-permission-react": "^0.4.25",
78
+ "@backstage/test-utils": "^1.6.0-next.0",
79
79
  "@backstage/types": "^1.1.1",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",