Skip to content

Commit

Permalink
fix(plugin-docs): 🐛 mv classname to dep (#9180)
Browse files Browse the repository at this point in the history
* fix: 🐛 mv classname to dep
because client code need it

* chore: ⬆️ update npnm-lock

Co-authored-by: pshu <pishu.spf@antfin.com>
  • Loading branch information
stormslowly and stormslowly committed Aug 31, 2022
1 parent b912bbe commit d9f5101
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"classnames": "^2.3.1",
"github-slugger": "^1.4.0",
"keymaster": "1.6.2",
"react-helmet": "^6.1.0",
Expand All @@ -37,7 +38,6 @@
"@types/github-slugger": "^1.3.0",
"@types/keymaster": "^1.6.30",
"@types/react-helmet": "^6.1.5",
"classnames": "^2.3.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "5.0.1",
"remark-gfm": "^3.0.1",
Expand Down
28 changes: 19 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit d9f5101

@vercel
Copy link

@vercel vercel bot commented on d9f5101 Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.