@strapi/review-workflows 0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1 → 0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/review-workflows",
3
- "version": "0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1",
3
+ "version": "0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137",
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.53c97b9b27dcd99739ba6e68872791c982c3a6e1",
58
+ "@strapi/utils": "0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137",
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.53c97b9b27dcd99739ba6e68872791c982c3a6e1",
69
- "@strapi/content-manager": "0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1",
68
+ "@strapi/admin": "0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137",
69
+ "@strapi/content-manager": "0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137",
70
70
  "@strapi/pack-up": "5.0.0",
71
- "@strapi/types": "0.0.0-next.53c97b9b27dcd99739ba6e68872791c982c3a6e1",
71
+ "@strapi/types": "0.0.0-next.5d4d8671a4141a722aa70f22022a255988f07137",
72
72
  "@strapi/utils": "workspace:*",
73
73
  "@testing-library/react": "15.0.7",
74
74
  "msw": "1.3.0",
@@ -86,7 +86,7 @@
86
86
  "styled-components": "^6.0.0"
87
87
  },
88
88
  "engines": {
89
- "node": ">=18.0.0 <=20.x.x",
89
+ "node": ">=18.0.0 <=22.x.x",
90
90
  "npm": ">=6.0.0"
91
91
  },
92
92
  "strapi": {
@@ -96,5 +96,5 @@
96
96
  "displayName": "Review Workflows",
97
97
  "required": true
98
98
  },
99
- "gitHead": "53c97b9b27dcd99739ba6e68872791c982c3a6e1"
99
+ "gitHead": "5d4d8671a4141a722aa70f22022a255988f07137"
100
100
  }