|
31 | 31 | "postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then yarn run prod:build; fi"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "babel-eslint": "7.1.0", |
35 |
| - "eslint": "3.9.1", |
36 |
| - "eslint-loader": "1.6.0", |
37 |
| - "eslint-plugin-react": "6.4.1", |
| 34 | + "babel-eslint": "7.1.1", |
| 35 | + "eslint": "3.11.1", |
| 36 | + "eslint-loader": "1.6.1", |
| 37 | + "eslint-plugin-react": "6.7.1", |
38 | 38 | "nodemon": "1.11.0",
|
39 | 39 | "react-transform-catch-errors": "1.0.2",
|
40 | 40 | "react-transform-hmr": "1.0.4",
|
41 |
| - "redbox-react": "1.3.2", |
| 41 | + "redbox-react": "1.3.3", |
42 | 42 | "redux-devtools": "3.3.1",
|
43 | 43 | "redux-devtools-dock-monitor": "1.1.1",
|
44 | 44 | "redux-devtools-log-monitor": "1.1.1",
|
45 | 45 | "webpack-dev-server": "2.1.0-beta.11",
|
46 |
| - "webpack-sources": "0.1.2" |
| 46 | + "webpack-sources": "0.1.3" |
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 | 49 | "app-module-path": "2.1.0",
|
50 |
| - "autoprefixer": "6.5.1", |
| 50 | + "autoprefixer": "6.5.3", |
51 | 51 | "babel": "6.5.2",
|
52 | 52 | "babel-cli": "6.18.0",
|
53 |
| - "babel-core": "6.18.0", |
54 |
| - "babel-loader": "6.2.7", |
| 53 | + "babel-core": "6.18.2", |
| 54 | + "babel-loader": "6.2.8", |
55 | 55 | "babel-plugin-react-transform": "2.0.2",
|
56 | 56 | "babel-plugin-resolver": "1.1.0",
|
57 | 57 | "babel-plugin-syntax-class-properties": "6.13.0",
|
58 | 58 | "babel-plugin-syntax-decorators": "6.13.0",
|
59 | 59 | "babel-plugin-syntax-object-rest-spread": "6.13.0",
|
60 |
| - "babel-plugin-transform-class-properties": "6.18.0", |
| 60 | + "babel-plugin-transform-class-properties": "6.19.0", |
61 | 61 | "babel-plugin-transform-decorators": "6.13.0",
|
62 |
| - "babel-plugin-transform-object-rest-spread": "6.16.0", |
| 62 | + "babel-plugin-transform-object-rest-spread": "6.19.0", |
63 | 63 | "babel-polyfill": "6.16.0",
|
64 | 64 | "babel-preset-es2015": "6.18.0",
|
65 | 65 | "babel-preset-react": "6.16.0",
|
66 | 66 | "babel-register": "6.18.0",
|
67 | 67 | "classnames": "2.2.5",
|
68 | 68 | "compression": "1.6.2",
|
69 | 69 | "compression-webpack-plugin": "0.3.2",
|
70 |
| - "css-loader": "0.25.0", |
| 70 | + "css-loader": "0.26.0", |
71 | 71 | "css-modules-require-hook": "4.0.5",
|
72 | 72 | "expose-loader": "0.7.1",
|
73 | 73 | "express": "4.14.0",
|
74 | 74 | "extract-text-webpack-plugin": "2.0.0-beta.4",
|
75 | 75 | "file-loader": "0.9.0",
|
76 | 76 | "font-awesome": "4.7.0",
|
77 |
| - "history": "4.4.0", |
78 |
| - "include-media": "1.4.8", |
| 77 | + "history": "4.4.1", |
| 78 | + "include-media": "1.4.9", |
79 | 79 | "isomorphic-fetch": "2.2.1",
|
80 | 80 | "json-loader": "0.5.4",
|
81 |
| - "lodash": "4.16.6", |
82 |
| - "mocha": "3.1.2", |
83 |
| - "node-sass": "3.10.1", |
84 |
| - "postcss-loader": "1.1.0", |
85 |
| - "react": "15.3.2", |
86 |
| - "react-dom": "15.3.2", |
87 |
| - "react-redux": "4.4.5", |
| 81 | + "lodash": "4.17.2", |
| 82 | + "mocha": "3.2.0", |
| 83 | + "node-sass": "3.13.0", |
| 84 | + "postcss-loader": "1.1.1", |
| 85 | + "react": "15.4.1", |
| 86 | + "react-dom": "15.4.1", |
| 87 | + "react-redux": "4.4.6", |
88 | 88 | "react-router": "3.0.0",
|
89 |
| - "react-router-redux": "4.0.6", |
| 89 | + "react-router-redux": "4.0.7", |
90 | 90 | "redux": "3.6.0",
|
91 | 91 | "redux-thunk": "2.1.0",
|
92 | 92 | "reselect": "2.5.4",
|
|
0 commit comments