Skip to content

Commit

Permalink
chore: update marked and other deps (#4281)
Browse files Browse the repository at this point in the history
* chore: update `marked` and other deps

* chore: update types
  • Loading branch information
snitin315 committed Feb 14, 2022
1 parent d63a0a2 commit 007104e
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 256 deletions.
2 changes: 1 addition & 1 deletion examples/util.js
Expand Up @@ -5,7 +5,7 @@
const path = require("path");
const fs = require("graceful-fs");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const marked = require("marked");
const { marked } = require("marked");

module.exports = {
setup(config) {
Expand Down

0 comments on commit 007104e

Please sign in to comment.