|
1 | 1 | { |
2 | 2 | "name": "react-cool-starter", |
3 | | - "version": "2.5.5", |
| 3 | + "version": "2.5.6", |
4 | 4 | "description": "A starter boilerplate for an universal web application with the best development experience and best practices.", |
5 | 5 | "main": "index.js", |
6 | 6 | "engines": { |
|
49 | 49 | "flow:stop": "better-npm-run flow:stop", |
50 | 50 | "test": "better-npm-run test", |
51 | 51 | "test:watch": "yarn test --watch", |
| 52 | + "test:update-snapshot": "yarn test -u", |
52 | 53 | "clean": "npm-run-all clean:build clean:test", |
53 | 54 | "clean:build": "better-npm-run clean:build", |
54 | 55 | "clean:test": "better-npm-run clean:test", |
|
204 | 205 | ] |
205 | 206 | } |
206 | 207 | ], |
| 208 | + "lodash/prefer-lodash-method": "off", |
207 | 209 | "lodash/import-scope": "off", |
208 | 210 | "lodash/prefer-noop": "off", |
209 | | - "lodash/prefer-lodash-typecheck": "off", |
210 | 211 | "prettier/prettier": [ |
211 | 212 | "error", |
212 | 213 | { |
|
282 | 283 | "last 2 versions" |
283 | 284 | ], |
284 | 285 | "dependencies": { |
285 | | - "@babel/plugin-proposal-class-properties": "^7.0.0-rc.1", |
286 | | - "@babel/preset-env": "^7.0.0-rc.1", |
287 | | - "@babel/preset-flow": "^7.0.0-rc.1", |
288 | | - "@babel/preset-react": "^7.0.0-rc.1", |
289 | | - "@babel/register": "^7.0.0-rc.1", |
| 286 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 287 | + "@babel/preset-env": "^7.0.0", |
| 288 | + "@babel/preset-flow": "^7.0.0", |
| 289 | + "@babel/preset-react": "^7.0.0", |
| 290 | + "@babel/register": "^7.0.0", |
290 | 291 | "asset-require-hook": "^1.2.0", |
291 | | - "autoprefixer": "^9.1.1", |
| 292 | + "autoprefixer": "^9.1.3", |
292 | 293 | "axios": "^0.18.0", |
293 | | - "babel-plugin-dynamic-import-node": "^2.0.0", |
| 294 | + "babel-plugin-dynamic-import-node": "^2.1.0", |
294 | 295 | "babel-plugin-lodash": "^3.3.4", |
295 | 296 | "babel-plugin-transform-remove-console": "^6.9.4", |
296 | 297 | "better-npm-run": "^0.1.1", |
|
310 | 311 | "normalize.css": "^8.0.0", |
311 | 312 | "prop-types": "^15.6.2", |
312 | 313 | "react": "^16.4.2", |
313 | | - "react-dev-utils": "^5.0.1", |
| 314 | + "react-dev-utils": "^5.0.2", |
314 | 315 | "react-dom": "^16.4.2", |
315 | 316 | "react-helmet": "^5.2.0", |
316 | | - "react-hot-loader": "^4.3.4", |
| 317 | + "react-hot-loader": "^4.3.5", |
317 | 318 | "react-redux": "^5.0.7", |
318 | 319 | "react-router-config": "^1.0.0-beta.4", |
319 | 320 | "react-router-dom": "^4.3.1", |
|
324 | 325 | "serve-favicon": "^2.5.0" |
325 | 326 | }, |
326 | 327 | "devDependencies": { |
327 | | - "@babel/cli": "^7.0.0-rc.1", |
328 | | - "@babel/core": "^7.0.0-rc.1", |
| 328 | + "@babel/cli": "^7.0.0", |
| 329 | + "@babel/core": "^7.0.0", |
329 | 330 | "babel-core": "^7.0.0-bridge.0", |
330 | | - "babel-eslint": "^8.2.6", |
| 331 | + "babel-eslint": "^9.0.0", |
331 | 332 | "babel-jest": "^23.4.2", |
332 | | - "babel-loader": "^8.0.0-beta.0", |
333 | | - "babel-plugin-istanbul": "^4.1.6", |
334 | | - "compression-webpack-plugin": "^1.1.11", |
| 333 | + "babel-loader": "^8.0.0", |
| 334 | + "babel-plugin-istanbul": "^5.0.1", |
| 335 | + "compression-webpack-plugin": "^1.1.12", |
335 | 336 | "coveralls": "^3.0.2", |
336 | 337 | "css-loader": "^1.0.0", |
337 | | - "enzyme": "^3.4.4", |
338 | | - "enzyme-adapter-react-16": "^1.2.0", |
| 338 | + "enzyme": "^3.5.0", |
| 339 | + "enzyme-adapter-react-16": "^1.3.1", |
339 | 340 | "eslint": "^5.3.0", |
340 | 341 | "eslint-config-airbnb": "^17.1.0", |
341 | 342 | "eslint-config-prettier": "^3.0.1", |
|
345 | 346 | "eslint-plugin-lodash": "^2.7.0", |
346 | 347 | "eslint-plugin-prettier": "^2.6.2", |
347 | 348 | "eslint-plugin-react": "^7.11.0", |
348 | | - "file-loader": "^1.1.11", |
| 349 | + "file-loader": "^2.0.0", |
349 | 350 | "flow-bin": "^0.79.1", |
350 | 351 | "friendly-errors-webpack-plugin": "^1.7.0", |
351 | 352 | "husky": "^0.14.3", |
|
354 | 355 | "jest": "^23.5.0", |
355 | 356 | "lint-staged": "^7.2.2", |
356 | 357 | "lodash-webpack-plugin": "^0.11.5", |
357 | | - "mini-css-extract-plugin": "^0.4.1", |
| 358 | + "mini-css-extract-plugin": "^0.4.2", |
358 | 359 | "nock": "^9.6.1", |
359 | | - "nodemon": "^1.18.3", |
| 360 | + "nodemon": "^1.18.4", |
360 | 361 | "npm-run-all": "^4.1.3", |
361 | | - "optimize-css-assets-webpack-plugin": "^5.0.0", |
| 362 | + "optimize-css-assets-webpack-plugin": "^5.0.1", |
362 | 363 | "postcss": "^7.0.2", |
363 | 364 | "postcss-loader": "^3.0.0", |
364 | 365 | "prettier": "^1.14.2", |
|
373 | 374 | "stylelint-config-standard": "^18.2.0", |
374 | 375 | "stylelint-scss": "^3.3.0", |
375 | 376 | "url-loader": "^1.1.1", |
376 | | - "webpack": "^4.16.5", |
| 377 | + "webpack": "^4.17.1", |
377 | 378 | "webpack-bundle-analyzer": "^2.13.1", |
378 | 379 | "webpack-cli": "^3.1.0", |
379 | | - "webpack-dev-middleware": "^3.1.3", |
| 380 | + "webpack-dev-middleware": "^3.2.0", |
380 | 381 | "webpack-hot-middleware": "^2.22.3", |
381 | 382 | "webpack-manifest-plugin": "^2.0.3" |
382 | 383 | }, |
|
0 commit comments