|
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.3", |
53 | | - "@storybook/addon-knobs": "^5.1.3", |
54 | | - "@storybook/addon-links": "^5.1.3", |
55 | | - "@storybook/addons": "^5.1.3", |
56 | | - "@storybook/react": "^5.1.3", |
| 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", |
| 57 | + "@storybook/react": "^5.1.8", |
57 | 58 | "@testing-library/react": "^8.0.1", |
58 | | - "@types/jest": "^24.0.13", |
59 | | - "@types/react": "^16.8.19", |
| 59 | + "@types/jest": "^24.0.14", |
| 60 | + "@types/react": "^16.8.20", |
60 | 61 | "@types/storybook__addon-actions": "^3.4.3", |
61 | 62 | "@types/storybook__addon-knobs": "^5.0.1", |
62 | 63 | "@types/storybook__react": "^4.0.2", |
|
70 | 71 | "cz-lerna-changelog": "^2.0.2", |
71 | 72 | "date-fns": "^1.30.1", |
72 | 73 | "eslint": "^5.16.0", |
73 | | - "eslint-config-prettier": "^4.3.0", |
| 74 | + "eslint-config-prettier": "^5.0.0", |
74 | 75 | "eslint-config-react-app": "^4.0.1", |
75 | | - "eslint-plugin-flowtype": "^3.10.1", |
| 76 | + "eslint-plugin-flowtype": "^3.10.3", |
76 | 77 | "eslint-plugin-import": "^2.17.3", |
77 | 78 | "eslint-plugin-jsx-a11y": "^6.2.1", |
78 | 79 | "eslint-plugin-react": "^7.13.0", |
79 | 80 | "eslint-plugin-react-hooks": "^1.6.0", |
80 | | - "husky": "^2.4.0", |
| 81 | + "husky": "^2.4.1", |
81 | 82 | "is-ci-cli": "^1.1.1", |
82 | 83 | "jest": "^24.8.0", |
83 | 84 | "jest-config": "^24.8.0", |
|
87 | 88 | "jest-environment-node": "^24.8.0", |
88 | 89 | "jest-runner-eslint": "^0.7.4", |
89 | 90 | "jest-serializer-html": "^7.0.0", |
90 | | - "jest-styled-components": "^6.3.1", |
| 91 | + "jest-styled-components": "^6.3.3", |
91 | 92 | "jest-watch-select-projects": "^0.1.1", |
92 | 93 | "jest-watch-typeahead": "^0.3.1", |
93 | 94 | "lerna": "^3.15.0", |
94 | | - "lint-staged": "^8.2.0", |
| 95 | + "lint-staged": "^8.2.1", |
95 | 96 | "npm-run-all": "^4.1.5", |
96 | 97 | "prettier": "^1.18.2", |
97 | 98 | "react": "^16.8.6", |
98 | 99 | "react-dom": "^16.8.6", |
99 | 100 | "react-hooks-testing-library": "^0.5.1", |
100 | 101 | "react-test-renderer": "^16.8.6", |
101 | 102 | "rimraf": "^2.6.3", |
102 | | - "rollup": "^1.15.0", |
| 103 | + "rollup": "^1.15.5", |
103 | 104 | "rollup-plugin-analyzer": "^3.0.1", |
104 | 105 | "rollup-plugin-babel": "^4.3.2", |
105 | 106 | "rollup-plugin-commonjs": "^10.0.0", |
106 | | - "rollup-plugin-node-resolve": "^5.0.1", |
| 107 | + "rollup-plugin-node-resolve": "^5.0.2", |
107 | 108 | "rollup-plugin-replace": "^2.2.0", |
108 | 109 | "rollup-plugin-terser": "^5.0.0", |
109 | 110 | "rollup-plugin-typescript2": "^0.21.1", |
110 | | - "rollup-plugin-visualizer": "^1.1.1", |
| 111 | + "rollup-plugin-visualizer": "^2.2.0", |
111 | 112 | "stylelint": "^10.1.0", |
112 | 113 | "stylelint-config-standard": "^18.3.0", |
113 | 114 | "stylelint-config-styled-components": "^0.1.1", |
114 | 115 | "stylelint-processor-styled-components": "^1.8.0", |
115 | 116 | "ts-jest": "^24.0.2", |
116 | | - "typescript": "^3.5.1" |
| 117 | + "typescript": "^3.5.2" |
117 | 118 | }, |
118 | 119 | "config": { |
119 | 120 | "commitizen": { |
|
136 | 137 | ] |
137 | 138 | }, |
138 | 139 | "resolutions": { |
139 | | - "@types/react": "^16.8.19" |
| 140 | + "@types/react": "^16.8.20" |
140 | 141 | }, |
141 | 142 | "name": "react-datepicker" |
142 | 143 | } |
0 commit comments