deps update, move cross-env

This commit is contained in:
madrilene 2024-05-27 09:33:08 +02:00
parent 9ccd5772cd
commit 0ee768eab3
2 changed files with 340 additions and 334 deletions

666
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,6 @@
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"cross-env": "^7.0.3",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
@ -36,16 +35,17 @@
"@toycode/markdown-it-class": "^1.2.4",
"autoprefixer": "^10.4.13",
"clean-css": "^5.3.3",
"cssnano": "^6.0.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.1",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
"esbuild": "^0.20.0",
"esbuild": "^0.21.4",
"html-minifier-terser": "^7.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.5",
"markdown-it-anchor": "^9.0.1",
"markdown-it-eleventy-img": "^0.10.2",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",