Skip to content

Commit

Permalink
[CI] Upgrade gulp to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 8, 2024
1 parent fee1f58 commit 122d31c
Show file tree
Hide file tree
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
Expand Up @@ -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/**',
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"devDependencies": {
"autoprefixer": "^10.4.19",
"cspell": "^8.8.4",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"hugo-extended": "0.126.3",
"markdown-link-check": "^3.12.2",
"markdownlint": "^0.34.0",
Expand Down

0 comments on commit 122d31c

Please sign in to comment.