|
54 | 54 | ],
|
55 | 55 | "ncurc": {
|
56 | 56 | "reject": [
|
57 |
| - "react-transition-group" |
| 57 | + "react-transition-group", |
| 58 | + "css-loader", |
| 59 | + "mini-html-webpack-plugin", |
| 60 | + "react-styleguidist", |
| 61 | + "url-loader" |
58 | 62 | ]
|
59 | 63 | },
|
60 | 64 | "license": "MIT",
|
|
168 | 172 | "lint-staged"
|
169 | 173 | ],
|
170 | 174 | "devDependencies": {
|
171 |
| - "@babel/cli": "^7.6.2", |
172 |
| - "@babel/core": "^7.6.2", |
| 175 | + "@babel/cli": "^7.6.4", |
| 176 | + "@babel/core": "^7.6.4", |
173 | 177 | "@babel/plugin-external-helpers": "^7.2.0",
|
174 | 178 | "@babel/plugin-proposal-class-properties": "^7.5.5",
|
175 | 179 | "@babel/plugin-proposal-decorators": "^7.6.0",
|
|
179 | 183 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
180 | 184 | "@babel/plugin-transform-async-to-generator": "^7.5.0",
|
181 | 185 | "@babel/plugin-transform-modules-commonjs": "^7.6.0",
|
182 |
| - "@babel/plugin-transform-react-constant-elements": "^7.6.0", |
| 186 | + "@babel/plugin-transform-react-constant-elements": "^7.6.3", |
183 | 187 | "@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
184 | 188 | "@babel/plugin-transform-runtime": "^7.6.2",
|
185 |
| - "@babel/preset-env": "^7.6.2", |
186 |
| - "@babel/preset-react": "^7.0.0", |
| 189 | + "@babel/preset-env": "^7.6.3", |
| 190 | + "@babel/preset-react": "^7.6.3", |
187 | 191 | "@rollup-umd/ncu": "^1.0.9",
|
188 | 192 | "@semantic-release/changelog": "^3.0.4",
|
189 | 193 | "@semantic-release/git": "^7.0.16",
|
190 |
| - "@semantic-release/github": "^5.4.3", |
191 |
| - "@semantic-release/npm": "^5.1.15", |
| 194 | + "@semantic-release/github": "^5.5.3", |
| 195 | + "@semantic-release/npm": "^5.2.0", |
192 | 196 | "babel-eslint": "^10.0.3",
|
193 | 197 | "babel-jest": "^24.9.0",
|
194 | 198 | "babel-loader": "^8.0.6",
|
|
200 | 204 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
201 | 205 | "cz-conventional-changelog": "^3.0.2",
|
202 | 206 | "enzyme": "^3.10.0",
|
203 |
| - "enzyme-adapter-react-16": "^1.14.0", |
204 |
| - "eslint": "^6.3.0", |
| 207 | + "enzyme-adapter-react-16": "^1.15.0", |
| 208 | + "eslint": "^6.5.1", |
205 | 209 | "eslint-config-airbnb": "^18.0.1",
|
206 | 210 | "eslint-plugin-import": "^2.18.2",
|
207 | 211 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
208 |
| - "eslint-plugin-react": "^7.14.3", |
| 212 | + "eslint-plugin-react": "^7.16.0", |
209 | 213 | "istanbul-api": "^3.0.0",
|
210 | 214 | "istanbul-reports": "^2.2.6",
|
211 | 215 | "jest-cli": "^24.9.0",
|
212 | 216 | "jest-sonar-reporter": "^2.0.0",
|
213 |
| - "lint-staged": "^9.4.0", |
| 217 | + "lint-staged": "^9.4.2", |
214 | 218 | "pre-commit": "^1.2.2",
|
215 | 219 | "raf": "^3.4.1",
|
216 |
| - "react-test-renderer": "^16.9.0", |
| 220 | + "react-test-renderer": "^16.10.2", |
217 | 221 | "semantic-release": "^15.13.24",
|
| 222 | + "terser": "4.3.4", |
218 | 223 | "toctoc": "^0.3.2",
|
219 | 224 | "webpack": "^4.41.0"
|
220 | 225 | },
|
221 | 226 | "dependencies": {
|
222 |
| - "@babel/runtime": "^7.6.2", |
| 227 | + "@babel/runtime": "^7.6.3", |
| 228 | + "@bootstrap-styled/rsg-components": "2.1.5", |
223 | 229 | "acorn": "^6.1.1",
|
224 | 230 | "acorn-jsx": "^5.0.1",
|
225 |
| - "react-styleguidist": "^9.1.2", |
226 |
| - "@bootstrap-styled/rsg-components": "^2.1.3", |
227 | 231 | "css-loader": "^2.1.1",
|
228 |
| - "documentation": "^11.0.0", |
| 232 | + "documentation": "^12.1.2", |
229 | 233 | "exports-loader": "^0.7.0",
|
230 |
| - "image-webpack-loader": "^4.6.0", |
| 234 | + "image-webpack-loader": "^6.0.0", |
231 | 235 | "lodash.omit": "^4.5.0",
|
232 | 236 | "mini-html-webpack-plugin": "^1.0.0",
|
233 | 237 | "parse-author": "^2.0.0",
|
234 | 238 | "prop-types": "^15.7.2",
|
235 |
| - "react": "^16.9.0", |
236 |
| - "react-dom": "^16.9.0", |
237 |
| - "react-ga": "^2.6.0", |
| 239 | + "react": "^16.10.2", |
| 240 | + "react-dom": "^16.10.2", |
| 241 | + "react-ga": "^2.7.0", |
| 242 | + "react-styleguidist": "9.1.2", |
238 | 243 | "react-transition-group": "^2.9.0",
|
239 |
| - "style-loader": "^0.23.1", |
| 244 | + "style-loader": "^1.0.0", |
240 | 245 | "styled-components": "^4.4.0",
|
241 |
| - "url-loader": "^2.1.0", |
| 246 | + "url-loader": "^1.1.2", |
242 | 247 | "webpack-merge": "^4.2.2"
|
243 | 248 | },
|
244 | 249 | "peerDependencies": {},
|
|
0 commit comments