@strapi/review-workflows 0.0.0-next.3c5bc3f35387771b185349533729e99e6e59c525 → 0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/review-workflows",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c",
|
|
4
4
|
"description": "Review workflows for your content",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@reduxjs/toolkit": "1.9.7",
|
|
56
56
|
"@strapi/design-system": "2.0.0-rc.11",
|
|
57
57
|
"@strapi/icons": "2.0.0-rc.11",
|
|
58
|
-
"@strapi/utils": "0.0.0-next.
|
|
58
|
+
"@strapi/utils": "0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c",
|
|
59
59
|
"fractional-indexing": "3.2.0",
|
|
60
60
|
"react-dnd": "16.0.1",
|
|
61
61
|
"react-dnd-html5-backend": "16.0.1",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"yup": "0.32.9"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@strapi/admin": "0.0.0-next.
|
|
69
|
-
"@strapi/content-manager": "0.0.0-next.
|
|
68
|
+
"@strapi/admin": "0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c",
|
|
69
|
+
"@strapi/content-manager": "0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c",
|
|
70
70
|
"@strapi/pack-up": "5.0.0",
|
|
71
|
-
"@strapi/types": "0.0.0-next.
|
|
71
|
+
"@strapi/types": "0.0.0-next.4052765aa209dd4f3d92b81baee295fc0213c04c",
|
|
72
72
|
"@strapi/utils": "workspace:*",
|
|
73
73
|
"@testing-library/react": "15.0.7",
|
|
74
74
|
"msw": "1.3.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"displayName": "Review Workflows",
|
|
97
97
|
"required": true
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "4052765aa209dd4f3d92b81baee295fc0213c04c"
|
|
100
100
|
}
|