@strapi/review-workflows 5.4.2 → 5.5.1
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/dist/_chunks/{Layout-ywt0cSLq.js → Layout-DAfX35xh.js} +3 -4
- package/dist/_chunks/{Layout-ywt0cSLq.js.map → Layout-DAfX35xh.js.map} +1 -1
- package/dist/_chunks/{Layout-DU1Rt4Mu.mjs → Layout-DTcaK6xT.mjs} +2 -2
- package/dist/_chunks/{Layout-DU1Rt4Mu.mjs.map → Layout-DTcaK6xT.mjs.map} +1 -1
- package/dist/_chunks/{id-StiN3nkI.js → id-CKzKf6TF.js} +7 -11
- package/dist/_chunks/{id-StiN3nkI.js.map → id-CKzKf6TF.js.map} +1 -1
- package/dist/_chunks/{id-MDQVDdXD.mjs → id-CeWP_af0.mjs} +6 -9
- package/dist/_chunks/{id-MDQVDdXD.mjs.map → id-CeWP_af0.mjs.map} +1 -1
- package/dist/_chunks/{index-BSsDJNiQ.js → index-BsGVnBaL.js} +15 -10
- package/dist/_chunks/{index-BSsDJNiQ.js.map → index-BsGVnBaL.js.map} +1 -1
- package/dist/_chunks/{index-CsOMMJ--.mjs → index-Dv9tQUGq.mjs} +4 -5
- package/dist/_chunks/{index-CsOMMJ--.mjs.map → index-Dv9tQUGq.mjs.map} +1 -1
- package/dist/_chunks/{index-BRmc4tbQ.mjs → index-DzQoUVQo.mjs} +14 -8
- package/dist/_chunks/{index-BRmc4tbQ.mjs.map → index-DzQoUVQo.mjs.map} +1 -1
- package/dist/_chunks/{index-dc2WfugK.js → index-bL6TS44K.js} +5 -7
- package/dist/_chunks/{index-dc2WfugK.js.map → index-bL6TS44K.js.map} +1 -1
- package/dist/_chunks/{purchase-review-workflows-DlCDg0fD.js → purchase-review-workflows-KiBiYXNZ.js} +2 -2
- package/dist/_chunks/{purchase-review-workflows-DlCDg0fD.js.map → purchase-review-workflows-KiBiYXNZ.js.map} +1 -1
- package/dist/_chunks/{purchase-review-workflows-BN-5Ube7.mjs → purchase-review-workflows-WyeSs4Y4.mjs} +2 -2
- package/dist/_chunks/{purchase-review-workflows-BN-5Ube7.mjs.map → purchase-review-workflows-WyeSs4Y4.mjs.map} +1 -1
- package/dist/_chunks/{router-CZH4yq9s.mjs → router-BUgAAtkq.mjs} +3 -3
- package/dist/_chunks/{router-CZH4yq9s.mjs.map → router-BUgAAtkq.mjs.map} +1 -1
- package/dist/_chunks/{router-C5QvEzrI.js → router-DOrCMw1R.js} +3 -3
- package/dist/_chunks/{router-C5QvEzrI.js.map → router-DOrCMw1R.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +275 -520
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +275 -520
- package/dist/server/index.mjs.map +1 -1
- package/package.json +9 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/review-workflows",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"description": "Review workflows for your content",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@reduxjs/toolkit": "1.9.7",
|
|
56
|
-
"@strapi/design-system": "2.0.0-rc.
|
|
57
|
-
"@strapi/icons": "2.0.0-rc.
|
|
58
|
-
"@strapi/utils": "5.
|
|
56
|
+
"@strapi/design-system": "2.0.0-rc.14",
|
|
57
|
+
"@strapi/icons": "2.0.0-rc.14",
|
|
58
|
+
"@strapi/utils": "5.5.1",
|
|
59
59
|
"fractional-indexing": "3.2.0",
|
|
60
60
|
"react-dnd": "16.0.1",
|
|
61
61
|
"react-dnd-html5-backend": "16.0.1",
|
|
@@ -65,11 +65,10 @@
|
|
|
65
65
|
"yup": "0.32.9"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@strapi/admin": "5.
|
|
69
|
-
"@strapi/content-manager": "5.
|
|
70
|
-
"@strapi/pack-up": "5.0.
|
|
71
|
-
"@strapi/types": "5.
|
|
72
|
-
"@strapi/utils": "workspace:*",
|
|
68
|
+
"@strapi/admin": "5.5.1",
|
|
69
|
+
"@strapi/content-manager": "5.5.1",
|
|
70
|
+
"@strapi/pack-up": "5.0.2",
|
|
71
|
+
"@strapi/types": "5.5.1",
|
|
73
72
|
"@testing-library/react": "15.0.7",
|
|
74
73
|
"msw": "1.3.0",
|
|
75
74
|
"react": "18.3.1",
|
|
@@ -95,6 +94,5 @@
|
|
|
95
94
|
"kind": "plugin",
|
|
96
95
|
"displayName": "Review Workflows",
|
|
97
96
|
"required": true
|
|
98
|
-
}
|
|
99
|
-
"gitHead": "6b5242714b3612e0bd49ddc4f14205d6505eb5b9"
|
|
97
|
+
}
|
|
100
98
|
}
|