|
132 | 132 | ] |
133 | 133 | }, |
134 | 134 | "devDependencies": { |
135 | | - "@babel/cli": "^7.2.0", |
| 135 | + "@babel/cli": "^7.2.3", |
136 | 136 | "@babel/core": "^7.2.2", |
137 | 137 | "@babel/plugin-external-helpers": "^7.2.0", |
138 | | - "@babel/plugin-proposal-class-properties": "^7.2.1", |
139 | | - "@babel/plugin-proposal-decorators": "^7.2.2", |
| 138 | + "@babel/plugin-proposal-class-properties": "^7.2.3", |
| 139 | + "@babel/plugin-proposal-decorators": "^7.2.3", |
140 | 140 | "@babel/plugin-proposal-json-strings": "^7.2.0", |
141 | 141 | "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
142 | 142 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
143 | 143 | "@babel/plugin-syntax-import-meta": "^7.2.0", |
144 | 144 | "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
145 | 145 | "@babel/plugin-transform-react-constant-elements": "^7.2.0", |
146 | 146 | "@babel/plugin-transform-react-inline-elements": "^7.2.0", |
147 | | - "@babel/preset-env": "^7.2.0", |
| 147 | + "@babel/preset-env": "^7.2.3", |
148 | 148 | "@babel/preset-react": "^7.0.0", |
149 | 149 | "@bootstrap-styled/documentation": "^1.2.0", |
150 | | - "@rollup-umd/documentation": "^1.3.0", |
| 150 | + "@rollup-umd/documentation": "^1.3.2", |
151 | 151 | "@semantic-release/changelog": "^3.0.1", |
152 | 152 | "@semantic-release/exec": "^3.3.1", |
153 | | - "@semantic-release/git": "^7.0.5", |
154 | | - "@semantic-release/github": "^5.2.6", |
| 153 | + "@semantic-release/git": "^7.0.6", |
| 154 | + "@semantic-release/github": "^5.2.7", |
155 | 155 | "@semantic-release/npm": "^5.1.2", |
156 | 156 | "babel-core": "^7.0.0-bridge.0", |
157 | 157 | "babel-eslint": "^10.0.1", |
|
161 | 161 | "babel-plugin-dynamic-import-node": "^2.2.0", |
162 | 162 | "babel-plugin-react-intl": "^3.0.1", |
163 | 163 | "babel-plugin-react-transform": "^3.0.0", |
164 | | - "babel-plugin-styled-components": "^1.9.4", |
| 164 | + "babel-plugin-styled-components": "^1.10.0", |
165 | 165 | "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
166 | 166 | "cz-conventional-changelog": "^2.1.0", |
167 | 167 | "enzyme": "^3.8.0", |
|
180 | 180 | "lint-staged": "^8.1.0", |
181 | 181 | "pre-commit": "^1.2.2", |
182 | 182 | "raf": "^3.4.1", |
183 | | - "react": "^16.6.3", |
| 183 | + "react": "^16.7.0", |
184 | 184 | "react-intl": "^2.7.2", |
185 | 185 | "react-redux": "^6.0.0", |
186 | 186 | "react-styleguidist": "^8.0.6", |
187 | | - "react-test-renderer": "^16.6.3", |
| 187 | + "react-test-renderer": "^16.7.0", |
188 | 188 | "redux": "^4.0.1", |
189 | | - "rollup": "^0.68.0", |
| 189 | + "rollup": "^0.68.1", |
190 | 190 | "rollup-plugin-babel": "^4.1.0", |
191 | 191 | "rollup-plugin-cleanup": "^3.0.0", |
192 | 192 | "rollup-plugin-commonjs": "^9.2.0", |
|
198 | 198 | "rollup-plugin-terser": "^3.0.0", |
199 | 199 | "rollup-plugin-visualizer": "^0.9.2", |
200 | 200 | "rollup-watch": "^4.3.1", |
201 | | - "semantic-release": "^15.13.0", |
| 201 | + "semantic-release": "^15.13.1", |
202 | 202 | "sinon": "^7.2.2", |
203 | | - "styled-components": "^4.1.2", |
| 203 | + "styled-components": "^4.1.3", |
204 | 204 | "toctoc": "^0.3.2", |
205 | | - "webpack": "^4.27.1" |
| 205 | + "webpack": "^4.28.1" |
206 | 206 | }, |
207 | 207 | "lint-staged": { |
208 | 208 | "*.js": [ |
|
217 | 217 | "extract-intl:doc" |
218 | 218 | ], |
219 | 219 | "dependencies": { |
220 | | - "@bootstrap-styled/v4": "^1.3.0", |
| 220 | + "@bootstrap-styled/v4": "^2.0.5", |
221 | 221 | "prop-types": "^15.6.2" |
222 | 222 | }, |
223 | 223 | "peerDependencies": { |
224 | | - "react": "^16.6.3", |
225 | | - "styled-components": "^4.1.2", |
| 224 | + "react": "^16.7.0", |
| 225 | + "styled-components": "^4.1.3", |
226 | 226 | "redux": "^4.0.1", |
227 | 227 | "react-redux": "^6.0.0" |
228 | 228 | }, |
|
0 commit comments