Downgrade to v3.1.0 temporarily until cache inheritance bug is fixed

This commit is contained in:
madrilene 2025-06-29 11:19:23 +02:00
parent 84aa6d22fe
commit ce2f92969e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "4.3.1",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^3.1.1",
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-fetch": "^5.1.0",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
@ -79,9 +79,9 @@
}
},
"node_modules/@11ty/eleventy": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.1.tgz",
"integrity": "sha512-nsMCW44WSYzpi6JSQ1ar/wlotj/2cxuP4AABX5Dxqwol3IQ3SkEMgcAugP1t1mthv5I0kIB9lql1Jv/lhUHIkg==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.1.0.tgz",
"integrity": "sha512-yR8zE+i5GKXTlR4I6Aj8dywI7f2/6uGhJPwgbH4vgh+XcZQ9zba9UMS/1Lyvkbl3UySRSAmlzeYiXi1ypV6oZg==",
"license": "MIT",
"dependencies": {
"@11ty/dependency-tree": "^4.0.0",
@ -95,7 +95,7 @@
"@sindresorhus/slugify": "^2.2.1",
"bcp-47-normalize": "^2.3.0",
"chokidar": "^3.6.0",
"debug": "^4.4.1",
"debug": "^4.4.0",
"dependency-graph": "^1.0.0",
"entities": "^6.0.0",
"filesize": "^10.1.6",
@ -103,7 +103,7 @@
"iso-639-1": "^3.1.5",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"liquidjs": "^10.21.1",
"liquidjs": "^10.21.0",
"luxon": "^3.6.1",
"markdown-it": "^14.1.0",
"minimist": "^1.2.8",
@ -116,7 +116,7 @@
"posthtml-match-helper": "^2.0.3",
"semver": "^7.7.2",
"slugify": "^1.6.6",
"tinyglobby": "^0.2.14"
"tinyglobby": "^0.2.13"
},
"bin": {
"eleventy": "cmd.cjs"

View file

@ -25,7 +25,7 @@
"url": "https://github.com/madrilene/eleventy-excellent.git"
},
"dependencies": {
"@11ty/eleventy": "^3.1.1",
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-fetch": "^5.1.0",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",