Skip to content

Commit f4872d8

Browse files
committed
build: update sub modules deps
1 parent abf9d81 commit f4872d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tool/highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function allModes() {
116116
})),
117117
{
118118
name: "vue",
119-
factory: require("../vendor/highlightjs-vue").definer,
119+
factory: require("../vendor/highlightjs-vue/vue").definer,
120120
community: true
121121
},
122122
{

tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"circular-json": "^0.5.9",
77
"esm": "^3.2.25",
88
"gulp": "^4.0.2",
9-
"highlight.js": "9.16.2",
9+
"highlight.js": "9.17.1",
1010
"lodash": "^4.17.15",
1111
"postcss": "^7.0.17"
1212
},

vendor/highlight.js

Submodule highlight.js updated 91 files

0 commit comments

Comments
 (0)