|
172 | 172 | "lint-staged"
|
173 | 173 | ],
|
174 | 174 | "devDependencies": {
|
175 |
| - "@babel/cli": "^7.7.0", |
176 |
| - "@babel/core": "^7.7.2", |
177 |
| - "@babel/plugin-external-helpers": "^7.2.0", |
178 |
| - "@babel/plugin-proposal-class-properties": "^7.7.0", |
179 |
| - "@babel/plugin-proposal-decorators": "^7.7.0", |
180 |
| - "@babel/plugin-proposal-json-strings": "^7.2.0", |
181 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
182 |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
183 |
| - "@babel/plugin-syntax-import-meta": "^7.2.0", |
184 |
| - "@babel/plugin-transform-async-to-generator": "^7.7.0", |
185 |
| - "@babel/plugin-transform-modules-commonjs": "^7.7.0", |
186 |
| - "@babel/plugin-transform-react-constant-elements": "^7.6.3", |
187 |
| - "@babel/plugin-transform-react-inline-elements": "^7.2.0", |
188 |
| - "@babel/plugin-transform-runtime": "^7.6.2", |
189 |
| - "@babel/preset-env": "^7.7.1", |
190 |
| - "@babel/preset-react": "^7.7.0", |
| 175 | + "@babel/cli": "^7.8.3", |
| 176 | + "@babel/core": "^7.8.3", |
| 177 | + "@babel/plugin-external-helpers": "^7.8.3", |
| 178 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 179 | + "@babel/plugin-proposal-decorators": "^7.8.3", |
| 180 | + "@babel/plugin-proposal-json-strings": "^7.8.3", |
| 181 | + "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
| 182 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 183 | + "@babel/plugin-syntax-import-meta": "^7.8.3", |
| 184 | + "@babel/plugin-transform-async-to-generator": "^7.8.3", |
| 185 | + "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
| 186 | + "@babel/plugin-transform-react-constant-elements": "^7.8.3", |
| 187 | + "@babel/plugin-transform-react-inline-elements": "^7.8.3", |
| 188 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 189 | + "@babel/preset-env": "^7.8.3", |
| 190 | + "@babel/preset-react": "^7.8.3", |
191 | 191 | "@rollup-umd/ncu": "^1.0.9",
|
192 |
| - "@semantic-release/changelog": "^3.0.5", |
193 |
| - "@semantic-release/git": "^7.0.18", |
194 |
| - "@semantic-release/github": "^5.5.5", |
195 |
| - "@semantic-release/npm": "^5.3.4", |
| 192 | + "@semantic-release/changelog": "^5.0.0", |
| 193 | + "@semantic-release/git": "^9.0.0", |
| 194 | + "@semantic-release/github": "^7.0.0", |
| 195 | + "@semantic-release/npm": "^7.0.0", |
196 | 196 | "babel-eslint": "^10.0.3",
|
197 |
| - "babel-jest": "^24.9.0", |
| 197 | + "babel-jest": "^25.1.0", |
198 | 198 | "babel-loader": "^8.0.6",
|
199 | 199 | "babel-merge": "^3.0.0",
|
200 | 200 | "babel-plugin-add-module-exports": "^1.0.2",
|
201 | 201 | "babel-plugin-dynamic-import-node": "^2.3.0",
|
202 | 202 | "babel-plugin-react-transform": "^3.0.0",
|
203 |
| - "babel-plugin-styled-components": "^1.10.6", |
| 203 | + "babel-plugin-styled-components": "^1.10.7", |
204 | 204 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
205 |
| - "cz-conventional-changelog": "^3.0.2", |
206 |
| - "enzyme": "^3.10.0", |
207 |
| - "enzyme-adapter-react-16": "^1.15.1", |
208 |
| - "eslint": "^6.6.0", |
| 205 | + "cz-conventional-changelog": "^3.1.0", |
| 206 | + "enzyme": "^3.11.0", |
| 207 | + "enzyme-adapter-react-16": "^1.15.2", |
| 208 | + "eslint": "^6.8.0", |
209 | 209 | "eslint-config-airbnb": "^18.0.1",
|
210 |
| - "eslint-plugin-import": "^2.18.2", |
| 210 | + "eslint-plugin-import": "^2.20.0", |
211 | 211 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
212 |
| - "eslint-plugin-react": "^7.16.0", |
| 212 | + "eslint-plugin-react": "^7.18.0", |
213 | 213 | "istanbul-api": "^3.0.0",
|
214 |
| - "istanbul-reports": "^2.2.6", |
215 |
| - "jest-cli": "^24.9.0", |
| 214 | + "istanbul-reports": "^3.0.0", |
| 215 | + "jest-cli": "^25.1.0", |
216 | 216 | "jest-sonar-reporter": "^2.0.0",
|
217 |
| - "lint-staged": "^9.4.3", |
| 217 | + "lint-staged": "^10.0.4", |
218 | 218 | "pre-commit": "^1.2.2",
|
219 | 219 | "raf": "^3.4.1",
|
220 |
| - "react-test-renderer": "^16.11.0", |
221 |
| - "semantic-release": "^15.13.30", |
| 220 | + "react-test-renderer": "^16.12.0", |
| 221 | + "semantic-release": "^17.0.1", |
222 | 222 | "toctoc": "^0.3.2",
|
223 |
| - "webpack": "^4.41.2" |
| 223 | + "webpack": "^4.41.5" |
224 | 224 | },
|
225 | 225 | "dependencies": {
|
226 |
| - "@babel/runtime": "^7.7.2", |
227 |
| - "@bootstrap-styled/rsg-components": "2.1.5", |
| 226 | + "@babel/runtime": "^7.8.3", |
| 227 | + "@bootstrap-styled/rsg-components": "2.1.6", |
228 | 228 | "acorn": "^6.1.1",
|
229 | 229 | "acorn-jsx": "^5.0.1",
|
230 | 230 | "css-loader": "^2.1.1",
|
231 |
| - "documentation": "^12.1.3", |
| 231 | + "documentation": "^12.1.4", |
232 | 232 | "exports-loader": "^0.7.0",
|
233 | 233 | "image-webpack-loader": "^6.0.0",
|
234 | 234 | "lodash.omit": "^4.5.0",
|
235 | 235 | "mini-html-webpack-plugin": "^1.0.0",
|
236 | 236 | "parse-author": "^2.0.0",
|
237 | 237 | "prop-types": "^15.7.2",
|
238 |
| - "react": "^16.11.0", |
239 |
| - "react-dom": "^16.11.0", |
| 238 | + "react": "^16.12.0", |
| 239 | + "react-dom": "^16.12.0", |
240 | 240 | "react-ga": "^2.7.0",
|
241 | 241 | "react-styleguidist": "9.1.2",
|
242 | 242 | "react-transition-group": "^2.9.0",
|
243 |
| - "style-loader": "^1.0.0", |
| 243 | + "style-loader": "^1.1.3", |
244 | 244 | "styled-components": "^4.4.1",
|
245 | 245 | "url-loader": "^1.1.2",
|
246 | 246 | "webpack-merge": "^4.2.2"
|
|
0 commit comments