chore: update deps

This commit is contained in:
Cory Dransfeldt 2023-12-21 13:36:12 -08:00
parent bcf46b5f5e
commit 1bb2d2b4fe
No known key found for this signature in database
3 changed files with 1 additions and 9 deletions

1
package-lock.json generated
View file

@ -39,7 +39,6 @@
"marked": "^11.1.0",
"outdent": "^0.8.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.32",
"sanitize-html": "^2.11.0",
"slugify": "^1.6.6",
"striptags": "^3.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "3.0.1",
"version": "3.0.2",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {
@ -47,7 +47,6 @@
"marked": "^11.1.0",
"outdent": "^0.8.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.32",
"sanitize-html": "^2.11.0",
"slugify": "^1.6.6",
"striptags": "^3.2.0",

View file

@ -1,6 +0,0 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}