mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-18 05:29:20 +00:00
new Fixes
- Box Header should be bold - Buttons Hover/Active forms not correct - Fixed one of the old Checkbox bug - Footer Made with should be bold - Sidebar fixes Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -29,12 +29,12 @@
|
||||
"webpack": "^5.55.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "^11.0.0",
|
||||
"next": ">=11.0.0",
|
||||
"react": "^17.0.0",
|
||||
"react-dom": "^17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "start-storybook -s ./.storybook/public -p 6006",
|
||||
"dev": "start-storybook -p 6006",
|
||||
"build": "rollup --config",
|
||||
"prepublishOnly": "npm run build",
|
||||
"postinstall": "rollup --config"
|
||||
|
Reference in New Issue
Block a user