Move type deps back into runtime since it doesn't work without them
All checks were successful
Build Production Image / Build Production Image (push) Successful in 54s

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

View File

@ -20,6 +20,10 @@
"@stripe/stripe-js": "2.2.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "^0.5.4",
"@types/ical": "^0.8.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/webpack-env": "^1.18.1",
"autoprefixer": "^10.4.12",
"cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1",
@ -39,14 +43,10 @@
"typescript": "5.1.6"
},
"devDependencies": {
"@types/ical": "^0.8.3",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/webpack-env": "^1.18.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2"
}
}
}