Update 11ty to 2.0 o/

This commit is contained in:
Starbeamrainbowlabs 2023-02-22 00:46:55 +00:00
parent 558fc1c04b
commit ebbaed88d8
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 922 additions and 3371 deletions

4275
.docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,18 +20,18 @@
},
"homepage": "https://github.com/sbrl/Minetest-WorldEditAdditions#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy": "^2.0.0",
"chroma-js": "^2.4.2",
"clean-css": "^5.3.2",
"columnify": "^1.6.0",
"debug": "^4.3.4",
"imagickal": "^5.0.1",
"markdown-it-prism": "^2.2.4",
"p-memoize": "^7.1.0",
"p-queue": "^7.3.0",
"phin": "^3.6.1",
"pretty-ms": "^7.0.1",
"clean-css": "^5.3.1",
"html-entities": "^2.3.3",
"html-minifier-terser": "^7.0.0-beta.0"
"html-minifier-terser": "^7.0.0-beta.0",
"imagickal": "^5.0.1",
"markdown-it-prism": "^2.3.0",
"p-memoize": "^7.1.1",
"p-queue": "^7.3.4",
"phin": "^3.7.0",
"pretty-ms": "^7.0.1"
}
}