@umijs/plugin-docs 4.0.0-canary.20220609.1 → 4.0.0-canary.20220614.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.
@@ -133,6 +133,7 @@ function GithubStars(props: { repo: string }) {
133
133
  try {
134
134
  const res = await fetch('https://api.github.com/repos/' + props.repo);
135
135
  setStars((await res.json()).stargazers_count);
136
+ ``;
136
137
  } catch (err) {
137
138
  console.error(err);
138
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugin-docs",
3
- "version": "4.0.0-canary.20220609.1",
3
+ "version": "4.0.0-canary.20220614.1",
4
4
  "description": "@umijs/plugin-docs",
5
5
  "homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugin-docs#readme",
6
6
  "bugs": "https://github.com/umijs/umi-next/issues",
@@ -39,7 +39,7 @@
39
39
  "rehype-slug": "5.0.1",
40
40
  "remark-gfm": "^3.0.1",
41
41
  "tailwindcss": "^3.0.24",
42
- "umi": "4.0.0-canary.20220609.1"
42
+ "umi": "4.0.0-canary.20220614.1"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"