ele828 / hexo-prism-plugin

Hexo plugin for code highlighting by prism.js, supporting JSX syntax
204 stars 51 forks source link

Use an old dependency #30

Closed xiazeyu closed 6 years ago

xiazeyu commented 6 years ago
+-- hexo@3.3.8
| +-- hexo-cli@1.0.3
| | -- hexo-fs@0.2.1  deduped
| -- hexo-fs@0.2.1
+-- hexo-deployer-git@0.3.1
| -- hexo-fs@0.2.1  deduped
-- hexo-prism-plugin@2.1.2
  -- hexo-fs@0.1.6

It will cause putting "(node:21196) [DEP0061] DeprecationWarning: fs.SyncWriteStream is deprecated."

xiazeyu commented 6 years ago

Solved in #29