|
48 | 48 | },
|
49 | 49 | "main": "src/server/index.js",
|
50 | 50 | "dependencies": {
|
51 |
| - "autoprefixer": "^6.6.1", |
52 |
| - "babel-core": "^6.21.0", |
| 51 | + "autoprefixer": "^6.7.0", |
| 52 | + "babel-core": "^6.22.1", |
53 | 53 | "babel-runtime": "^6.20.0",
|
54 | 54 | "better-npm-run": "0.0.14",
|
55 | 55 | "debug": "^2.6.0",
|
56 |
| - "extract-text-webpack-plugin": "^2.0.0-beta.5", |
| 56 | + "extract-text-webpack-plugin": "^2.0.0-rc.2", |
57 | 57 | "fs-extra": "^2.0.0",
|
58 | 58 | "globby": "^6.1.0",
|
59 |
| - "inquirer": "^2.0.0", |
| 59 | + "inquirer": "^3.0.1", |
60 | 60 | "ip": "^1.1.4",
|
61 | 61 | "koa": "^2.0.0",
|
62 | 62 | "koa-compress": "next",
|
|
75 | 75 | "react-helmet": "^4.0.0",
|
76 | 76 | "react-hot-loader": "^3.0.0-beta.6",
|
77 | 77 | "react-redux": "^5.0.2",
|
78 |
| - "react-router": "^3.0.1", |
| 78 | + "react-router": "^3.0.2", |
79 | 79 | "react-router-redux": "^4.0.7",
|
80 | 80 | "redux": "^3.6.0",
|
81 | 81 | "serialize-javascript": "^1.3.0",
|
82 |
| - "source-map-support": "^0.4.10", |
| 82 | + "source-map-support": "^0.4.11", |
83 | 83 | "webpack": "^2.2.0",
|
84 | 84 | "webpack-isomorphic-tools": "^2.6.6",
|
85 | 85 | "webpack-md5-hash": "^0.0.5",
|
86 | 86 | "why-did-you-update": "^0.0.8"
|
87 | 87 | },
|
88 | 88 | "devDependencies": {
|
89 |
| - "babel-cli": "^6.18.0", |
| 89 | + "babel-cli": "^6.22.2", |
90 | 90 | "babel-eslint": "^7.1.0",
|
91 | 91 | "babel-loader": "^6.2.10",
|
92 | 92 | "babel-plugin-istanbul": "^3.1.2",
|
93 | 93 | "babel-plugin-system-import-transformer": "^2.4.0",
|
94 |
| - "babel-plugin-transform-react-jsx-source": "^6.9.0", |
95 |
| - "babel-plugin-transform-runtime": "^6.15.0", |
96 |
| - "babel-preset-latest": "^6.16.0", |
97 |
| - "babel-preset-react": "^6.16.0", |
| 94 | + "babel-plugin-transform-react-jsx-source": "^6.22.0", |
| 95 | + "babel-plugin-transform-runtime": "^6.22.0", |
| 96 | + "babel-preset-latest": "^6.22.0", |
| 97 | + "babel-preset-react": "^6.22.0", |
98 | 98 | "babel-preset-react-optimize": "^1.0.1",
|
99 |
| - "babel-preset-stage-0": "^6.16.0", |
| 99 | + "babel-preset-stage-0": "^6.22.0", |
100 | 100 | "chai": "^3.5.0",
|
101 | 101 | "clean-webpack-plugin": "^0.1.15",
|
102 | 102 | "css-loader": "^0.26.1",
|
103 |
| - "enzyme": "^2.7.0", |
104 |
| - "eslint": "^3.13.1", |
| 103 | + "enzyme": "^2.7.1", |
| 104 | + "eslint": "^3.14.1", |
105 | 105 | "eslint-config-airbnb": "^14.0.0",
|
106 | 106 | "eslint-loader": "^1.6.1",
|
107 | 107 | "eslint-plugin-import": "^2.2.0",
|
108 | 108 | "eslint-plugin-jsx-a11y": "^3.0.2",
|
109 | 109 | "eslint-plugin-react": "^6.9.0",
|
110 |
| - "file-loader": "^0.9.0", |
111 |
| - "image-webpack-loader": "^3.1.0", |
| 110 | + "file-loader": "^0.10.0", |
| 111 | + "image-webpack-loader": "^3.2.0", |
112 | 112 | "json-loader": "^0.5.4",
|
113 | 113 | "karma": "^1.4.0",
|
114 | 114 | "karma-chrome-launcher": "^2.0.0",
|
|
117 | 117 | "karma-phantomjs-launcher": "^1.0.2",
|
118 | 118 | "karma-sourcemap-loader": "^0.3.7",
|
119 | 119 | "karma-spec-reporter": "^0.0.26",
|
120 |
| - "karma-webpack": "^2.0.1", |
| 120 | + "karma-webpack": "^2.0.2", |
121 | 121 | "mocha": "^3.2.0",
|
122 |
| - "node-sass": "^4.3.0", |
| 122 | + "node-sass": "^4.4.0", |
123 | 123 | "nodemon": "^1.11.0",
|
124 | 124 | "npm-run-all": "^4.0.1",
|
125 |
| - "postcss": "^5.2.10", |
| 125 | + "postcss": "^5.2.11", |
126 | 126 | "postcss-cssnext": "^2.9.0",
|
127 | 127 | "postcss-loader": "^1.2.2",
|
128 | 128 | "postcss-smart-import": "^0.6.7",
|
|
0 commit comments