|
49 | 49 | "@babel/core": "^7.4.5", |
50 | 50 | "@babel/preset-env": "^7.4.5", |
51 | 51 | "@babel/preset-react": "^7.0.0", |
52 | | - "@storybook/addon-actions": "^5.1.8", |
53 | | - "@storybook/addon-knobs": "^5.1.8", |
54 | | - "@storybook/addon-links": "^5.1.8", |
55 | | - "@storybook/addon-viewport": "^5.1.8", |
56 | | - "@storybook/addons": "^5.1.8", |
| 52 | + "@storybook/addon-actions": "^5.1.9", |
| 53 | + "@storybook/addon-knobs": "^5.1.9", |
| 54 | + "@storybook/addon-links": "^5.1.9", |
| 55 | + "@storybook/addon-viewport": "^5.1.9", |
| 56 | + "@storybook/addons": "^5.1.9", |
57 | 57 | "@storybook/react": "^5.1.8", |
58 | 58 | "@testing-library/react": "^8.0.1", |
59 | 59 | "@types/jest": "^24.0.15", |
60 | | - "@types/react": "^16.8.20", |
| 60 | + "@types/react": "^16.8.22", |
61 | 61 | "@types/storybook__addon-actions": "^3.4.3", |
62 | 62 | "@types/storybook__addon-knobs": "^5.0.1", |
63 | 63 | "@types/storybook__react": "^4.0.2", |
|
73 | 73 | "eslint": "^5.16.0", |
74 | 74 | "eslint-config-prettier": "^5.0.0", |
75 | 75 | "eslint-config-react-app": "^4.0.1", |
76 | | - "eslint-plugin-flowtype": "^3.10.3", |
| 76 | + "eslint-plugin-flowtype": "^3.10.4", |
77 | 77 | "eslint-plugin-import": "^2.17.3", |
78 | 78 | "eslint-plugin-jsx-a11y": "^6.2.1", |
79 | 79 | "eslint-plugin-react": "^7.13.0", |
|
97 | 97 | "prettier": "^1.18.2", |
98 | 98 | "react": "^16.8.6", |
99 | 99 | "react-dom": "^16.8.6", |
100 | | - "react-hooks-testing-library": "^0.5.1", |
| 100 | + "react-hooks-testing-library": "^0.6.0", |
101 | 101 | "react-test-renderer": "^16.8.6", |
102 | 102 | "rimraf": "^2.6.3", |
103 | 103 | "rollup": "^1.15.6", |
|
108 | 108 | "rollup-plugin-replace": "^2.2.0", |
109 | 109 | "rollup-plugin-terser": "^5.0.0", |
110 | 110 | "rollup-plugin-typescript2": "^0.21.2", |
111 | | - "rollup-plugin-visualizer": "^2.2.1", |
| 111 | + "rollup-plugin-visualizer": "^2.4.3", |
112 | 112 | "stylelint": "^10.1.0", |
113 | 113 | "stylelint-config-standard": "^18.3.0", |
114 | 114 | "stylelint-config-styled-components": "^0.1.1", |
|
137 | 137 | ] |
138 | 138 | }, |
139 | 139 | "resolutions": { |
140 | | - "@types/react": "^16.8.20" |
| 140 | + "@types/react": "^16.8.22" |
141 | 141 | }, |
142 | 142 | "name": "react-datepicker" |
143 | 143 | } |
0 commit comments