@strapi/plugin-documentation 5.2.0 → 5.4.0
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 +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@strapi/plugin-documentation",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.4.0",
|
4
4
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -55,10 +55,10 @@
|
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
57
|
"@reduxjs/toolkit": "1.9.7",
|
58
|
-
"@strapi/admin": "5.
|
59
|
-
"@strapi/design-system": "2.0.0-rc.
|
60
|
-
"@strapi/icons": "2.0.0-rc.
|
61
|
-
"@strapi/utils": "5.
|
58
|
+
"@strapi/admin": "5.4.0",
|
59
|
+
"@strapi/design-system": "2.0.0-rc.12",
|
60
|
+
"@strapi/icons": "2.0.0-rc.12",
|
61
|
+
"@strapi/utils": "5.4.0",
|
62
62
|
"bcryptjs": "2.4.3",
|
63
63
|
"cheerio": "^1.0.0-rc.12",
|
64
64
|
"formik": "2.4.5",
|
@@ -74,11 +74,11 @@
|
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
76
|
"@apidevtools/swagger-parser": "^10.1.0",
|
77
|
-
"@strapi/admin-test-utils": "5.
|
77
|
+
"@strapi/admin-test-utils": "5.4.0",
|
78
78
|
"@strapi/pack-up": "5.0.0",
|
79
79
|
"@strapi/sdk-plugin": "^5.0.0",
|
80
|
-
"@strapi/strapi": "5.
|
81
|
-
"@strapi/types": "5.
|
80
|
+
"@strapi/strapi": "5.4.0",
|
81
|
+
"@strapi/types": "5.4.0",
|
82
82
|
"@testing-library/react": "15.0.7",
|
83
83
|
"@testing-library/user-event": "14.5.2",
|
84
84
|
"@types/fs-extra": "11.0.4",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"styled-components": "6.1.8"
|
97
97
|
},
|
98
98
|
"peerDependencies": {
|
99
|
-
"@strapi/strapi": "^5.0.0
|
99
|
+
"@strapi/strapi": "^5.0.0",
|
100
100
|
"react": "^17.0.0 || ^18.0.0",
|
101
101
|
"react-dom": "^17.0.0 || ^18.0.0",
|
102
102
|
"react-router-dom": "^6.0.0",
|
@@ -112,5 +112,5 @@
|
|
112
112
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
113
113
|
"kind": "plugin"
|
114
114
|
},
|
115
|
-
"gitHead": "
|
115
|
+
"gitHead": "186981dd710bedbe48a84bd819f95f9764da61e1"
|
116
116
|
}
|