@strapi/review-workflows 0.0.0-experimental.cfda358b7f27015e34e739b8742a2962ae2e7aee → 0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5
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 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/review-workflows",
|
|
3
|
-
"version": "0.0.0-experimental.
|
|
3
|
+
"version": "0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5",
|
|
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.14",
|
|
57
57
|
"@strapi/icons": "2.0.0-rc.14",
|
|
58
|
-
"@strapi/utils": "0.0.0-experimental.
|
|
58
|
+
"@strapi/utils": "0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5",
|
|
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-experimental.
|
|
69
|
-
"@strapi/content-manager": "0.0.0-experimental.
|
|
68
|
+
"@strapi/admin": "0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5",
|
|
69
|
+
"@strapi/content-manager": "0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5",
|
|
70
70
|
"@strapi/pack-up": "5.0.2",
|
|
71
|
-
"@strapi/types": "0.0.0-experimental.
|
|
71
|
+
"@strapi/types": "0.0.0-experimental.d042f6a350fa3a48d61e7c56875e2a0a7ba3c8f5",
|
|
72
72
|
"@testing-library/react": "15.0.7",
|
|
73
73
|
"msw": "1.3.0",
|
|
74
74
|
"react": "18.3.1",
|
|
@@ -94,6 +94,5 @@
|
|
|
94
94
|
"kind": "plugin",
|
|
95
95
|
"displayName": "Review Workflows",
|
|
96
96
|
"required": true
|
|
97
|
-
}
|
|
98
|
-
"gitHead": "cfda358b7f27015e34e739b8742a2962ae2e7aee"
|
|
97
|
+
}
|
|
99
98
|
}
|