fix(*): remove old media highlight styles

This commit is contained in:
Cory Dransfeldt 2025-06-15 21:19:53 -07:00
parent 9e181363dd
commit 864b777dba
No known key found for this signature in database
6 changed files with 20 additions and 32 deletions

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "10.6.2",
"version": "10.6.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "10.6.2",
"version": "10.6.3",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",
@ -15,7 +15,7 @@
"devDependencies": {
"@11ty/eleventy": "3.1.1",
"@11ty/eleventy-fetch": "5.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.13.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.13.1",
"cheerio": "1.1.0",
"concurrently": "9.1.2",
"cssnano": "^7.0.7",
@ -251,9 +251,9 @@
}
},
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.13.0.tgz",
"integrity": "sha512-ezK8l0Acw2fsNqel6Qg6nX8HxnnkmdTZkf7wPt9w7fAvq33bxn3QYXDOnMqmAAanRQCi6SIv+bKeuw1NnCvOyw==",
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.13.1.tgz",
"integrity": "sha512-xmuabuoFF56yzy1UhITJzE8mga1msW+l+xLUhk87NlGogC2ocbIY/8l+RdUXTHmaMu/SGhyG9l9W4Xek2RjuLg==",
"dev": true,
"license": "MIT"
},