@strapi/email 0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c → 0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/email",
3
- "version": "0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c",
3
+ "version": "0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6",
4
4
  "description": "Easily configure your Strapi application to send emails.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -52,19 +52,19 @@
52
52
  "watch": "pack-up watch"
53
53
  },
54
54
  "dependencies": {
55
- "@strapi/design-system": "2.0.0-rc.11",
56
- "@strapi/icons": "2.0.0-rc.11",
57
- "@strapi/provider-email-sendmail": "0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c",
58
- "@strapi/utils": "0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c",
55
+ "@strapi/design-system": "2.0.0-rc.14",
56
+ "@strapi/icons": "2.0.0-rc.14",
57
+ "@strapi/provider-email-sendmail": "0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6",
58
+ "@strapi/utils": "0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6",
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.ee56af7ae29770097422de95c0d5500908dce15c",
65
+ "@strapi/admin": "0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6",
66
66
  "@strapi/pack-up": "5.0.0",
67
- "@strapi/types": "0.0.0-next.ee56af7ae29770097422de95c0d5500908dce15c",
67
+ "@strapi/types": "0.0.0-next.f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6",
68
68
  "@testing-library/react": "15.0.7",
69
69
  "@types/koa": "2.13.4",
70
70
  "@types/lodash": "^4.14.191",
@@ -77,7 +77,7 @@
77
77
  "styled-components": "6.1.8"
78
78
  },
79
79
  "peerDependencies": {
80
- "@strapi/admin": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
80
+ "@strapi/admin": "^5.0.0",
81
81
  "koa": "2.13.4",
82
82
  "react": "^17.0.0 || ^18.0.0",
83
83
  "react-dom": "^17.0.0 || ^18.0.0",
@@ -95,5 +95,5 @@
95
95
  "required": true,
96
96
  "kind": "plugin"
97
97
  },
98
- "gitHead": "ee56af7ae29770097422de95c0d5500908dce15c"
98
+ "gitHead": "f0a0bc26f5ef0693aaea2a616bc6b816cfee54b6"
99
99
  }