Skip to content

Commit f397110

Browse files
committed
build(sb): 👷 fix hmr in sb
1 parent b0231dd commit f397110

File tree

3 files changed

+255
-128
lines changed

3 files changed

+255
-128
lines changed

.storybook/preview.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import React from "react";
22
import { kebabCase } from "lodash";
3-
import { addDecorator } from "@storybook/react";
4-
import { withPropsTable } from "storybook-addon-react-docgen";
53

64
export const parameters = {
75
actions: { argTypesRegex: "^on[A-Z].*" },
@@ -21,5 +19,3 @@ export const decorators = [
2119
return <Story />;
2220
},
2321
];
24-
25-
addDecorator(withPropsTable);

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,10 @@
195195
"react-test-renderer": "18.2.0",
196196
"react-transition-group": "4.4.2",
197197
"react-virtual": "2.10.4",
198-
"release-it": "15.1.0",
198+
"release-it": "15.1.1",
199199
"rimraf": "3.0.2",
200200
"sort-package-json": "1.57.0",
201201
"storybook-addon-preview": "2.2.0",
202-
"storybook-addon-react-docgen": "1.2.42",
203202
"strip-comments": "2.0.1",
204203
"tailwindcss": "3.1.4",
205204
"ts-jest": "28.0.5",

0 commit comments

Comments
 (0)