|
1 | 1 | { |
2 | 2 | "name": "react-cool-starter", |
3 | | - "version": "2.5.3", |
| 3 | + "version": "2.5.4", |
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": { |
|
120 | 120 | } |
121 | 121 | ], |
122 | 122 | "@babel/preset-react", |
123 | | - [ |
124 | | - "@babel/preset-stage-0", |
125 | | - { |
126 | | - "decoratorsLegacy": true, |
127 | | - "pipelineProposal": "minimal" |
128 | | - } |
129 | | - ], |
130 | 123 | "@babel/preset-flow" |
131 | 124 | ], |
132 | 125 | "plugins": [ |
133 | 126 | "loadable-components/babel", |
134 | 127 | "dynamic-import-node", |
135 | | - "lodash" |
| 128 | + "lodash", |
| 129 | + "@babel/plugin-proposal-class-properties" |
136 | 130 | ], |
137 | 131 | "env": { |
138 | 132 | "production": { |
|
273 | 267 | "last 2 versions" |
274 | 268 | ], |
275 | 269 | "dependencies": { |
276 | | - "@babel/preset-env": "^7.0.0-beta.54", |
277 | | - "@babel/preset-flow": "^7.0.0-beta.54", |
278 | | - "@babel/preset-react": "^7.0.0-beta.54", |
279 | | - "@babel/preset-stage-0": "^7.0.0-beta.54", |
280 | | - "@babel/register": "^7.0.0-beta.54", |
| 270 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.55", |
| 271 | + "@babel/preset-env": "^7.0.0-beta.55", |
| 272 | + "@babel/preset-flow": "^7.0.0-beta.55", |
| 273 | + "@babel/preset-react": "^7.0.0-beta.55", |
| 274 | + "@babel/register": "^7.0.0-beta.55", |
281 | 275 | "asset-require-hook": "^1.2.0", |
282 | 276 | "autoprefixer": "^9.0.1", |
283 | 277 | "axios": "^0.18.0", |
|
290 | 284 | "cross-spawn": "^6.0.5", |
291 | 285 | "css-modules-require-hook": "^4.2.3", |
292 | 286 | "express": "^4.16.3", |
293 | | - "helmet": "^3.12.2", |
| 287 | + "helmet": "^3.13.0", |
294 | 288 | "history": "^4.7.2", |
295 | 289 | "hpp": "^0.2.2", |
296 | 290 | "html-minifier": "^3.5.19", |
|
305 | 299 | "react-dev-utils": "^5.0.1", |
306 | 300 | "react-dom": "^16.4.1", |
307 | 301 | "react-helmet": "^5.2.0", |
308 | | - "react-hot-loader": "^4.3.3", |
| 302 | + "react-hot-loader": "^4.3.4", |
309 | 303 | "react-redux": "^5.0.7", |
310 | 304 | "react-router-config": "^1.0.0-beta.4", |
311 | 305 | "react-router-dom": "^4.3.1", |
|
316 | 310 | "serve-favicon": "^2.5.0" |
317 | 311 | }, |
318 | 312 | "devDependencies": { |
319 | | - "@babel/cli": "^7.0.0-beta.54", |
320 | | - "@babel/core": "^7.0.0-beta.54", |
| 313 | + "@babel/cli": "^7.0.0-beta.55", |
| 314 | + "@babel/core": "^7.0.0-beta.55", |
321 | 315 | "babel-core": "^7.0.0-bridge.0", |
322 | 316 | "babel-eslint": "^8.2.6", |
323 | | - "babel-jest": "^23.4.0", |
| 317 | + "babel-jest": "^23.4.2", |
324 | 318 | "babel-loader": "^8.0.0-beta.0", |
325 | 319 | "babel-plugin-istanbul": "^4.1.6", |
326 | 320 | "compression-webpack-plugin": "^1.1.11", |
|
342 | 336 | "flow-bin": "^0.77.0", |
343 | 337 | "friendly-errors-webpack-plugin": "^1.7.0", |
344 | 338 | "identity-obj-proxy": "^3.0.0", |
345 | | - "imagemin-webpack-plugin": "^2.1.5", |
346 | | - "jest": "^23.4.1", |
| 339 | + "imagemin-webpack-plugin": "^2.2.0", |
| 340 | + "jest": "^23.4.2", |
347 | 341 | "lodash-webpack-plugin": "^0.11.5", |
348 | 342 | "mini-css-extract-plugin": "^0.4.1", |
349 | | - "nock": "^9.4.2", |
| 343 | + "nock": "^9.4.3", |
350 | 344 | "nodemon": "^1.18.3", |
351 | 345 | "npm-run-all": "^4.1.3", |
352 | 346 | "optimize-css-assets-webpack-plugin": "^5.0.0", |
353 | 347 | "postcss": "^7.0.1", |
354 | 348 | "postcss-loader": "^2.1.6", |
355 | | - "prettier": "^1.13.7", |
| 349 | + "prettier": "^1.14.0", |
356 | 350 | "prettier-stylelint": "^0.4.2", |
357 | 351 | "raf": "^3.4.0", |
358 | 352 | "react-test-renderer": "^16.4.1", |
359 | 353 | "redux-mock-store": "^1.5.3", |
360 | 354 | "sass-loader": "^7.0.3", |
361 | | - "stylelint": "^9.3.0", |
| 355 | + "stylelint": "^9.4.0", |
362 | 356 | "stylelint-config-recommended-scss": "^3.2.0", |
363 | 357 | "stylelint-config-standard": "^18.2.0", |
364 | 358 | "stylelint-scss": "^3.2.0", |
365 | 359 | "stylelint-webpack-plugin": "^0.10.5", |
366 | 360 | "url-loader": "^1.0.1", |
367 | | - "webpack": "^4.16.1", |
| 361 | + "webpack": "^4.16.3", |
368 | 362 | "webpack-bundle-analyzer": "^2.13.1", |
369 | 363 | "webpack-cli": "^3.1.0", |
370 | 364 | "webpack-dev-middleware": "^3.1.3", |
|
0 commit comments