@powerhousedao/contributor-billing 0.0.44 → 0.0.46
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/dist/document-models/index.d.ts +1 -0
- package/dist/document-models/index.d.ts.map +1 -1
- package/dist/document-models/index.js +1 -0
- package/dist/document-models/integrations/gen/actions.d.ts +4 -0
- package/dist/document-models/integrations/gen/actions.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/actions.js +1 -0
- package/dist/document-models/integrations/gen/creators.d.ts +2 -0
- package/dist/document-models/integrations/gen/creators.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/creators.js +1 -0
- package/dist/document-models/integrations/gen/document-model.d.ts +3 -0
- package/dist/document-models/integrations/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/document-model.js +70 -0
- package/dist/document-models/integrations/gen/index.d.ts +6 -0
- package/dist/document-models/integrations/gen/index.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/index.js +5 -0
- package/dist/document-models/integrations/gen/integrations/actions.d.ts +7 -0
- package/dist/document-models/integrations/gen/integrations/actions.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/integrations/actions.js +1 -0
- package/dist/document-models/integrations/gen/integrations/creators.d.ts +6 -0
- package/dist/document-models/integrations/gen/integrations/creators.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/integrations/creators.js +5 -0
- package/dist/document-models/integrations/gen/integrations/error.d.ts +2 -0
- package/dist/document-models/integrations/gen/integrations/error.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/integrations/error.js +1 -0
- package/dist/document-models/integrations/gen/integrations/object.d.ts +9 -0
- package/dist/document-models/integrations/gen/integrations/object.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/integrations/object.js +13 -0
- package/dist/document-models/integrations/gen/integrations/operations.d.ts +9 -0
- package/dist/document-models/integrations/gen/integrations/operations.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/integrations/operations.js +1 -0
- package/dist/document-models/integrations/gen/object.d.ts +16 -0
- package/dist/document-models/integrations/gen/object.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/object.js +25 -0
- package/dist/document-models/integrations/gen/reducer.d.ts +3 -0
- package/dist/document-models/integrations/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/reducer.js +25 -0
- package/dist/document-models/integrations/gen/schema/index.d.ts +3 -0
- package/dist/document-models/integrations/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/schema/index.js +2 -0
- package/dist/document-models/integrations/gen/schema/types.d.ts +192 -0
- package/dist/document-models/integrations/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/schema/types.js +1 -0
- package/dist/document-models/integrations/gen/schema/zod.d.ts +19 -0
- package/dist/document-models/integrations/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/schema/zod.js +97 -0
- package/dist/document-models/integrations/gen/types.d.ts +10 -0
- package/dist/document-models/integrations/gen/types.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/types.js +1 -0
- package/dist/document-models/integrations/gen/utils.d.ts +7 -0
- package/dist/document-models/integrations/gen/utils.d.ts.map +1 -0
- package/dist/document-models/integrations/gen/utils.js +63 -0
- package/dist/document-models/integrations/index.d.ts +28 -0
- package/dist/document-models/integrations/index.d.ts.map +1 -0
- package/dist/document-models/integrations/index.js +21 -0
- package/dist/document-models/integrations/src/reducers/integrations.d.ts +8 -0
- package/dist/document-models/integrations/src/reducers/integrations.d.ts.map +1 -0
- package/dist/document-models/integrations/src/reducers/integrations.js +57 -0
- package/dist/document-models/integrations/src/tests/document-model.test.d.ts +6 -0
- package/dist/document-models/integrations/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/integrations/src/tests/document-model.test.js +18 -0
- package/dist/document-models/integrations/src/tests/integrations.test.d.ts +6 -0
- package/dist/document-models/integrations/src/tests/integrations.test.d.ts.map +1 -0
- package/dist/document-models/integrations/src/tests/integrations.test.js +63 -0
- package/dist/document-models/integrations/src/utils.d.ts +2 -0
- package/dist/document-models/integrations/src/utils.d.ts.map +1 -0
- package/dist/document-models/integrations/src/utils.js +1 -0
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts +5 -1
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.js +18 -4
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +1 -1
- package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.js +9 -1
- package/dist/editors/index.d.ts +1 -0
- package/dist/editors/index.d.ts.map +1 -1
- package/dist/editors/index.js +1 -0
- package/dist/editors/integrations/editor.d.ts +5 -0
- package/dist/editors/integrations/editor.d.ts.map +1 -0
- package/dist/editors/integrations/editor.js +113 -0
- package/dist/editors/integrations/index.d.ts +5 -0
- package/dist/editors/integrations/index.d.ts.map +1 -0
- package/dist/editors/integrations/index.js +12 -0
- package/dist/editors/invoice/ingestPDF.js +1 -1
- package/dist/editors/invoice/invoiceToGnosis.js +2 -2
- package/dist/editors/invoice/requestFinance.js +1 -1
- package/dist/editors/invoice/uploadPdfChunked.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/scripts/invoice/gnosisTransactionBuilder.js +1 -1
- package/dist/style.css +1213 -18
- package/dist/subgraphs/index.d.ts +1 -0
- package/dist/subgraphs/index.d.ts.map +1 -1
- package/dist/subgraphs/index.js +1 -0
- package/dist/subgraphs/integrations/index.d.ts +10 -0
- package/dist/subgraphs/integrations/index.d.ts.map +1 -0
- package/dist/subgraphs/integrations/index.js +11 -0
- package/dist/subgraphs/integrations/resolvers.d.ts +3 -0
- package/dist/subgraphs/integrations/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/integrations/resolvers.js +89 -0
- package/dist/subgraphs/integrations/schema.d.ts +3 -0
- package/dist/subgraphs/integrations/schema.d.ts.map +1 -0
- package/dist/subgraphs/integrations/schema.js +109 -0
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../subgraphs/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,wBAAwB,MAAM,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../subgraphs/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,wBAAwB,MAAM,8BAA8B,CAAC;AACzE,OAAO,KAAK,oBAAoB,MAAM,yBAAyB,CAAC"}
|
package/dist/subgraphs/index.js
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Subgraph } from "@powerhousedao/reactor-api";
|
|
2
|
+
export declare class IntegrationsSubgraph extends Subgraph {
|
|
3
|
+
name: string;
|
|
4
|
+
typeDefs: import("graphql").DocumentNode;
|
|
5
|
+
resolvers: Record<string, any>;
|
|
6
|
+
additionalContextFields: {};
|
|
7
|
+
onSetup(): Promise<void>;
|
|
8
|
+
onDisconnect(): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../subgraphs/integrations/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAKtD,qBAAa,oBAAqB,SAAQ,QAAQ;IAChD,IAAI,SAAkB;IAEtB,QAAQ,iCAAU;IAClB,SAAS,sBAAsB;IAC/B,uBAAuB,KAAM;IACvB,OAAO;IACP,YAAY;CACnB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Subgraph } from "@powerhousedao/reactor-api";
|
|
2
|
+
import { schema } from "./schema.js";
|
|
3
|
+
import { getResolvers } from "./resolvers.js";
|
|
4
|
+
export class IntegrationsSubgraph extends Subgraph {
|
|
5
|
+
name = "integrations";
|
|
6
|
+
typeDefs = schema;
|
|
7
|
+
resolvers = getResolvers(this);
|
|
8
|
+
additionalContextFields = {};
|
|
9
|
+
async onSetup() { }
|
|
10
|
+
async onDisconnect() { }
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../subgraphs/integrations/resolvers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAO3D,eAAO,MAAM,YAAY,GAAI,UAAU,QAAQ,KAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAoHnE,CAAC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { addFile } from "document-drive";
|
|
2
|
+
import { actions } from "../../document-models/integrations/index.js";
|
|
3
|
+
import { generateId } from "document-model";
|
|
4
|
+
const DEFAULT_DRIVE_ID = "powerhouse";
|
|
5
|
+
export const getResolvers = (subgraph) => {
|
|
6
|
+
const reactor = subgraph.reactor;
|
|
7
|
+
return {
|
|
8
|
+
Query: {
|
|
9
|
+
Integrations: async (_, args, ctx) => {
|
|
10
|
+
return {
|
|
11
|
+
getDocument: async (args) => {
|
|
12
|
+
const driveId = args.driveId || DEFAULT_DRIVE_ID;
|
|
13
|
+
const docId = args.docId || "";
|
|
14
|
+
const doc = await reactor.getDocument(driveId, docId);
|
|
15
|
+
return {
|
|
16
|
+
driveId: driveId,
|
|
17
|
+
...doc,
|
|
18
|
+
...doc.header,
|
|
19
|
+
state: doc.state.global,
|
|
20
|
+
stateJSON: doc.state.global,
|
|
21
|
+
revision: doc.header.revision["global"] ?? 0,
|
|
22
|
+
};
|
|
23
|
+
},
|
|
24
|
+
getDocuments: async (args) => {
|
|
25
|
+
const driveId = args.driveId || DEFAULT_DRIVE_ID;
|
|
26
|
+
const docsIds = await reactor.getDocuments(driveId);
|
|
27
|
+
const docs = await Promise.all(docsIds.map(async (docId) => {
|
|
28
|
+
const doc = await reactor.getDocument(driveId, docId);
|
|
29
|
+
return {
|
|
30
|
+
driveId: driveId,
|
|
31
|
+
...doc,
|
|
32
|
+
...doc.header,
|
|
33
|
+
state: doc.state.global,
|
|
34
|
+
stateJSON: doc.state.global,
|
|
35
|
+
revision: doc.header.revision["global"] ?? 0,
|
|
36
|
+
};
|
|
37
|
+
}));
|
|
38
|
+
return docs.filter((doc) => doc.header.documentType === "powerhouse/integrations");
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
Mutation: {
|
|
44
|
+
Integrations_createDocument: async (_, args) => {
|
|
45
|
+
const driveId = args.driveId || DEFAULT_DRIVE_ID;
|
|
46
|
+
const docId = generateId();
|
|
47
|
+
await reactor.addDriveAction(driveId, addFile({
|
|
48
|
+
id: docId,
|
|
49
|
+
name: args.name,
|
|
50
|
+
documentType: "powerhouse/integrations",
|
|
51
|
+
synchronizationUnits: [
|
|
52
|
+
{
|
|
53
|
+
branch: "main",
|
|
54
|
+
scope: "global",
|
|
55
|
+
syncId: generateId(),
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
branch: "main",
|
|
59
|
+
scope: "local",
|
|
60
|
+
syncId: generateId(),
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
}));
|
|
64
|
+
return docId;
|
|
65
|
+
},
|
|
66
|
+
Integrations_setRequestFinance: async (_, args) => {
|
|
67
|
+
const driveId = args.driveId || DEFAULT_DRIVE_ID;
|
|
68
|
+
const docId = args.docId || "";
|
|
69
|
+
const doc = await reactor.getDocument(driveId, docId);
|
|
70
|
+
await reactor.addAction(driveId, docId, actions.setRequestFinance({ ...args.input }));
|
|
71
|
+
return (doc.header.revision["global"] ?? 0) + 1;
|
|
72
|
+
},
|
|
73
|
+
Integrations_setGnosisSafe: async (_, args) => {
|
|
74
|
+
const driveId = args.driveId || DEFAULT_DRIVE_ID;
|
|
75
|
+
const docId = args.docId || "";
|
|
76
|
+
const doc = await reactor.getDocument(driveId, docId);
|
|
77
|
+
await reactor.addAction(driveId, docId, actions.setGnosisSafe({ ...args.input }));
|
|
78
|
+
return (doc.header.revision["global"] ?? 0) + 1;
|
|
79
|
+
},
|
|
80
|
+
Integrations_setGoogleCloud: async (_, args) => {
|
|
81
|
+
const driveId = args.driveId || DEFAULT_DRIVE_ID;
|
|
82
|
+
const docId = args.docId || "";
|
|
83
|
+
const doc = await reactor.getDocument(driveId, docId);
|
|
84
|
+
await reactor.addAction(driveId, docId, actions.setGoogleCloud({ ...args.input }));
|
|
85
|
+
return (doc.header.revision["global"] ?? 0) + 1;
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
};
|
|
89
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../subgraphs/integrations/schema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,MAAM,EAAE,YA2GpB,CAAC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { gql } from "graphql-tag";
|
|
2
|
+
export const schema = gql `
|
|
3
|
+
"""
|
|
4
|
+
Subgraph definition for Integrations (powerhouse/integrations)
|
|
5
|
+
"""
|
|
6
|
+
type IntegrationsState {
|
|
7
|
+
requestFinance: RequestFinance
|
|
8
|
+
gnosisSafe: GnosisSafe
|
|
9
|
+
googleCloud: GoogleCloud
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
type RequestFinance {
|
|
13
|
+
apiKey: String
|
|
14
|
+
email: String
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
type GnosisSafe {
|
|
18
|
+
safeAddress: EthereumAddress
|
|
19
|
+
signerPrivateKey: String
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
type GoogleCloud {
|
|
23
|
+
projectId: String
|
|
24
|
+
location: String
|
|
25
|
+
processorId: String
|
|
26
|
+
keyFile: GoogleKeyFile
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type GoogleKeyFile {
|
|
30
|
+
type: String
|
|
31
|
+
project_id: String
|
|
32
|
+
private_key_id: String
|
|
33
|
+
private_key: String
|
|
34
|
+
client_email: String
|
|
35
|
+
client_id: String
|
|
36
|
+
auth_uri: String
|
|
37
|
+
token_uri: String
|
|
38
|
+
auth_provider_x509_cert_url: String
|
|
39
|
+
client_x509_cert_url: String
|
|
40
|
+
universe_domain: String
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
"""
|
|
44
|
+
Queries: Integrations
|
|
45
|
+
"""
|
|
46
|
+
type IntegrationsQueries {
|
|
47
|
+
getDocument(driveId: String, docId: PHID): Integrations
|
|
48
|
+
getDocuments: [Integrations!]
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
type Query {
|
|
52
|
+
Integrations: IntegrationsQueries
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
"""
|
|
56
|
+
Mutations: Integrations
|
|
57
|
+
"""
|
|
58
|
+
type Mutation {
|
|
59
|
+
Integrations_createDocument(driveId: String, name: String): String
|
|
60
|
+
|
|
61
|
+
Integrations_setRequestFinance(
|
|
62
|
+
driveId: String
|
|
63
|
+
docId: PHID
|
|
64
|
+
input: Integrations_SetRequestFinanceInput
|
|
65
|
+
): Int
|
|
66
|
+
Integrations_setGnosisSafe(
|
|
67
|
+
driveId: String
|
|
68
|
+
docId: PHID
|
|
69
|
+
input: Integrations_SetGnosisSafeInput
|
|
70
|
+
): Int
|
|
71
|
+
Integrations_setGoogleCloud(
|
|
72
|
+
driveId: String
|
|
73
|
+
docId: PHID
|
|
74
|
+
input: Integrations_SetGoogleCloudInput
|
|
75
|
+
): Int
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
"""
|
|
79
|
+
Module: Integrations
|
|
80
|
+
"""
|
|
81
|
+
input Integrations_SetRequestFinanceInput {
|
|
82
|
+
apiKey: String
|
|
83
|
+
email: String
|
|
84
|
+
}
|
|
85
|
+
input Integrations_SetGnosisSafeInput {
|
|
86
|
+
safeAddress: EthereumAddress
|
|
87
|
+
signerPrivateKey: String
|
|
88
|
+
}
|
|
89
|
+
input Integrations_SetGoogleCloudInput {
|
|
90
|
+
projectId: String
|
|
91
|
+
location: String
|
|
92
|
+
processorId: String
|
|
93
|
+
keyFile: GoogleKeyFileInput
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
input GoogleKeyFileInput {
|
|
97
|
+
type: String
|
|
98
|
+
project_id: String
|
|
99
|
+
private_key_id: String
|
|
100
|
+
private_key: String
|
|
101
|
+
client_email: String
|
|
102
|
+
client_id: String
|
|
103
|
+
auth_uri: String
|
|
104
|
+
token_uri: String
|
|
105
|
+
auth_provider_x509_cert_url: String
|
|
106
|
+
client_x509_cert_url: String
|
|
107
|
+
universe_domain: String
|
|
108
|
+
}
|
|
109
|
+
`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/contributor-billing",
|
|
3
3
|
"description": "Document models that help contributors of open organisations get paid anonymously for their work on a monthly basis.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.46",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@google-cloud/documentai": "^8.12.0",
|
|
60
|
-
"@powerhousedao/builder-tools": "
|
|
61
|
-
"@powerhousedao/common": "
|
|
62
|
-
"@powerhousedao/design-system": "
|
|
63
|
-
"@powerhousedao/document-engineering": "^1.
|
|
60
|
+
"@powerhousedao/builder-tools": "^4.0.1",
|
|
61
|
+
"@powerhousedao/common": "^4.0.1",
|
|
62
|
+
"@powerhousedao/design-system": "^4.0.1",
|
|
63
|
+
"@powerhousedao/document-engineering": "^1.22.0",
|
|
64
64
|
"@react-pdf/renderer": "^4.3.0",
|
|
65
65
|
"@safe-global/api-kit": "^3.0.1",
|
|
66
66
|
"@safe-global/protocol-kit": "^6.0.3",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@types/cors": "^2.8.17",
|
|
71
71
|
"axios": "^1.9.0",
|
|
72
72
|
"cors": "^2.8.5",
|
|
73
|
-
"document-model": "
|
|
73
|
+
"document-model": "^4.0.1",
|
|
74
74
|
"dotenv": "^16.5.0",
|
|
75
75
|
"error": "^10.4.0",
|
|
76
76
|
"ethers": "^6.14.0",
|
|
@@ -85,18 +85,18 @@
|
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@eslint/js": "^9.25.0",
|
|
87
87
|
"@powerhousedao/analytics-engine-core": "^0.5.0",
|
|
88
|
-
"@powerhousedao/codegen": "
|
|
89
|
-
"@powerhousedao/ph-cli": "
|
|
90
|
-
"@powerhousedao/reactor-api": "
|
|
91
|
-
"@powerhousedao/reactor-browser": "
|
|
92
|
-
"@powerhousedao/reactor-local": "
|
|
93
|
-
"@powerhousedao/scalars": "
|
|
88
|
+
"@powerhousedao/codegen": "^4.0.1",
|
|
89
|
+
"@powerhousedao/ph-cli": "^4.0.1",
|
|
90
|
+
"@powerhousedao/reactor-api": "^4.0.1",
|
|
91
|
+
"@powerhousedao/reactor-browser": "^4.0.1",
|
|
92
|
+
"@powerhousedao/reactor-local": "^4.0.1",
|
|
93
|
+
"@powerhousedao/scalars": "^2.0.1",
|
|
94
94
|
"@tailwindcss/cli": "^4.1.8",
|
|
95
95
|
"@types/node": "^22.15.17",
|
|
96
96
|
"@types/react": "^19.1.4",
|
|
97
97
|
"@vitejs/plugin-react": "^4.4.1",
|
|
98
98
|
"bun-types": "^1.2.11",
|
|
99
|
-
"document-drive": "
|
|
99
|
+
"document-drive": "^4.0.1",
|
|
100
100
|
"eslint": "^9.25.0",
|
|
101
101
|
"eslint-plugin-react": "^7.37.5",
|
|
102
102
|
"eslint-plugin-react-hooks": "^5.2.0",
|