@comet/brevo-admin 3.0.0-canary-20241201122839 → 3.0.0-canary-20241202085543
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.gql.js +1 -1
- package/lib/brevoConfiguration/BrevoConfigForm.js +8 -8
- package/lib/brevoConfiguration/BrevoConfigPage.js +1 -1
- package/lib/brevoContacts/BrevoContactsGrid.js +16 -16
- package/lib/brevoContacts/BrevoContactsPage.js +1 -1
- package/lib/brevoContacts/form/BrevoContactForm.gql.js +1 -1
- package/lib/brevoContacts/form/BrevoContactForm.js +12 -12
- package/lib/common/BrevoConfigProvider.js +3 -3
- package/lib/common/contactImport/useContactImportFromCsv.gql.js +1 -1
- package/lib/common/contactImport/useContactImportFromCsv.js +15 -15
- package/lib/emailCampaigns/EmailCampaignsGrid.js +10 -10
- package/lib/emailCampaigns/EmailCampaignsPage.js +1 -1
- package/lib/emailCampaigns/SendingStateColumn.js +1 -1
- package/lib/emailCampaigns/form/ConfigFields.js +1 -1
- package/lib/emailCampaigns/form/EmailCampaignForm.gql.js +1 -1
- package/lib/emailCampaigns/form/EmailCampaignForm.js +16 -16
- package/lib/emailCampaigns/form/SendEmailCampaignNowDialog.js +1 -1
- package/lib/emailCampaigns/form/SendManagerFields.gql.js +1 -1
- package/lib/emailCampaigns/form/SendManagerFields.js +12 -12
- package/lib/emailCampaigns/form/SendManagerWrapper.gql.js +1 -1
- package/lib/emailCampaigns/form/SendManagerWrapper.js +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.gql.js +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.js +5 -5
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.gql.js +1 -1
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.js +1 -1
- package/lib/emailCampaigns/statistics/PercentageCard.js +1 -1
- package/lib/emailCampaigns/view/EmailCampaignView.gql.js +1 -1
- package/lib/emailCampaigns/view/EmailCampaignView.js +3 -3
- package/lib/targetGroups/TargetGroupDialog.gql.js +1 -1
- package/lib/targetGroups/TargetGroupDialog.js +7 -7
- package/lib/targetGroups/TargetGroupForm.gql.js +1 -1
- package/lib/targetGroups/TargetGroupForm.js +10 -10
- package/lib/targetGroups/TargetGroupsGrid.js +16 -16
- package/lib/targetGroups/TargetGroupsPage.js +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.gql.js +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.js +11 -11
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.gql.js +1 -1
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.js +3 -3
- package/lib/temp/CrudMoreActionsMenu.js +9 -9
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/brevo-admin",
|
|
3
|
-
"version": "3.0.0-canary-
|
|
3
|
+
"version": "3.0.0-canary-20241202085543",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/vivid-planet/comet-brevo-module/",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@apollo/client": "^3.11.8",
|
|
23
|
-
"@babel/cli": "^7.
|
|
24
|
-
"@babel/core": "^7.
|
|
23
|
+
"@babel/cli": "^7.25.9",
|
|
24
|
+
"@babel/core": "^7.26.0",
|
|
25
25
|
"@comet/admin": "^7.7.0",
|
|
26
26
|
"@comet/admin-babel-preset": "^7.7.0",
|
|
27
27
|
"@comet/admin-date-time": "^7.7.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@emotion/react": "^11.9.3",
|
|
33
33
|
"@emotion/styled": "^11.9.3",
|
|
34
34
|
"@graphql-codegen/cli": "^2.16.5",
|
|
35
|
-
"@mui/icons-material": "^5.8
|
|
35
|
+
"@mui/icons-material": "^5.16.8",
|
|
36
36
|
"@mui/material": "^5.16.7",
|
|
37
37
|
"@mui/system": "^5.16.7",
|
|
38
38
|
"@mui/x-data-grid": "^5.17.26",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"react-dom": "^17.0",
|
|
54
54
|
"react-final-form": "^6.3.1",
|
|
55
55
|
"react-intl": "^5.25.1",
|
|
56
|
-
"react-router": "^5.
|
|
57
|
-
"react-router-dom": "^5.
|
|
56
|
+
"react-router": "^5.3.4",
|
|
57
|
+
"react-router-dom": "^5.3.4",
|
|
58
58
|
"rimraf": "^3.0.2",
|
|
59
59
|
"typescript": "^4.9.5"
|
|
60
60
|
},
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@comet/cms-admin": "^7.7.0",
|
|
68
68
|
"@emotion/react": "^11.9.3",
|
|
69
69
|
"@emotion/styled": "^11.9.3",
|
|
70
|
-
"@mui/icons-material": "^5.8
|
|
70
|
+
"@mui/icons-material": "^5.16.8",
|
|
71
71
|
"@mui/material": "^5.16.7",
|
|
72
72
|
"@mui/system": "^5.16.7",
|
|
73
73
|
"@mui/x-data-grid": "^5.17.26",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"react-dom": "^17.0",
|
|
82
82
|
"react-final-form": "^6.3.1",
|
|
83
83
|
"react-intl": "^5.0.0 || ^6.0.0",
|
|
84
|
-
"react-router": "^5.
|
|
85
|
-
"react-router-dom": "^5.
|
|
84
|
+
"react-router": "^5.3.4",
|
|
85
|
+
"react-router-dom": "^5.3.4"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public",
|