@strapi/content-releases 0.0.0-next.bbb5d9ccd74376825743893bf92696f0e4e6cfb7 → 0.0.0-next.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce
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.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
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.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
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.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
62
|
+
"@strapi/utils": "0.0.0-next.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
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.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
75
|
+
"@strapi/admin-test-utils": "0.0.0-next.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
76
76
|
"@strapi/pack-up": "4.23.0",
|
|
77
|
-
"@strapi/strapi": "0.0.0-next.
|
|
77
|
+
"@strapi/strapi": "0.0.0-next.ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce",
|
|
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": "ca6c7c80ec0b8e77d4b03cd0411e5302de26b8ce"
|
|
115
115
|
}
|