Skip to content

Commit 6a7e0f1

Browse files
committed
Upgrade dependencies
1 parent bff14e0 commit 6a7e0f1

File tree

5 files changed

+442
-436
lines changed

5 files changed

+442
-436
lines changed

.storybook/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { addons } from '@storybook/addons';
22
import theme from './theme';
33

44
addons.setConfig({
5-
theme: theme,
5+
theme: theme
66
});

.storybook/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export default create({
44
base: 'light',
55

66
brandTitle: 'React DSV Import',
7-
brandUrl: 'https://github.com/openscript/react-dsv-import',
7+
brandUrl: 'https://github.com/openscript/react-dsv-import'
88
});

docs/start.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Meta, Description } from '@storybook/addon-docs/blocks';
22
import Readme from '../README.md';
33

4-
<Meta title="Start" />
4+
<Meta title="Start" parameters={{ previewTabs: { canvas: { hidden: true }}}} />
55

66
<Description markdown={Readme} />

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616
"@emotion/core": "^10.0.34",
1717
"@emotion/styled": "^10.0.27",
1818
"@rollup/plugin-typescript": "^5.0.2",
19-
"@storybook/addon-actions": "^6.0.0",
20-
"@storybook/addon-docs": "^6.0.0",
21-
"@storybook/addon-links": "^6.0.0",
22-
"@storybook/addon-storysource": "^6.0.0",
23-
"@storybook/addons": "^6.0.0",
24-
"@storybook/react": "^6.0.0",
25-
"@testing-library/jest-dom": "^5.11.2",
19+
"@storybook/addon-actions": "^6.0.12",
20+
"@storybook/addon-docs": "^6.0.12",
21+
"@storybook/addon-links": "^6.0.12",
22+
"@storybook/addon-storysource": "^6.0.12",
23+
"@storybook/addons": "^6.0.12",
24+
"@storybook/react": "^6.0.12",
25+
"@testing-library/jest-dom": "^5.11.3",
2626
"@testing-library/react": "^10.4.8",
2727
"@testing-library/react-hooks": "^3.4.1",
28-
"@types/jest": "^26.0.9",
29-
"@types/node": "^14.0.27",
28+
"@types/jest": "^26.0.10",
29+
"@types/node": "^14.6.0",
3030
"@types/react": "^16.9.46",
3131
"@types/react-dom": "^16.9.8",
32-
"@typescript-eslint/eslint-plugin": "^3.9.0",
33-
"@typescript-eslint/parser": "^3.9.0",
32+
"@typescript-eslint/eslint-plugin": "^3.9.1",
33+
"@typescript-eslint/parser": "^3.9.1",
3434
"babel-loader": "^8.1.0",
3535
"babel-preset-react-app": "^9.1.2",
36-
"eslint": "^7.6.0",
36+
"eslint": "^7.7.0",
3737
"eslint-config-prettier": "^6.11.0",
3838
"eslint-plugin-prettier": "^3.1.4",
39-
"eslint-plugin-react": "^7.20.5",
40-
"jest": "^26.3.0",
39+
"eslint-plugin-react": "^7.20.6",
40+
"jest": "^26.4.0",
4141
"prettier": "^2.0.5",
4242
"react-docgen": "^5.3.0",
4343
"react-is": "^16.13.1",
4444
"react-test-renderer": "^16.13.1",
45-
"rollup": "^2.23.1",
46-
"ts-jest": "^26.1.4",
45+
"rollup": "^2.26.3",
46+
"ts-jest": "^26.2.0",
4747
"ts-loader": "^8.0.2",
4848
"ts-node": "^8.10.2",
4949
"tslib": "^2.0.1",

0 commit comments

Comments
 (0)