@strapi/review-workflows 0.0.0-next.63ac2488522fc5d934952d9f1fe5f900131316dd → 0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b
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.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b",
|
|
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.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b",
|
|
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.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b",
|
|
69
|
+
"@strapi/content-manager": "0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b",
|
|
70
70
|
"@strapi/pack-up": "5.0.0",
|
|
71
|
-
"@strapi/types": "0.0.0-next.
|
|
71
|
+
"@strapi/types": "0.0.0-next.6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b",
|
|
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": "6d1431fe2a53b80b47ad9f00187cd7bae9d5f46b"
|
|
100
100
|
}
|