|
1 | 1 | { |
2 | 2 | "name": "react-setup", |
3 | | - "version": "1.5.6", |
| 3 | + "version": "1.5.7", |
4 | 4 | "description": "A lightweight React setup: Babel, React, React Router, React Boostrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint", |
5 | 5 | "private": true, |
6 | 6 | "author": "Duc Ng (https://github.com/ngduc)", |
|
33 | 33 | ], |
34 | 34 | "dependencies": { |
35 | 35 | "fastclick": "1.0.6", |
36 | | - "history": "2.0.0-rc2", |
| 36 | + "history": "2.0.0", |
37 | 37 | "normalize.css": "3.0.3", |
38 | | - "react": "0.14.6", |
39 | | - "react-dom": "0.14.6", |
| 38 | + "react": "0.14.7", |
| 39 | + "react-dom": "0.14.7", |
40 | 40 | "react-intl": "2.0.0-beta-2", |
41 | 41 | "react-router": "2.0.0-rc5" |
42 | 42 | }, |
|
46 | 46 | "babel-cli": "6.4.5", |
47 | 47 | "babel-core": "6.4.5", |
48 | 48 | "babel-eslint": "5.0.0-beta6", |
49 | | - "babel-loader": "6.2.1", |
| 49 | + "babel-loader": "6.2.2", |
50 | 50 | "babel-plugin-react-intl": "2.0.0", |
51 | 51 | "babel-plugin-react-transform": "2.0.0", |
52 | 52 | "babel-polyfill": "6.3.14", |
53 | 53 | "babel-preset-es2015": "6.3.13", |
54 | 54 | "babel-preset-react": "6.3.13", |
55 | 55 | "babel-preset-stage-0": "6.3.13", |
56 | 56 | "babel-preset-stage-2": "6.3.13", |
57 | | - "chai": "3.4.1", |
| 57 | + "chai": "3.5.0", |
58 | 58 | "commitizen": "2.5.0", |
59 | | - "conventional-changelog": "0.5.3", |
60 | | - "copy-webpack-plugin": "1.0.0", |
| 59 | + "conventional-changelog": "1.0.1", |
| 60 | + "copy-webpack-plugin": "1.1.1", |
61 | 61 | "css-loader": "0.23.1", |
62 | 62 | "eslint": "1.10.3", |
63 | 63 | "eslint-plugin-react": "3.16.1", |
64 | 64 | "express": "4.13.4", |
65 | 65 | "extract-text-webpack-plugin": "1.0.1", |
66 | 66 | "glob": "6.0.4", |
67 | | - "html-webpack-plugin": "2.7.2", |
| 67 | + "html-webpack-plugin": "2.8.1", |
68 | 68 | "intl-messageformat-parser": "1.2.0", |
69 | 69 | "isparta": "4.0.0", |
70 | | - "jsdom": "7.2.2", |
| 70 | + "jsdom": "8.0.2", |
71 | 71 | "json-loader": "0.5.4", |
72 | | - "lodash": "3.10.1", |
| 72 | + "lodash": "4.2.1", |
73 | 73 | "mkdirp": "0.5.1", |
74 | | - "mocha": "2.3.4", |
75 | | - "postcss-import": "7.1.3", |
| 74 | + "mocha": "2.4.5", |
| 75 | + "postcss-import": "8.0.2", |
76 | 76 | "postcss-loader": "0.8.0", |
77 | 77 | "postcss-mixins": "4.0.0", |
78 | 78 | "postcss-modules-values": "1.1.1", |
79 | 79 | "postcss-nested": "1.0.0", |
80 | 80 | "postcss-simple-vars": "1.2.0", |
81 | | - "react-addons-test-utils": "0.14.6", |
| 81 | + "react-addons-test-utils": "0.14.7", |
82 | 82 | "react-bootstrap": "0.28.2", |
83 | | - "react-transform-catch-errors": "1.0.1", |
84 | | - "react-transform-hmr": "1.0.1", |
85 | | - "redbox-react": "1.2.0", |
| 83 | + "react-transform-catch-errors": "1.0.2", |
| 84 | + "react-transform-hmr": "1.0.2", |
| 85 | + "redbox-react": "1.2.2", |
86 | 86 | "rimraf": "2.5.1", |
87 | 87 | "serialize-javascript": "1.1.2", |
88 | | - "sinon": "1.17.2", |
| 88 | + "sinon": "1.17.3", |
89 | 89 | "sinon-chai": "2.8.0", |
90 | 90 | "stats-webpack-plugin": "0.3.0", |
91 | 91 | "style-loader": "0.13.0", |
92 | 92 | "teaspoon": "^6.1.1", |
93 | | - "webpack": "1.12.12", |
| 93 | + "webpack": "1.12.13", |
94 | 94 | "webpack-dev-middleware": "1.5.1", |
95 | | - "webpack-hot-middleware": "2.6.2" |
| 95 | + "webpack-hot-middleware": "2.6.4" |
96 | 96 | }, |
97 | 97 | "config": { |
98 | 98 | "commitizen": { |
|
0 commit comments