Skip to content

Commit

Permalink
type-check passes
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Aug 7, 2023
1 parent 1fa208a commit a625604
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/lodash.truncate": "^4.4.7",
"@types/lru-cache": "^5.1.1",
"@types/node": "14.14.37",
"@types/react": "18.0.25",
"@types/react": "18.2.14",
"@types/react-dom": "^18.0.0",
"@types/react-gtm-module": "2.0.0",
"@types/react-slick": "^0.23.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const StyledRadioAccordionItem = styled(Box)(() => ({
cursor: 'pointer',
}))

interface RadioAccordionItemProps extends BoxProps {
interface RadioAccordionItemProps extends Omit<BoxProps, 'content'> {
control: React.ReactNode
icon: React.ReactNode
content?: React.ReactNode
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
],
"exclude": [
"node_modules",
".next"
".next",
"e2e"

]

}
15 changes: 2 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3761,7 +3761,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*":
"@types/react@npm:*, @types/react@npm:18.2.14":
version: 18.2.14
resolution: "@types/react@npm:18.2.14"
dependencies:
Expand All @@ -3772,17 +3772,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.0.25":
version: 18.0.25
resolution: "@types/react@npm:18.0.25"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 231d658c45abdef044a716b4502774f1585d8336d73b2f5bd68f181acbfc874b7a457686ecd29b415b43ed0922c309bab7e2cf96832d188a3f4f1b02f2af760a
languageName: node
linkType: hard

"@types/sanitize-html@npm:^2":
version: 2.9.0
resolution: "@types/sanitize-html@npm:2.9.0"
Expand Down Expand Up @@ -11291,7 +11280,7 @@ __metadata:
"@types/lodash.truncate": ^4.4.7
"@types/lru-cache": ^5.1.1
"@types/node": 14.14.37
"@types/react": 18.0.25
"@types/react": 18.2.14
"@types/react-dom": ^18.0.0
"@types/react-gtm-module": 2.0.0
"@types/react-slick": ^0.23.10
Expand Down

0 comments on commit a625604

Please sign in to comment.