Skip to content

Commit

Permalink
fix: side effects bug of build system
Browse files Browse the repository at this point in the history
closes #160, #167
  • Loading branch information
pd4d10 committed Apr 6, 2022
1 parent b538fb7 commit 6e69667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
5 changes: 2 additions & 3 deletions packages/plugin-highlight-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@
"locales"
],
"dependencies": {
"highlight.js": "^11.5.0"
"rehype-highlight": "^5.0.2"
},
"devDependencies": {
"bytemd": "workspace:*",
"rehype-highlight": "^5.0.2"
"bytemd": "workspace:*"
},
"peerDependencies": {
"bytemd": "^1.5.0"
Expand Down
27 changes: 3 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit 6e69667

Please sign in to comment.