@strapi/email 0.0.0-next.d6ed4fcf2c833656b8c91a90909c1e77c79379e5 → 0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/email",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca",
|
|
4
4
|
"description": "Easily configure your Strapi application to send emails.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@strapi/design-system": "2.0.0-rc.14",
|
|
56
56
|
"@strapi/icons": "2.0.0-rc.14",
|
|
57
|
-
"@strapi/provider-email-sendmail": "0.0.0-next.
|
|
58
|
-
"@strapi/utils": "0.0.0-next.
|
|
57
|
+
"@strapi/provider-email-sendmail": "0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca",
|
|
58
|
+
"@strapi/utils": "0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca",
|
|
59
59
|
"lodash": "4.17.21",
|
|
60
60
|
"react-intl": "6.6.2",
|
|
61
61
|
"react-query": "3.39.3",
|
|
62
62
|
"yup": "0.32.9"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@strapi/admin": "0.0.0-next.
|
|
65
|
+
"@strapi/admin": "0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca",
|
|
66
66
|
"@strapi/pack-up": "5.0.2",
|
|
67
|
-
"@strapi/types": "0.0.0-next.
|
|
67
|
+
"@strapi/types": "0.0.0-next.e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca",
|
|
68
68
|
"@testing-library/react": "15.0.7",
|
|
69
69
|
"@types/koa": "2.13.4",
|
|
70
70
|
"@types/lodash": "^4.14.191",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"required": true,
|
|
96
96
|
"kind": "plugin"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "e8d8fc824d0f6a695b2a9ebaa4680ed21c3645ca"
|
|
99
99
|
}
|