mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 11:22:11 +00:00
fix: Build error when typing is not added correctly
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
71bcd60215
commit
504f155699
@ -11,8 +11,6 @@
|
|||||||
"@storybook/cli": "^6",
|
"@storybook/cli": "^6",
|
||||||
"@storybook/react": "^6",
|
"@storybook/react": "^6",
|
||||||
"@types/node": "^18",
|
"@types/node": "^18",
|
||||||
"@types/react": "^18",
|
|
||||||
"@types/react-dom": "^18",
|
|
||||||
"next": "^12",
|
"next": "^12",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
"react-dom": "^18",
|
"react-dom": "^18",
|
||||||
@ -31,6 +29,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dzeio/object-util": "^1",
|
"@dzeio/object-util": "^1",
|
||||||
|
"@types/react": "^18",
|
||||||
|
"@types/react-dom": "^18",
|
||||||
"typescript": "^4",
|
"typescript": "^4",
|
||||||
"lucide-react": "^0.88.0",
|
"lucide-react": "^0.88.0",
|
||||||
"vite": "^3"
|
"vite": "^3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user