|
35 | 35 | "postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then npm run build:production; fi"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "babel-eslint": "5.0.0-beta9", |
| 38 | + "babel-eslint": "5.0.0", |
39 | 39 | "chai": "3.5.0",
|
40 | 40 | "chai-immutable": "1.5.3",
|
41 | 41 | "cordova-lib": "6.0.0",
|
42 |
| - "eslint": "1.10.3", |
| 42 | + "eslint": "2.1.0", |
43 | 43 | "eslint-plugin-react": "3.16.1",
|
44 | 44 | "mocha": "2.4.5",
|
45 | 45 | "react-transform-catch-errors": "1.0.2",
|
|
49 | 49 | "redux-devtools-dock-monitor": "1.0.1",
|
50 | 50 | "redux-devtools-log-monitor": "1.0.4",
|
51 | 51 | "webpack-dev-server": "1.14.1",
|
52 |
| - "yargs": "3.32.0" |
| 52 | + "yargs": "4.1.0" |
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "babel": "6.5.1", |
56 |
| - "babel-core": "6.5.1", |
57 |
| - "babel-loader": "6.2.2", |
| 55 | + "babel": "6.5.2", |
| 56 | + "babel-core": "6.5.2", |
| 57 | + "babel-loader": "6.2.3", |
58 | 58 | "babel-plugin-react-transform": "2.0.0",
|
59 | 59 | "babel-plugin-syntax-class-properties": "6.5.0",
|
60 | 60 | "babel-plugin-syntax-decorators": "6.5.0",
|
61 | 61 | "babel-plugin-syntax-object-rest-spread": "6.5.0",
|
62 |
| - "babel-plugin-transform-class-properties": "6.5.0", |
| 62 | + "babel-plugin-transform-class-properties": "6.5.2", |
63 | 63 | "babel-plugin-transform-decorators": "6.5.0",
|
64 | 64 | "babel-plugin-transform-object-rest-spread": "6.5.0",
|
65 | 65 | "babel-polyfill": "6.5.0",
|
66 | 66 | "babel-preset-es2015": "6.5.0",
|
67 | 67 | "babel-preset-react": "6.5.0",
|
68 |
| - "babel-register": "6.5.1", |
| 68 | + "babel-register": "6.5.2", |
69 | 69 | "bootstrap-sass": "3.3.6",
|
70 | 70 | "classnames": "2.2.3",
|
71 | 71 | "compression": "1.6.1",
|
72 | 72 | "compression-webpack-plugin": "0.2.0",
|
73 | 73 | "css-loader": "0.23.1",
|
74 |
| - "eslint-loader": "1.2.1", |
| 74 | + "eslint-loader": "1.3.0", |
75 | 75 | "expose-loader": "0.7.1",
|
76 | 76 | "express": "4.13.4",
|
77 | 77 | "extract-text-webpack-plugin": "1.0.1",
|
78 | 78 | "fastclick": "1.0.6",
|
79 | 79 | "file-loader": "0.8.5",
|
80 | 80 | "font-awesome": "4.5.0",
|
81 | 81 | "history": "2.0.0",
|
82 |
| - "html-webpack-plugin": "2.8.1", |
| 82 | + "html-webpack-plugin": "2.9.0", |
83 | 83 | "include-media": "1.4.2",
|
84 | 84 | "isomorphic-fetch": "2.2.1",
|
85 | 85 | "json-loader": "0.5.4",
|
86 |
| - "lodash": "4.3.0", |
| 86 | + "lodash": "4.5.0", |
87 | 87 | "node-sass": "3.4.2",
|
88 | 88 | "react": "0.14.7",
|
89 | 89 | "react-dom": "0.14.7",
|
|
99 | 99 | "style-loader": "0.13.0",
|
100 | 100 | "url-loader": "0.5.7",
|
101 | 101 | "webpack": "1.12.13",
|
102 |
| - "webpack-isomorphic-tools": "2.2.26", |
| 102 | + "webpack-isomorphic-tools": "2.2.29", |
103 | 103 | "webpack-sources": "0.1.1"
|
104 | 104 | }
|
105 | 105 | }
|
0 commit comments