|
11 | 11 | "main": "dist/index.js",
|
12 | 12 | "module": "dist/es/index.js",
|
13 | 13 | "types": "dist/index.d.ts",
|
14 |
| - "dependencies": { |
15 |
| - "react-docgen-typescript-loader": "^3.7.2", |
16 |
| - "ts-loader": "^8.0.0" |
17 |
| - }, |
18 | 14 | "devDependencies": {
|
19 |
| - "@babel/core": "^7.10.4", |
| 15 | + "@babel/core": "^7.10.5", |
20 | 16 | "@emotion/core": "^10.0.28",
|
21 | 17 | "@emotion/styled": "^10.0.27",
|
22 |
| - "@rollup/plugin-typescript": "^5.0.1", |
| 18 | + "@rollup/plugin-typescript": "^5.0.2", |
23 | 19 | "@storybook/addon-actions": "^5.3.19",
|
24 | 20 | "@storybook/addon-docs": "^5.3.19",
|
25 | 21 | "@storybook/addon-info": "^5.3.19",
|
|
29 | 25 | "@storybook/preset-typescript": "^3.0.0",
|
30 | 26 | "@storybook/react": "^5.3.19",
|
31 | 27 | "@testing-library/jest-dom": "^5.11.0",
|
32 |
| - "@testing-library/react": "^10.4.5", |
| 28 | + "@testing-library/react": "^10.4.6", |
33 | 29 | "@testing-library/react-hooks": "^3.3.0",
|
34 | 30 | "@types/jest": "^26.0.4",
|
35 |
| - "@types/node": "^14.0.20", |
36 |
| - "@types/react": "^16.9.41", |
| 31 | + "@types/node": "^14.0.23", |
| 32 | + "@types/react": "^16.9.43", |
37 | 33 | "@types/react-dom": "^16.9.8",
|
38 |
| - "@typescript-eslint/eslint-plugin": "^3.6.0", |
39 |
| - "@typescript-eslint/parser": "^3.6.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "^3.6.1", |
| 35 | + "@typescript-eslint/parser": "^3.6.1", |
40 | 36 | "babel-loader": "^8.1.0",
|
41 | 37 | "babel-preset-react-app": "^9.1.2",
|
42 | 38 | "eslint": "^7.4.0",
|
|
45 | 41 | "eslint-plugin-react": "^7.20.3",
|
46 | 42 | "jest": "^26.1.0",
|
47 | 43 | "prettier": "^2.0.5",
|
| 44 | + "react-docgen-typescript-loader": "^3.7.2", |
48 | 45 | "react-is": "^16.13.1",
|
49 | 46 | "react-test-renderer": "^16.13.1",
|
50 | 47 | "rollup": "^2.21.0",
|
51 |
| - "ts-jest": "^26.1.1", |
| 48 | + "ts-jest": "^26.1.2", |
| 49 | + "ts-loader": "^8.0.1", |
52 | 50 | "ts-node": "^8.10.2",
|
53 | 51 | "tslib": "^2.0.0",
|
54 | 52 | "typescript": "^3.9.6"
|
|
0 commit comments