Move ical type dep
All checks were successful
Build Production Image / Build Production Image (push) Successful in 55s

This commit is contained in:
Tony Grosinger 2024-04-20 17:58:58 -07:00
parent 3481adfcab
commit 92a9ffe7e3

View File

@ -20,6 +20,7 @@
"@stripe/stripe-js": "2.2.1", "@stripe/stripe-js": "2.2.1",
"@tailwindcss/forms": "0.5.7", "@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "^0.5.4", "@tailwindcss/typography": "^0.5.4",
"@types/ical": "^0.8.3",
"autoprefixer": "^10.4.12", "autoprefixer": "^10.4.12",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1", "clsx": "^1.2.1",
@ -39,7 +40,6 @@
"typescript": "5.1.6" "typescript": "5.1.6"
}, },
"devDependencies": { "devDependencies": {
"@types/ical": "^0.8.3",
"@types/node": "20.4.7", "@types/node": "20.4.7",
"@types/react": "18.2.18", "@types/react": "18.2.18",
"@types/react-dom": "18.2.7", "@types/react-dom": "18.2.7",
@ -49,4 +49,4 @@
"prettier": "^3.0.1", "prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2" "prettier-plugin-tailwindcss": "^0.5.2"
} }
} }