fix: lint fixes and typescript version fixes

This commit is contained in:
sriram veeraghanta
2024-09-12 20:39:31 +05:30
parent 1efb067274
commit 1b0e31027e
10 changed files with 50 additions and 33 deletions

View File

@@ -12,10 +12,10 @@
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@plane/types": "*",
"@plane/ui": "*",
"@plane/constants": "*",
"@plane/helpers": "*",
"@plane/types": "*",
"@plane/ui": "*",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.17.0",
"autoprefixer": "10.4.14",
@@ -46,6 +46,6 @@
"eslint-config-custom": "*",
"tailwind-config-custom": "*",
"tsconfig": "*",
"typescript": "^5.4.2"
"typescript": "5.4.5"
}
}