updates esbuild, rimraf, eleventy canary

This commit is contained in:
madrilene 2023-01-15 11:59:30 +01:00
parent da9db6e412
commit 88179216b6
2 changed files with 473 additions and 351 deletions

816
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "eleventy-excellent", "name": "eleventy-excellent",
"version": "1.2.2", "version": "1.2.3",
"engines": { "engines": {
"node": ">=16.x.x" "node": ">=16.x.x"
}, },
@ -21,7 +21,7 @@
"author": "Lene Saile", "author": "Lene Saile",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@11ty/eleventy": "^2.0.0-canary.25", "@11ty/eleventy": "^2.0.0-canary.30",
"@11ty/eleventy-fetch": "^3.0.0", "@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-img": "^2.0.1", "@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
@ -37,7 +37,7 @@
"cssnano": "^5.1.7", "cssnano": "^5.1.7",
"dayjs": "^1.11.5", "dayjs": "^1.11.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"esbuild": "^0.16.4", "esbuild": "^0.17.0",
"glob": "^8.0.3", "glob": "^8.0.3",
"html-minifier-terser": "^7.1.0", "html-minifier-terser": "^7.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -56,7 +56,7 @@
"postcss-import": "^15.0.0", "postcss-import": "^15.0.0",
"postcss-import-ext-glob": "^2.0.1", "postcss-import-ext-glob": "^2.0.1",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"rimraf": "^3.0.2", "rimraf": "^4.0.5",
"sanitize-html": "^2.7.2", "sanitize-html": "^2.7.2",
"slugify": "^1.6.5" "slugify": "^1.6.5"
} }