|
138 | 138 | "react/jsx-filename-extension": 0,
|
139 | 139 | "react/jsx-no-target-blank": 0,
|
140 | 140 | "react/require-extension": 0,
|
141 |
| - "react/self-closing-comp": 0 |
| 141 | + "react/self-closing-comp": 0, |
| 142 | + "react/jsx-props-no-spreading": 0, |
| 143 | + "react/state-in-constructor": 0, |
| 144 | + "react/static-property-placement": 0 |
142 | 145 | },
|
143 | 146 | "settings": {
|
144 | 147 | "import/resolver": {
|
|
165 | 168 | "lint-staged"
|
166 | 169 | ],
|
167 | 170 | "devDependencies": {
|
168 |
| - "@babel/cli": "^7.4.4", |
169 |
| - "@babel/core": "^7.4.4", |
| 171 | + "@babel/cli": "^7.6.2", |
| 172 | + "@babel/core": "^7.6.2", |
170 | 173 | "@babel/plugin-external-helpers": "^7.2.0",
|
171 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
172 |
| - "@babel/plugin-proposal-decorators": "^7.4.4", |
| 174 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 175 | + "@babel/plugin-proposal-decorators": "^7.6.0", |
173 | 176 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
174 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 177 | + "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
175 | 178 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
176 | 179 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
177 |
| - "@babel/plugin-transform-async-to-generator": "^7.4.4", |
178 |
| - "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
179 |
| - "@babel/plugin-transform-react-constant-elements": "^7.2.0", |
| 180 | + "@babel/plugin-transform-async-to-generator": "^7.5.0", |
| 181 | + "@babel/plugin-transform-modules-commonjs": "^7.6.0", |
| 182 | + "@babel/plugin-transform-react-constant-elements": "^7.6.0", |
180 | 183 | "@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
181 |
| - "@babel/plugin-transform-runtime": "^7.4.4", |
182 |
| - "@babel/preset-env": "^7.4.4", |
| 184 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 185 | + "@babel/preset-env": "^7.6.2", |
183 | 186 | "@babel/preset-react": "^7.0.0",
|
184 | 187 | "@rollup-umd/ncu": "^1.0.9",
|
185 |
| - "@semantic-release/changelog": "^3.0.2", |
186 |
| - "@semantic-release/git": "^7.0.8", |
187 |
| - "@semantic-release/github": "^5.2.10", |
188 |
| - "@semantic-release/npm": "^5.1.7", |
189 |
| - "babel-eslint": "^10.0.1", |
190 |
| - "babel-jest": "^24.8.0", |
| 188 | + "@semantic-release/changelog": "^3.0.4", |
| 189 | + "@semantic-release/git": "^7.0.16", |
| 190 | + "@semantic-release/github": "^5.4.3", |
| 191 | + "@semantic-release/npm": "^5.1.15", |
| 192 | + "babel-eslint": "^10.0.3", |
| 193 | + "babel-jest": "^24.9.0", |
191 | 194 | "babel-loader": "^8.0.6",
|
192 | 195 | "babel-merge": "^3.0.0",
|
193 | 196 | "babel-plugin-add-module-exports": "^1.0.2",
|
194 |
| - "babel-plugin-dynamic-import-node": "^2.2.0", |
| 197 | + "babel-plugin-dynamic-import-node": "^2.3.0", |
195 | 198 | "babel-plugin-react-transform": "^3.0.0",
|
196 |
| - "babel-plugin-styled-components": "^1.10.0", |
| 199 | + "babel-plugin-styled-components": "^1.10.6", |
197 | 200 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
198 |
| - "cz-conventional-changelog": "^2.1.0", |
199 |
| - "enzyme": "^3.9.0", |
200 |
| - "enzyme-adapter-react-16": "^1.13.1", |
201 |
| - "eslint": "^5.16.0", |
202 |
| - "eslint-config-airbnb": "^17.1.0", |
203 |
| - "eslint-plugin-import": "^2.17.2", |
204 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
205 |
| - "eslint-plugin-react": "^7.13.0", |
| 201 | + "cz-conventional-changelog": "^3.0.2", |
| 202 | + "enzyme": "^3.10.0", |
| 203 | + "enzyme-adapter-react-16": "^1.14.0", |
| 204 | + "eslint": "^6.3.0", |
| 205 | + "eslint-config-airbnb": "^18.0.1", |
| 206 | + "eslint-plugin-import": "^2.18.2", |
| 207 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 208 | + "eslint-plugin-react": "^7.14.3", |
206 | 209 | "istanbul-api": "^3.0.0",
|
207 | 210 | "istanbul-reports": "^2.2.6",
|
208 |
| - "jest-cli": "^24.8.0", |
| 211 | + "jest-cli": "^24.9.0", |
209 | 212 | "jest-sonar-reporter": "^2.0.0",
|
210 |
| - "lint-staged": "^8.1.7", |
| 213 | + "lint-staged": "^9.4.0", |
211 | 214 | "pre-commit": "^1.2.2",
|
212 | 215 | "raf": "^3.4.1",
|
213 |
| - "react-test-renderer": "^16.8.6", |
214 |
| - "semantic-release": "^15.13.12", |
| 216 | + "react-test-renderer": "^16.9.0", |
| 217 | + "semantic-release": "^15.13.24", |
215 | 218 | "toctoc": "^0.3.2",
|
216 |
| - "webpack": "^4.32.0" |
| 219 | + "webpack": "^4.41.0" |
217 | 220 | },
|
218 | 221 | "dependencies": {
|
219 |
| - "@babel/runtime": "^7.4.4", |
| 222 | + "@babel/runtime": "^7.6.2", |
220 | 223 | "acorn": "^6.1.1",
|
221 | 224 | "acorn-jsx": "^5.0.1",
|
222 | 225 | "react-styleguidist": "^9.1.2",
|
223 |
| - "@bootstrap-styled/rsg-components": "^2.1.2", |
| 226 | + "@bootstrap-styled/rsg-components": "^2.1.3", |
224 | 227 | "css-loader": "^2.1.1",
|
225 | 228 | "documentation": "^11.0.0",
|
226 | 229 | "exports-loader": "^0.7.0",
|
|
229 | 232 | "mini-html-webpack-plugin": "^1.0.0",
|
230 | 233 | "parse-author": "^2.0.0",
|
231 | 234 | "prop-types": "^15.7.2",
|
232 |
| - "react": "^16.8.6", |
233 |
| - "react-dom": "^16.8.6", |
234 |
| - "react-ga": "^2.5.7", |
| 235 | + "react": "^16.9.0", |
| 236 | + "react-dom": "^16.9.0", |
| 237 | + "react-ga": "^2.6.0", |
235 | 238 | "react-transition-group": "^2.9.0",
|
236 | 239 | "style-loader": "^0.23.1",
|
237 |
| - "styled-components": "^4.2.0", |
238 |
| - "url-loader": "^1.1.2", |
239 |
| - "webpack-merge": "^4.2.1" |
| 240 | + "styled-components": "^4.4.0", |
| 241 | + "url-loader": "^2.1.0", |
| 242 | + "webpack-merge": "^4.2.2" |
240 | 243 | },
|
241 | 244 | "peerDependencies": {},
|
242 | 245 | "publishConfig": {
|
|
0 commit comments