@strapi/email 0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a → 0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad

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 (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/email",
3
- "version": "0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a",
3
+ "version": "0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad",
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.f698d55751345c4ca87477ef683475c1a68f310a",
58
- "@strapi/utils": "0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a",
57
+ "@strapi/provider-email-sendmail": "0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad",
58
+ "@strapi/utils": "0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad",
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.f698d55751345c4ca87477ef683475c1a68f310a",
65
+ "@strapi/admin": "0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad",
66
66
  "@strapi/pack-up": "5.0.2",
67
- "@strapi/types": "0.0.0-next.f698d55751345c4ca87477ef683475c1a68f310a",
67
+ "@strapi/types": "0.0.0-next.fc1775f7731f8999840e56e298a216b9a6c5c4ad",
68
68
  "@testing-library/react": "15.0.7",
69
69
  "@types/koa": "2.13.4",
70
70
  "@types/lodash": "^4.14.191",
@@ -94,6 +94,5 @@
94
94
  "description": "Configure your application to send emails.",
95
95
  "required": true,
96
96
  "kind": "plugin"
97
- },
98
- "gitHead": "f698d55751345c4ca87477ef683475c1a68f310a"
97
+ }
99
98
  }