|
1 | 1 | {
|
2 | 2 | "name": "react-redux-universal-boilerplate",
|
3 |
| - "version": "2.0.3", |
| 3 | + "version": "2.0.4", |
4 | 4 | "author": {
|
5 | 5 | "name": "Kiki le singe"
|
6 | 6 | },
|
|
48 | 48 | },
|
49 | 49 | "main": "src/server/index.js",
|
50 | 50 | "dependencies": {
|
51 |
| - "autoprefixer": "^6.7.0", |
52 |
| - "babel-core": "^6.22.1", |
53 |
| - "babel-runtime": "^6.20.0", |
| 51 | + "autoprefixer": "^6.7.7", |
| 52 | + "babel-core": "^6.24.0", |
| 53 | + "babel-runtime": "^6.23.0", |
54 | 54 | "better-npm-run": "0.0.14",
|
55 |
| - "debug": "^2.6.0", |
56 |
| - "extract-text-webpack-plugin": "^2.0.0-rc.2", |
| 55 | + "debug": "^2.6.3", |
| 56 | + "extract-text-webpack-plugin": "^2.1.0", |
57 | 57 | "fs-extra": "^2.0.0",
|
58 | 58 | "globby": "^6.1.0",
|
59 |
| - "inquirer": "^3.0.1", |
60 |
| - "ip": "^1.1.4", |
61 |
| - "koa": "^2.0.0", |
| 59 | + "inquirer": "^3.0.6", |
| 60 | + "ip": "^1.1.5", |
| 61 | + "koa": "^2.2.0", |
62 | 62 | "koa-compress": "next",
|
63 | 63 | "koa-convert": "^1.2.0",
|
64 |
| - "koa-helmet": "^2.0.0", |
| 64 | + "koa-helmet": "^3.1.0", |
65 | 65 | "koa-html-minifier": "^1.0.1",
|
66 |
| - "koa-proxy": "^0.7.0", |
| 66 | + "koa-proxy": "^0.8.0", |
67 | 67 | "koa-static": "^3.0.0",
|
68 |
| - "koa-static-cache": "^3.2.0", |
69 |
| - "koa-webpack-dev-middleware": "^1.3.0", |
| 68 | + "koa-static-cache": "^4.0.0", |
| 69 | + "koa-webpack-dev-middleware": "^1.4.4", |
70 | 70 | "koa-webpack-hot-middleware": "^1.0.3",
|
71 | 71 | "normalize.css": "^5.0.0",
|
72 | 72 | "purifycss-webpack-plugin": "^2.0.3",
|
73 | 73 | "react": "^15.4.2",
|
74 | 74 | "react-dom": "^15.4.2",
|
75 | 75 | "react-helmet": "^4.0.0",
|
76 | 76 | "react-hot-loader": "^3.0.0-beta.6",
|
77 |
| - "react-redux": "^5.0.2", |
| 77 | + "react-redux": "^5.0.3", |
78 | 78 | "react-router": "^3.0.2",
|
79 |
| - "react-router-redux": "^4.0.7", |
| 79 | + "react-router-redux": "^4.0.8", |
80 | 80 | "redux": "^3.6.0",
|
81 | 81 | "serialize-javascript": "^1.3.0",
|
82 |
| - "source-map-support": "^0.4.11", |
83 |
| - "webpack": "^2.2.0", |
84 |
| - "webpack-isomorphic-tools": "^2.6.6", |
| 82 | + "source-map-support": "^0.4.12", |
| 83 | + "webpack": "^2.2.1", |
| 84 | + "webpack-isomorphic-tools": "^3.0.2", |
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.22.2", |
| 89 | + "babel-cli": "^6.24.0", |
90 | 90 | "babel-eslint": "^7.1.0",
|
91 |
| - "babel-loader": "^6.2.10", |
92 |
| - "babel-plugin-istanbul": "^3.1.2", |
93 |
| - "babel-plugin-system-import-transformer": "^2.4.0", |
| 91 | + "babel-loader": "^6.4.0", |
| 92 | + "babel-plugin-istanbul": "^4.0.0", |
| 93 | + "babel-plugin-system-import-transformer": "^3.1.0", |
94 | 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", |
| 95 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 96 | + "babel-preset-latest": "^6.24.0", |
| 97 | + "babel-preset-react": "^6.23.0", |
98 | 98 | "babel-preset-react-optimize": "^1.0.1",
|
99 | 99 | "babel-preset-stage-0": "^6.22.0",
|
100 | 100 | "chai": "^3.5.0",
|
101 | 101 | "clean-webpack-plugin": "^0.1.15",
|
102 |
| - "css-loader": "^0.26.1", |
| 102 | + "css-loader": "^0.27.3", |
103 | 103 | "enzyme": "^2.7.1",
|
104 |
| - "eslint": "^3.14.1", |
105 |
| - "eslint-config-airbnb": "^14.0.0", |
106 |
| - "eslint-loader": "^1.6.1", |
| 104 | + "eslint": "^3.17.1", |
| 105 | + "eslint-config-airbnb": "^14.1.0", |
| 106 | + "eslint-loader": "^1.6.3", |
107 | 107 | "eslint-plugin-import": "^2.2.0",
|
108 |
| - "eslint-plugin-jsx-a11y": "^3.0.2", |
109 |
| - "eslint-plugin-react": "^6.9.0", |
110 |
| - "file-loader": "^0.10.0", |
| 108 | + "eslint-plugin-jsx-a11y": "^4.0.0", |
| 109 | + "eslint-plugin-react": "^6.10.0", |
| 110 | + "file-loader": "^0.10.1", |
111 | 111 | "image-webpack-loader": "^3.2.0",
|
112 | 112 | "json-loader": "^0.5.4",
|
113 |
| - "karma": "^1.4.0", |
| 113 | + "karma": "^1.5.0", |
114 | 114 | "karma-chrome-launcher": "^2.0.0",
|
115 | 115 | "karma-coverage": "^1.1.1",
|
116 | 116 | "karma-mocha": "^1.3.0",
|
117 |
| - "karma-phantomjs-launcher": "^1.0.2", |
| 117 | + "karma-phantomjs-launcher": "^1.0.4", |
118 | 118 | "karma-sourcemap-loader": "^0.3.7",
|
119 |
| - "karma-spec-reporter": "^0.0.26", |
| 119 | + "karma-spec-reporter": "^0.0.30", |
120 | 120 | "karma-webpack": "^2.0.2",
|
121 | 121 | "mocha": "^3.2.0",
|
122 |
| - "node-sass": "^4.4.0", |
| 122 | + "node-sass": "^4.5.0", |
123 | 123 | "nodemon": "^1.11.0",
|
124 |
| - "npm-run-all": "^4.0.1", |
125 |
| - "postcss": "^5.2.11", |
| 124 | + "npm-run-all": "^4.0.2", |
| 125 | + "postcss": "^5.2.16", |
126 | 126 | "postcss-cssnext": "^2.9.0",
|
127 |
| - "postcss-loader": "^1.2.2", |
128 |
| - "postcss-smart-import": "^0.6.7", |
| 127 | + "postcss-loader": "^1.3.3", |
| 128 | + "postcss-smart-import": "^0.6.10", |
129 | 129 | "react-addons-test-utils": "^15.4.2",
|
130 | 130 | "react-hot-loader": "^3.0.0-beta.6",
|
131 |
| - "sass-loader": "^4.1.0", |
| 131 | + "sass-loader": "^6.0.3", |
132 | 132 | "sinon": "^1.17.7",
|
133 | 133 | "sinon-chai": "^2.8.0",
|
134 |
| - "style-loader": "^0.13.1", |
135 |
| - "url-loader": "^0.5.7", |
| 134 | + "style-loader": "^0.13.2", |
| 135 | + "url-loader": "^0.5.8", |
136 | 136 | "webpack-node-externals": "^1.5.4"
|
137 | 137 | },
|
138 | 138 | "scripts": {
|
|
0 commit comments