|
30 | 30 | "author": "Satyajit Sahoo <[email protected]> (https://github.com/satya164/)", |
31 | 31 | "license": "MIT", |
32 | 32 | "dependencies": { |
33 | | - "autoprefixer": "^6.3.7", |
34 | | - "babel-loader": "^6.2.4", |
| 33 | + "autoprefixer": "^6.4.1", |
| 34 | + "babel-loader": "^6.2.5", |
35 | 35 | "babel-plugin-transform-react-constant-elements": "^6.9.1", |
36 | 36 | "babel-plugin-transform-react-inline-elements": "^6.8.0", |
37 | | - "babel-plugin-transform-runtime": "^6.9.0", |
38 | | - "babel-polyfill": "^6.9.1", |
39 | | - "babel-preset-es2015": "^6.9.0", |
40 | | - "babel-preset-es2015-native-modules": "^6.6.0", |
| 37 | + "babel-plugin-transform-runtime": "^6.15.0", |
| 38 | + "babel-polyfill": "^6.13.0", |
| 39 | + "babel-preset-es2015": "^6.14.0", |
| 40 | + "babel-preset-es2015-native-modules": "^6.9.4", |
41 | 41 | "babel-preset-react": "^6.11.1", |
42 | 42 | "babel-preset-react-hmre": "^1.1.1", |
43 | | - "babel-preset-stage-1": "^6.5.0", |
44 | | - "babel-runtime": "^6.9.2", |
| 43 | + "babel-preset-stage-1": "^6.13.0", |
| 44 | + "babel-runtime": "^6.11.6", |
45 | 45 | "chalk": "^1.1.3", |
46 | | - "cheerio": "^0.20.0", |
47 | | - "css-loader": "^0.23.1", |
| 46 | + "cheerio": "^0.22.0", |
| 47 | + "css-loader": "^0.25.0", |
48 | 48 | "file-loader": "^0.9.0", |
49 | | - "glob-expand": "^0.2.0", |
| 49 | + "glob-expand": "^0.2.1", |
50 | 50 | "json-loader": "^0.5.4", |
51 | | - "koa": "^1.2.0", |
| 51 | + "koa": "^1.2.4", |
52 | 52 | "koa-compose": "^2.4.0", |
53 | 53 | "koa-logger": "^1.3.0", |
54 | 54 | "koa-static": "^2.0.0", |
55 | | - "koa-webpack-dev-middleware": "^1.2.1", |
| 55 | + "koa-webpack-dev-middleware": "^1.2.2", |
56 | 56 | "koa-webpack-hot-middleware": "^1.0.3", |
57 | 57 | "less": "^2.7.1", |
58 | 58 | "less-loader": "^2.2.3", |
59 | | - "lodash": "^4.13.1", |
| 59 | + "lodash": "^4.15.0", |
60 | 60 | "memory-fs": "^0.3.0", |
61 | 61 | "ncp": "^2.0.0", |
62 | | - "node-sass": "^3.8.0", |
| 62 | + "node-sass": "^3.9.3", |
63 | 63 | "opn": "^4.0.2", |
64 | | - "postcss-loader": "^0.9.1", |
65 | | - "radium": "^0.17.1", |
66 | | - "react": "^15.2.0", |
67 | | - "react-dom": "^15.2.0", |
| 64 | + "postcss-loader": "^0.13.0", |
| 65 | + "radium": "^0.18.1", |
| 66 | + "react": "^15.3.1", |
| 67 | + "react-dom": "^15.3.1", |
68 | 68 | "react-redux": "^4.4.5", |
69 | | - "react-router": "^2.5.2", |
| 69 | + "react-router": "^2.8.0", |
70 | 70 | "react-router-redux": "^4.0.5", |
71 | | - "redux": "^3.5.2", |
72 | | - "sass-loader": "^4.0.0", |
| 71 | + "redux": "^3.6.0", |
| 72 | + "sass-loader": "^4.0.2", |
73 | 73 | "style-loader": "^0.13.1", |
74 | 74 | "url-loader": "^0.5.7", |
75 | | - "webpack": "^2.1.0-beta.15", |
76 | | - "yargs": "^4.7.1" |
| 75 | + "webpack": "^2.1.0-beta.22", |
| 76 | + "yargs": "^5.0.0" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | | - "ava": "^0.15.2", |
80 | | - "babel-cli": "^6.10.1", |
81 | | - "babel-eslint": "^6.1.0", |
82 | | - "coveralls": "^2.11.9", |
83 | | - "cz-conventional-changelog": "^1.1.6", |
84 | | - "del": "^2.2.1", |
| 79 | + "ava": "^0.16.0", |
| 80 | + "babel-cli": "^6.14.0", |
| 81 | + "babel-eslint": "^6.1.2", |
| 82 | + "coveralls": "^2.11.12", |
| 83 | + "cz-conventional-changelog": "^1.2.0", |
| 84 | + "del": "^2.2.2", |
85 | 85 | "del-cli": "^0.2.0", |
86 | | - "eslint": "^3.0.0", |
87 | | - "eslint-plugin-ava": "^2.5.0", |
| 86 | + "eslint": "^3.5.0", |
| 87 | + "eslint-plugin-ava": "^3.0.0", |
88 | 88 | "eslint-plugin-babel": "^3.3.0", |
89 | | - "eslint-plugin-import": "^1.10.1", |
| 89 | + "eslint-plugin-import": "^1.14.0", |
90 | 90 | "eventsource": "^0.2.1", |
91 | 91 | "mkdirp": "^0.5.1", |
92 | | - "nyc": "^6.6.1", |
| 92 | + "nyc": "^8.1.0", |
93 | 93 | "semantic-release": "^4.3.5" |
94 | 94 | }, |
95 | 95 | "ava": { |
|
0 commit comments