|
31 | 31 | "postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then yarn run prod:build; fi"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "babel-eslint": "7.0.0", |
35 |
| - "eslint": "3.8.1", |
| 34 | + "babel-eslint": "7.1.0", |
| 35 | + "eslint": "3.9.1", |
36 | 36 | "eslint-loader": "1.6.0",
|
37 | 37 | "eslint-plugin-react": "6.4.1",
|
38 | 38 | "nodemon": "1.11.0",
|
|
41 | 41 | "redbox-react": "1.3.2",
|
42 | 42 | "redux-devtools": "3.3.1",
|
43 | 43 | "redux-devtools-dock-monitor": "1.1.1",
|
44 |
| - "redux-devtools-log-monitor": "1.0.11", |
| 44 | + "redux-devtools-log-monitor": "1.1.1", |
45 | 45 | "webpack-dev-server": "1.16.2",
|
46 | 46 | "webpack-sources": "0.1.2"
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 | 49 | "app-module-path": "2.1.0",
|
50 | 50 | "autoprefixer": "6.5.1",
|
51 | 51 | "babel": "6.5.2",
|
52 |
| - "babel-cli": "6.16.0", |
53 |
| - "babel-core": "6.17.0", |
54 |
| - "babel-loader": "6.2.5", |
| 52 | + "babel-cli": "6.18.0", |
| 53 | + "babel-core": "6.18.0", |
| 54 | + "babel-loader": "6.2.7", |
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.16.0", |
| 60 | + "babel-plugin-transform-class-properties": "6.18.0", |
61 | 61 | "babel-plugin-transform-decorators": "6.13.0",
|
62 | 62 | "babel-plugin-transform-object-rest-spread": "6.16.0",
|
63 | 63 | "babel-polyfill": "6.16.0",
|
64 |
| - "babel-preset-es2015": "6.16.0", |
| 64 | + "babel-preset-es2015": "6.18.0", |
65 | 65 | "babel-preset-react": "6.16.0",
|
66 |
| - "babel-register": "6.16.3", |
| 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",
|
|
73 | 73 | "express": "4.14.0",
|
74 | 74 | "extract-text-webpack-plugin": "1.0.1",
|
75 | 75 | "file-loader": "0.9.0",
|
76 |
| - "font-awesome": "4.6.3", |
77 |
| - "history": "4.3.0", |
| 76 | + "font-awesome": "4.7.0", |
| 77 | + "history": "4.4.0", |
78 | 78 | "include-media": "1.4.8",
|
79 | 79 | "isomorphic-fetch": "2.2.1",
|
80 | 80 | "json-loader": "0.5.4",
|
81 |
| - "lodash": "4.16.4", |
| 81 | + "lodash": "4.16.6", |
82 | 82 | "mocha": "3.1.2",
|
83 | 83 | "node-sass": "3.10.1",
|
84 |
| - "postcss-loader": "1.0.0", |
| 84 | + "postcss-loader": "1.1.0", |
85 | 85 | "react": "15.3.2",
|
86 | 86 | "react-dom": "15.3.2",
|
87 | 87 | "react-redux": "4.4.5",
|
88 |
| - "react-router": "2.8.1", |
| 88 | + "react-router": "3.0.0", |
89 | 89 | "react-router-redux": "4.0.6",
|
90 | 90 | "redux": "3.6.0",
|
91 | 91 | "redux-localstorage": "0.4.1",
|
|
96 | 96 | "serve-static": "1.11.1",
|
97 | 97 | "style-loader": "0.13.1",
|
98 | 98 | "url-loader": "0.5.7",
|
99 |
| - "webpack": "1.13.2", |
100 |
| - "webpack-isomorphic-tools": "2.6.3" |
| 99 | + "webpack": "1.13.3", |
| 100 | + "webpack-isomorphic-tools": "2.6.4" |
101 | 101 | }
|
102 | 102 | }
|
0 commit comments