fix_deprecated_sass #6

Merged
florent.lesaout merged 6 commits from fix_deprecated_sass into master 2025-10-10 14:53:17 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d5d8e31c2a - Show all commits

View File

@@ -8,7 +8,7 @@
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"@tbranyen/jsdom": "^13.0.0",
"jsdom": "^24.0.0",
"bootstrap": "^5.1.3",
"concurrently": "^7.0.0",
"html-minifier": "^4.0.0",

View File

@@ -1,4 +1,4 @@
import {JSDOM} from '@tbranyen/jsdom';
import {JSDOM} from 'jsdom';
import minify from '../utils/minify.js';
import slugify from 'slugify';
import getSize from 'image-size';