@strapi/email 0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82 → 0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/email",
3
- "version": "0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82",
3
+ "version": "0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4",
4
4
  "description": "Easily configure your Strapi application to send emails.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,10 +56,10 @@
56
56
  "watch": "run -T rollup -c -w"
57
57
  },
58
58
  "dependencies": {
59
- "@strapi/design-system": "2.0.0-rc.25",
60
- "@strapi/icons": "2.0.0-rc.25",
61
- "@strapi/provider-email-sendmail": "0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82",
62
- "@strapi/utils": "0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82",
59
+ "@strapi/design-system": "2.0.0-rc.27",
60
+ "@strapi/icons": "2.0.0-rc.27",
61
+ "@strapi/provider-email-sendmail": "0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4",
62
+ "@strapi/utils": "0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4",
63
63
  "koa2-ratelimit": "^1.1.3",
64
64
  "lodash": "4.17.21",
65
65
  "react-intl": "6.6.2",
@@ -67,8 +67,8 @@
67
67
  "yup": "0.32.9"
68
68
  },
69
69
  "devDependencies": {
70
- "@strapi/admin": "0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82",
71
- "@strapi/types": "0.0.0-next.ebcac74d516f1eac8973e3621367a9515e76ca82",
70
+ "@strapi/admin": "0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4",
71
+ "@strapi/types": "0.0.0-next.ed7c7c54ff46bcd4c15cc57d65066008685aefd4",
72
72
  "@testing-library/react": "15.0.7",
73
73
  "@types/koa": "2.13.4",
74
74
  "@types/lodash": "^4.14.191",