Skip to content

Commit

Permalink
Bump dependencies to make dependabot emails stop
Browse files Browse the repository at this point in the history
  • Loading branch information
seproDev committed Aug 21, 2024
1 parent 4b59fe3 commit ef628ec
Show file tree
Hide file tree
Showing 3 changed files with 1,472 additions and 442 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const filters = require("./utils/filters.js")
const esbuild = require("esbuild");
const { sassPlugin } = require("esbuild-sass-plugin");
const htmlmin = require("html-minifier");
const htmlmin = require("html-minifier-terser");

module.exports = function (eleventyConfig) {

Expand Down
Loading

0 comments on commit ef628ec

Please sign in to comment.