Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Upgrade gulp to v5
Browse files Browse the repository at this point in the history
chalin committed Apr 22, 2024
1 parent 1e3e877 commit 1b8e19d
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gulp-src/lint-md.js
Original file line number Diff line number Diff line change
@@ -10,9 +10,11 @@ const defaultGlob = '**/*.md';
const markdownFiles = [
'!.github/**',
'!content-modules/**',
'!examples/**',
'!layouts/**',
'!node_modules/**',
'!scripts/registry-scanner/node_modules/**',
'!tools/examples/**',
'!themes/**',
'!tmp/**',
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@
"devDependencies": {
"autoprefixer": "^10.4.19",
"cspell": "^8.0.0",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"hugo-extended": "0.124.1",
"markdown-link-check": "^3.12.1",
"markdownlint": "^0.34.0",

0 comments on commit 1b8e19d

Please sign in to comment.