@strapi/admin 5.0.1 → 5.0.2
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/admin",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Strapi Admin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"@reduxjs/toolkit": "1.9.7",
|
|
83
83
|
"@strapi/design-system": "2.0.0-rc.11",
|
|
84
84
|
"@strapi/icons": "2.0.0-rc.11",
|
|
85
|
-
"@strapi/permissions": "5.0.
|
|
86
|
-
"@strapi/types": "5.0.
|
|
87
|
-
"@strapi/typescript-utils": "5.0.
|
|
88
|
-
"@strapi/utils": "5.0.
|
|
85
|
+
"@strapi/permissions": "5.0.2",
|
|
86
|
+
"@strapi/types": "5.0.2",
|
|
87
|
+
"@strapi/typescript-utils": "5.0.2",
|
|
88
|
+
"@strapi/utils": "5.0.2",
|
|
89
89
|
"@testing-library/dom": "10.1.0",
|
|
90
90
|
"@testing-library/react": "15.0.7",
|
|
91
91
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"zod": "^3.22.4"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
|
-
"@strapi/admin-test-utils": "5.0.
|
|
144
|
-
"@strapi/data-transfer": "5.0.
|
|
143
|
+
"@strapi/admin-test-utils": "5.0.2",
|
|
144
|
+
"@strapi/data-transfer": "5.0.2",
|
|
145
145
|
"@strapi/pack-up": "5.0.0",
|
|
146
146
|
"@types/codemirror5": "npm:@types/codemirror@^5.60.15",
|
|
147
147
|
"@types/fs-extra": "11.0.4",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"react-dom": "18.3.1",
|
|
165
165
|
"react-router-dom": "6.22.3",
|
|
166
166
|
"styled-components": "6.1.8",
|
|
167
|
-
"vite": "5.
|
|
167
|
+
"vite": "5.2.14",
|
|
168
168
|
"vite-plugin-dts": "3.7.3"
|
|
169
169
|
},
|
|
170
170
|
"peerDependencies": {
|
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"gitHead": "
|
|
190
|
+
"gitHead": "8c4b6f27a0fb2da36a8eaa661ecdaf2eef25b72d"
|
|
191
191
|
}
|