@strapi/content-releases 0.0.0-next.c413ad99ebbe0daee2c100635f50a25d9c0bf4d1 → 0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/content-releases",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
4
4
|
"description": "Strapi plugin for organizing and releasing content",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@reduxjs/toolkit": "1.9.7",
|
|
58
58
|
"@strapi/design-system": "1.18.0",
|
|
59
|
-
"@strapi/helper-plugin": "0.0.0-next.
|
|
59
|
+
"@strapi/helper-plugin": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
60
60
|
"@strapi/icons": "1.18.0",
|
|
61
|
-
"@strapi/types": "0.0.0-next.
|
|
62
|
-
"@strapi/utils": "0.0.0-next.
|
|
61
|
+
"@strapi/types": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
62
|
+
"@strapi/utils": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
63
63
|
"axios": "1.6.0",
|
|
64
64
|
"date-fns": "2.30.0",
|
|
65
65
|
"date-fns-tz": "2.0.0",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"yup": "0.32.9"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@strapi/admin": "0.0.0-next.
|
|
75
|
-
"@strapi/admin-test-utils": "0.0.0-next.
|
|
74
|
+
"@strapi/admin": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
75
|
+
"@strapi/admin-test-utils": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
76
76
|
"@strapi/pack-up": "4.23.0",
|
|
77
|
-
"@strapi/strapi": "0.0.0-next.
|
|
77
|
+
"@strapi/strapi": "0.0.0-next.c80d4d9b205f7844215758ba333894819685e6c1",
|
|
78
78
|
"@testing-library/react": "14.0.0",
|
|
79
79
|
"@testing-library/user-event": "14.4.3",
|
|
80
80
|
"@types/koa": "2.13.4",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"displayName": "Releases",
|
|
112
112
|
"required": true
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "c80d4d9b205f7844215758ba333894819685e6c1"
|
|
115
115
|
}
|