Put fast-glob in devDependencies
This commit is contained in:
parent
a82733048c
commit
5e38b75a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,6 @@
|
||||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
||||||
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
"@11ty/eleventy-plugin-webc": "^0.11.2",
|
||||||
"@11ty/is-land": "^4.0.1",
|
"@11ty/is-land": "^4.0.1",
|
||||||
"fast-glob": "^3.3.3",
|
|
||||||
"lite-youtube-embed": "^0.3.3",
|
"lite-youtube-embed": "^0.3.3",
|
||||||
"tailwindcss": "^3.4.17"
|
"tailwindcss": "^3.4.17"
|
||||||
},
|
},
|
||||||
|
|
@ -45,6 +44,7 @@
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"dotenv": "^17.2.0",
|
"dotenv": "^17.2.0",
|
||||||
"esbuild": "^0.25.8",
|
"esbuild": "^0.25.8",
|
||||||
|
"fast-glob": "^3.3.3",
|
||||||
"html-minifier-terser": "^7.2.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue