|
13 | 13 | "types": "dist/index.d.ts",
|
14 | 14 | "dependencies": {},
|
15 | 15 | "devDependencies": {
|
16 |
| - "@babel/core": "^7.9.0", |
| 16 | + "@babel/core": "^7.9.6", |
17 | 17 | "@rollup/plugin-typescript": "^4.1.1",
|
18 | 18 | "@storybook/addon-actions": "^5.3.18",
|
19 | 19 | "@storybook/addon-docs": "^5.3.18",
|
|
24 | 24 | "@storybook/preset-typescript": "^3.0.0",
|
25 | 25 | "@storybook/react": "^5.3.18",
|
26 | 26 | "@testing-library/jest-dom": "^5.5.0",
|
27 |
| - "@testing-library/react": "^10.0.2", |
| 27 | + "@testing-library/react": "^10.0.4", |
28 | 28 | "@testing-library/react-hooks": "^3.2.1",
|
29 | 29 | "@types/jest": "^25.2.1",
|
30 |
| - "@types/node": "^13.11.1", |
| 30 | + "@types/node": "^13.13.4", |
31 | 31 | "@types/react": "^16.9.34",
|
32 |
| - "@types/react-dom": "^16.9.6", |
33 |
| - "@typescript-eslint/eslint-plugin": "^2.28.0", |
34 |
| - "@typescript-eslint/parser": "^2.28.0", |
| 32 | + "@types/react-dom": "^16.9.7", |
| 33 | + "@typescript-eslint/eslint-plugin": "^2.30.0", |
| 34 | + "@typescript-eslint/parser": "^2.30.0", |
35 | 35 | "babel-loader": "^8.1.0",
|
36 | 36 | "babel-preset-react-app": "^9.1.2",
|
37 | 37 | "eslint": "^6.8.0",
|
38 |
| - "eslint-config-prettier": "^6.10.1", |
| 38 | + "eslint-config-prettier": "^6.11.0", |
39 | 39 | "eslint-plugin-prettier": "^3.1.3",
|
40 | 40 | "eslint-plugin-react": "^7.19.0",
|
41 |
| - "jest": "^25.3.0", |
42 |
| - "prettier": "^2.0.4", |
| 41 | + "jest": "^25.5.4", |
| 42 | + "prettier": "^2.0.5", |
43 | 43 | "react-is": "^16.13.1",
|
44 | 44 | "react-test-renderer": "^16.13.1",
|
45 |
| - "rollup": "^2.6.1", |
| 45 | + "rollup": "^2.7.6", |
46 | 46 | "ts-jest": "^25.4.0",
|
47 |
| - "ts-node": "^8.8.2", |
| 47 | + "ts-node": "^8.10.1", |
48 | 48 | "tslib": "^1.11.1",
|
49 | 49 | "typescript": "^3.8.3"
|
50 | 50 | },
|
|
0 commit comments