Skip to content

Commit

Permalink
fix: ValaxyMd by downgrade vite-plugin-md to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jun 7, 2022
1 parent 0a6f15f commit eeb2669
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 909 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typescript": "^4.7.3",
"valaxy": "workspace:*",
"valaxy-theme-yun": "workspace:*",
"vue-tsc": "0.37.0",
"vue-tsc": "0.37.1",
"zx": "^6.2.3"
},
"simple-git-hooks": {
Expand Down
4 changes: 4 additions & 0 deletions packages/valaxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Read [YunYouJun/valaxy](https://github.com/YunYouJun/valaxy) for more info.
## FAQ

- `exports`: `src/index.ts` for virtual module

### Downgrade vite-plugin-md to `v0.13.1`

`v0.14.0` has some problem with `wrapperComponent`.
4 changes: 2 additions & 2 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"sass": "^1.52.2",
"star-markdown-css": "^0.3.3",
"unconfig": "^0.3.4",
"unocss": "^0.37.4",
"unocss": "^0.38.0",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.10",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.14.0",
"vite-plugin-md": "^0.13.1",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-vue-layouts": "^0.6.0",
Expand Down
Loading

0 comments on commit eeb2669

Please sign in to comment.