mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-26 09:19:19 +00:00
Try to fix compilation errors
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -29,7 +29,9 @@
|
||||
"next": "^10.0.5",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-feather": "^2.0.9"
|
||||
"react-feather": "^2.0.9",
|
||||
"typescript": "^4.2.3",
|
||||
"stylus": "^0.54.8"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006",
|
||||
@ -40,8 +42,6 @@
|
||||
"dependencies": {
|
||||
"rollup": "^2.44.0",
|
||||
"rollup-plugin-styles": "^3.14.1",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"stylus": "^0.54.8",
|
||||
"typescript": "^4.2.3"
|
||||
"rollup-plugin-typescript2": "^0.30.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user