@comet/brevo-admin 9.0.0-beta.1 → 9.0.0-beta.3
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/lib/brevoConfiguration/BrevoConfigForm.d.ts.map +1 -1
- package/lib/brevoConfiguration/BrevoConfigForm.js +5 -2
- package/lib/brevoContacts/BrevoContactsGrid.d.ts +2 -2
- package/lib/brevoContacts/BrevoContactsGrid.d.ts.map +1 -1
- package/lib/brevoContacts/BrevoContactsGrid.js +7 -4
- package/lib/brevoContacts/BrevoContactsPage.d.ts +2 -2
- package/lib/brevoContacts/BrevoContactsPage.d.ts.map +1 -1
- package/lib/brevoTestContacts/BrevoTestContactsGrid.d.ts +2 -2
- package/lib/brevoTestContacts/BrevoTestContactsGrid.d.ts.map +1 -1
- package/lib/brevoTestContacts/BrevoTestContactsGrid.js +7 -4
- package/lib/brevoTestContacts/BrevoTestContactsPage.d.ts +2 -2
- package/lib/brevoTestContacts/BrevoTestContactsPage.d.ts.map +1 -1
- package/lib/brevoTestContacts/form/BrevoTestContactForm.d.ts.map +1 -1
- package/lib/brevoTestContacts/form/BrevoTestContactForm.js +3 -1
- package/lib/common/contactImport/useContactImportFromCsv.d.ts +2 -2
- package/lib/common/contactImport/useContactImportFromCsv.d.ts.map +1 -1
- package/lib/common/contactImport/useContactImportFromCsv.js +1 -1
- package/lib/configVerification/ConfigVerification.d.ts +2 -2
- package/lib/configVerification/ConfigVerification.d.ts.map +1 -1
- package/lib/configVerification/ConfigVerification.js +3 -1
- package/lib/emailCampaigns/EmailCampaignsGrid.d.ts +2 -2
- package/lib/emailCampaigns/EmailCampaignsGrid.d.ts.map +1 -1
- package/lib/emailCampaigns/EmailCampaignsGrid.js +7 -4
- package/lib/emailCampaigns/SendingStateColumn.d.ts +1 -1
- package/lib/emailCampaigns/SendingStateColumn.d.ts.map +1 -1
- package/lib/emailCampaigns/SendingStateColumn.js +5 -5
- package/lib/emailCampaigns/form/EmailCampaignForm.d.ts.map +1 -1
- package/lib/emailCampaigns/form/EmailCampaignForm.js +3 -1
- package/lib/emailCampaigns/form/SendManagerFields.d.ts.map +1 -1
- package/lib/emailCampaigns/form/SendManagerFields.js +3 -1
- package/lib/emailCampaigns/form/SendManagerWrapper.d.ts +2 -2
- package/lib/emailCampaigns/form/SendManagerWrapper.d.ts.map +1 -1
- package/lib/emailCampaigns/form/SendManagerWrapper.js +3 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.d.ts +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.d.ts.map +1 -1
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.d.ts +1 -1
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.d.ts.map +1 -1
- package/lib/emailCampaigns/statistics/PercentageCard.d.ts +1 -1
- package/lib/emailCampaigns/statistics/PercentageCard.d.ts.map +1 -1
- package/lib/emailCampaigns/statistics/PercentageCard.js +6 -6
- package/lib/emailCampaigns/view/EmailCampaignView.d.ts.map +1 -1
- package/lib/emailCampaigns/view/EmailCampaignView.js +3 -1
- package/lib/targetGroups/TargetGroupDialog.d.ts +2 -2
- package/lib/targetGroups/TargetGroupDialog.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupForm.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupForm.js +3 -1
- package/lib/targetGroups/TargetGroupsGrid.d.ts +3 -3
- package/lib/targetGroups/TargetGroupsGrid.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupsGrid.js +10 -5
- package/lib/targetGroups/TargetGroupsPage.d.ts +2 -2
- package/lib/targetGroups/TargetGroupsPage.d.ts.map +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.d.ts +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.d.ts.map +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.js +18 -8
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.d.ts +2 -2
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.d.ts.map +1 -1
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.js +7 -4
- package/package.json +17 -13
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/brevo-admin",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/vivid-planet/comet/",
|
|
7
7
|
"directory": "packages/admin/brevo-admin"
|
|
8
8
|
},
|
|
9
9
|
"license": "BSD-2-Clause",
|
|
10
|
+
"sideEffects": false,
|
|
10
11
|
"type": "module",
|
|
11
12
|
"exports": {
|
|
12
13
|
".": {
|
|
@@ -20,10 +21,10 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"date-fns": "^4.1.0",
|
|
22
23
|
"react-dropzone": "^14.2.3",
|
|
23
|
-
"@comet/admin": "9.0.0-beta.
|
|
24
|
-
"@comet/admin-date-time": "9.0.0-beta.
|
|
25
|
-
"@comet/admin-icons": "9.0.0-beta.
|
|
26
|
-
"@comet/cms-admin": "9.0.0-beta.
|
|
24
|
+
"@comet/admin": "9.0.0-beta.3",
|
|
25
|
+
"@comet/admin-date-time": "9.0.0-beta.3",
|
|
26
|
+
"@comet/admin-icons": "9.0.0-beta.3",
|
|
27
|
+
"@comet/cms-admin": "9.0.0-beta.3"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
30
|
"@apollo/client": "^3.14.1",
|
|
@@ -38,9 +39,9 @@
|
|
|
38
39
|
"@graphql-codegen/typescript-operations": "^4.6.1",
|
|
39
40
|
"@mui/material": "^7.3.5",
|
|
40
41
|
"@mui/system": "^7.3.5",
|
|
41
|
-
"@mui/x-data-grid": "^
|
|
42
|
-
"@mui/x-data-grid-pro": "^
|
|
43
|
-
"@mui/x-date-pickers": "^
|
|
42
|
+
"@mui/x-data-grid": "^8.28.2",
|
|
43
|
+
"@mui/x-data-grid-pro": "^8.28.3",
|
|
44
|
+
"@mui/x-date-pickers": "^8.28.4",
|
|
44
45
|
"@types/react": "^19.2.10",
|
|
45
46
|
"@types/react-dom": "^19.2.3",
|
|
46
47
|
"@types/react-router": "^5.1.20",
|
|
@@ -58,17 +59,17 @@
|
|
|
58
59
|
"react-router": "^5.3.4",
|
|
59
60
|
"react-router-dom": "^5.3.4",
|
|
60
61
|
"typescript": "^5.9.3",
|
|
61
|
-
"@comet/admin-babel-preset": "9.0.0-beta.
|
|
62
|
-
"@comet/eslint-config": "9.0.0-beta.
|
|
62
|
+
"@comet/admin-babel-preset": "9.0.0-beta.3",
|
|
63
|
+
"@comet/eslint-config": "9.0.0-beta.3"
|
|
63
64
|
},
|
|
64
65
|
"peerDependencies": {
|
|
65
66
|
"@apollo/client": "^3.7.0",
|
|
66
67
|
"@emotion/react": "^11.5.0",
|
|
67
68
|
"@emotion/styled": "^11.3.0",
|
|
68
69
|
"@mui/material": "^7.0.0",
|
|
69
|
-
"@mui/x-data-grid": "^
|
|
70
|
-
"@mui/x-data-grid-pro": "^
|
|
71
|
-
"@mui/x-date-pickers": "^
|
|
70
|
+
"@mui/x-data-grid": "^8.0.0",
|
|
71
|
+
"@mui/x-data-grid-pro": "^8.0.0",
|
|
72
|
+
"@mui/x-date-pickers": "^8.0.0",
|
|
72
73
|
"final-form": "^4.0.0",
|
|
73
74
|
"graphql": "^15.0.0 || ^16.0.0",
|
|
74
75
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
@@ -96,6 +97,9 @@
|
|
|
96
97
|
"lint": "run-p gql:types generate-block-types && run-p lint:prettier lint:eslint lint:tsc",
|
|
97
98
|
"lint:ci": "pnpm run lint",
|
|
98
99
|
"lint:eslint": "eslint --max-warnings 0 src/ '**/*.json' --no-warn-ignored",
|
|
100
|
+
"lint:fix": "run-p lint:fix:eslint lint:fix:prettier",
|
|
101
|
+
"lint:fix:eslint": "pnpm run lint:eslint --fix",
|
|
102
|
+
"lint:fix:prettier": "pnpm run lint:prettier --write",
|
|
99
103
|
"lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
|
|
100
104
|
"lint:tsc": "tsc --noEmit",
|
|
101
105
|
"start": "run-p gql:types generate-block-types && run-p start:babel start:types",
|