@strapi/plugin-documentation 0.0.0-experimental.ad6e2e691150101230e907bde0ce1c40e9a9cc2f → 0.0.0-experimental.b8add035057504e7feb472f8cc437c83b49e7268

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-documentation",
3
- "version": "0.0.0-experimental.ad6e2e691150101230e907bde0ce1c40e9a9cc2f",
3
+ "version": "0.0.0-experimental.b8add035057504e7feb472f8cc437c83b49e7268",
4
4
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@strapi/design-system": "1.8.2",
32
- "@strapi/helper-plugin": "0.0.0-experimental.ad6e2e691150101230e907bde0ce1c40e9a9cc2f",
32
+ "@strapi/helper-plugin": "0.0.0-experimental.b8add035057504e7feb472f8cc437c83b49e7268",
33
33
  "@strapi/icons": "1.8.2",
34
- "@strapi/utils": "0.0.0-experimental.ad6e2e691150101230e907bde0ce1c40e9a9cc2f",
34
+ "@strapi/utils": "0.0.0-experimental.b8add035057504e7feb472f8cc437c83b49e7268",
35
35
  "bcryptjs": "2.4.3",
36
36
  "cheerio": "^1.0.0-rc.12",
37
37
  "formik": "2.4.0",
@@ -45,7 +45,7 @@
45
45
  "react-query": "3.39.3",
46
46
  "swagger-ui-dist": "4.19.0",
47
47
  "yaml": "1.10.2",
48
- "yup": "^0.32.9"
48
+ "yup": "0.32.9"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@strapi/strapi": "^4.0.0",
@@ -74,5 +74,5 @@
74
74
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
75
75
  "kind": "plugin"
76
76
  },
77
- "gitHead": "ad6e2e691150101230e907bde0ce1c40e9a9cc2f"
77
+ "gitHead": "b8add035057504e7feb472f8cc437c83b49e7268"
78
78
  }