lint/typecheck fixes

This commit is contained in:
itsMapleLeaf
2022-04-25 19:58:47 -05:00
parent fc3025baaf
commit 8a7557f0eb
7 changed files with 799 additions and 808 deletions

View File

@@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^1.0.6",
"@reach/rect": "^0.17.0",
"@remix-run/node": "^1.4.1",
@@ -33,13 +33,13 @@
"@remix-run/node": "^1.4.1",
"@testing-library/cypress": "^8.0.2",
"@types/node": "*",
"@types/react": "^18.0.6",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.2",
"@types/tailwindcss": "^3.0.10",
"@types/wait-on": "^5.3.1",
"autoprefixer": "^10.4.4",
"autoprefixer": "^10.4.5",
"concurrently": "^7.1.0",
"cypress": "^9.5.4",
"cypress": "^9.6.0",
"execa": "^6.1.0",
"postcss": "^8.4.12",
"rehype-prism-plus": "^1.3.2",