Skip to content

Commit 007104e

Browse files
authored
chore: update marked and other deps (#4281)
* chore: update `marked` and other deps * chore: update types
1 parent d63a0a2 commit 007104e

File tree

5 files changed

+277
-256
lines changed

5 files changed

+277
-256
lines changed

examples/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const path = require("path");
66
const fs = require("graceful-fs");
77
const HtmlWebpackPlugin = require("html-webpack-plugin");
8-
const marked = require("marked");
8+
const { marked } = require("marked");
99

1010
module.exports = {
1111
setup(config) {

0 commit comments

Comments
 (0)