@comet/brevo-admin 3.0.0-canary-20241126120214 → 3.0.0-canary-20241201123208

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.
Files changed (40) hide show
  1. package/lib/brevoConfiguration/BrevoConfigForm.gql.js +1 -1
  2. package/lib/brevoConfiguration/BrevoConfigForm.js +8 -8
  3. package/lib/brevoConfiguration/BrevoConfigPage.js +1 -1
  4. package/lib/brevoContacts/BrevoContactsGrid.js +16 -16
  5. package/lib/brevoContacts/BrevoContactsPage.js +1 -1
  6. package/lib/brevoContacts/form/BrevoContactForm.gql.js +1 -1
  7. package/lib/brevoContacts/form/BrevoContactForm.js +12 -12
  8. package/lib/common/BrevoConfigProvider.js +3 -3
  9. package/lib/common/contactImport/useContactImportFromCsv.gql.js +1 -1
  10. package/lib/common/contactImport/useContactImportFromCsv.js +15 -15
  11. package/lib/emailCampaigns/EmailCampaignsGrid.js +10 -10
  12. package/lib/emailCampaigns/EmailCampaignsPage.js +1 -1
  13. package/lib/emailCampaigns/SendingStateColumn.js +1 -1
  14. package/lib/emailCampaigns/form/ConfigFields.js +1 -1
  15. package/lib/emailCampaigns/form/EmailCampaignForm.gql.js +1 -1
  16. package/lib/emailCampaigns/form/EmailCampaignForm.js +16 -16
  17. package/lib/emailCampaigns/form/SendEmailCampaignNowDialog.js +1 -1
  18. package/lib/emailCampaigns/form/SendManagerFields.gql.js +1 -1
  19. package/lib/emailCampaigns/form/SendManagerFields.js +12 -12
  20. package/lib/emailCampaigns/form/SendManagerWrapper.gql.js +1 -1
  21. package/lib/emailCampaigns/form/SendManagerWrapper.js +1 -1
  22. package/lib/emailCampaigns/form/TestEmailCampaignForm.gql.js +1 -1
  23. package/lib/emailCampaigns/form/TestEmailCampaignForm.js +5 -5
  24. package/lib/emailCampaigns/statistics/EmailCampaignStatistics.gql.js +1 -1
  25. package/lib/emailCampaigns/statistics/EmailCampaignStatistics.js +1 -1
  26. package/lib/emailCampaigns/statistics/PercentageCard.js +1 -1
  27. package/lib/emailCampaigns/view/EmailCampaignView.gql.js +1 -1
  28. package/lib/emailCampaigns/view/EmailCampaignView.js +3 -3
  29. package/lib/targetGroups/TargetGroupDialog.gql.js +1 -1
  30. package/lib/targetGroups/TargetGroupDialog.js +7 -7
  31. package/lib/targetGroups/TargetGroupForm.gql.js +1 -1
  32. package/lib/targetGroups/TargetGroupForm.js +10 -10
  33. package/lib/targetGroups/TargetGroupsGrid.js +16 -16
  34. package/lib/targetGroups/TargetGroupsPage.js +1 -1
  35. package/lib/targetGroups/addContacts/AddContactsGridSelect.gql.js +1 -1
  36. package/lib/targetGroups/addContacts/AddContactsGridSelect.js +11 -11
  37. package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.gql.js +1 -1
  38. package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.js +3 -3
  39. package/lib/temp/CrudMoreActionsMenu.js +9 -9
  40. 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-20241126120214",
3
+ "version": "3.0.0-canary-20241201123208",
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.17.6",
24
- "@babel/core": "^7.20.12",
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.4",
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.1.2",
57
- "react-router-dom": "^5.1.2",
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.4",
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.1.2",
85
- "react-router-dom": "^5.1.2"
84
+ "react-router": "^5.3.4",
85
+ "react-router-dom": "^5.3.4"
86
86
  },
87
87
  "publishConfig": {
88
88
  "access": "public",