Skip to content

Commit

Permalink
Upgrade Bundle Plugin dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 28, 2025
1 parent 463edc7 commit 373bb9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@11ty/dependency-tree": "^3.0.1",
"@11ty/dependency-tree-esm": "^1.0.2",
"@11ty/eleventy-dev-server": "^2.0.6",
"@11ty/eleventy-plugin-bundle": "^3.0.0",
"@11ty/eleventy-plugin-bundle": "^3.0.1-beta.2",
"@11ty/eleventy-utils": "^2.0.0",
"@11ty/lodash-custom": "^4.17.21",
"@11ty/posthtml-urls": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/TemplateConfigTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test("Template Config local config overrides base config", async (t) => {
t.true(Object.keys(cfg.keys).length > 1);
t.truthy(Object.keys(cfg.nunjucksFilters).length);

t.is(Object.keys(cfg.transforms).length, 3);
t.is(Object.keys(cfg.transforms).length, 4);

t.is(
cfg.transforms.prettyHtml(`<html><body><div></div></body></html>`, "test.html"),
Expand Down

0 comments on commit 373bb9d

Please sign in to comment.