feat: move to tabler icons

This commit is contained in:
Cory Dransfeldt 2023-07-13 11:11:31 -07:00
parent d7a07bdd9b
commit 4b6c333d5c
No known key found for this signature in database
30 changed files with 90 additions and 137 deletions

View file

@ -21,7 +21,6 @@
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@catppuccin/tailwindcss": "^0.1.6",
"@cdransf/eleventy-plugin-heroicons": "^1.3.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@extractus/feed-extractor": "6.2.4",
@ -34,10 +33,10 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.2",
"sanitize-html": "^2.11.0",
"child_process": "^1.0.2",
"clean-css": "^5.3.2",
"dotenv-flow": "^3.2.0",
"eleventy-plugin-tabler-icons": "^1.0.6",
"eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.0",
"eslint": "^8.42.0",
@ -58,6 +57,7 @@
"postcss": "^8.4.25",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"sanitize-html": "^2.11.0",
"striptags": "^3.2.0",
"tailwindcss": "^3.3.2"
},