|
12 | 12 | "module": "dist/es/index.js",
|
13 | 13 | "types": "dist/index.d.ts",
|
14 | 14 | "devDependencies": {
|
15 |
| - "@babel/core": "^7.11.1", |
| 15 | + "@babel/core": "^7.11.4", |
16 | 16 | "@emotion/core": "^10.0.35",
|
17 | 17 | "@emotion/styled": "^10.0.27",
|
18 | 18 | "@rollup/plugin-typescript": "^5.0.2",
|
19 |
| - "@storybook/addon-actions": "^6.0.13", |
20 |
| - "@storybook/addon-docs": "^6.0.13", |
21 |
| - "@storybook/addon-links": "^6.0.13", |
22 |
| - "@storybook/addon-storysource": "^6.0.13", |
23 |
| - "@storybook/addons": "^6.0.13", |
24 |
| - "@storybook/react": "^6.0.13", |
| 19 | + "@storybook/addon-actions": "^6.0.16", |
| 20 | + "@storybook/addon-docs": "^6.0.16", |
| 21 | + "@storybook/addon-links": "^6.0.16", |
| 22 | + "@storybook/addon-storysource": "^6.0.16", |
| 23 | + "@storybook/addons": "^6.0.16", |
| 24 | + "@storybook/react": "^6.0.16", |
25 | 25 | "@testing-library/jest-dom": "^5.11.3",
|
26 | 26 | "@testing-library/react": "^10.4.8",
|
27 | 27 | "@testing-library/react-hooks": "^3.4.1",
|
|
37 | 37 | "eslint-config-prettier": "^6.11.0",
|
38 | 38 | "eslint-plugin-prettier": "^3.1.4",
|
39 | 39 | "eslint-plugin-react": "^7.20.6",
|
40 |
| - "jest": "^26.4.0", |
| 40 | + "jest": "^26.4.1", |
41 | 41 | "prettier": "^2.0.5",
|
42 | 42 | "react-docgen": "^5.3.0",
|
43 | 43 | "react-is": "^16.13.1",
|
|
47 | 47 | "ts-loader": "^8.0.2",
|
48 | 48 | "ts-node": "^8.10.2",
|
49 | 49 | "tslib": "^2.0.1",
|
50 |
| - "typescript": "^3.9.7" |
| 50 | + "typescript": "^4.0.2" |
51 | 51 | },
|
52 | 52 | "scripts": {
|
53 | 53 | "build": "yarn build:rollup",
|
|
0 commit comments