Skip to content

Commit ccf70f7

Browse files
committed
chore: upgraded packages
1 parent 286d6dc commit ccf70f7

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-setup",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "A lightweight React setup: Babel, React, React Router, React Boostrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint",
55
"private": true,
66
"author": "Duc Ng (https://github.com/ngduc)",
@@ -33,10 +33,10 @@
3333
],
3434
"dependencies": {
3535
"fastclick": "1.0.6",
36-
"history": "2.0.0-rc2",
36+
"history": "2.0.0",
3737
"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",
4040
"react-intl": "2.0.0-beta-2",
4141
"react-router": "2.0.0-rc5"
4242
},
@@ -46,53 +46,53 @@
4646
"babel-cli": "6.4.5",
4747
"babel-core": "6.4.5",
4848
"babel-eslint": "5.0.0-beta6",
49-
"babel-loader": "6.2.1",
49+
"babel-loader": "6.2.2",
5050
"babel-plugin-react-intl": "2.0.0",
5151
"babel-plugin-react-transform": "2.0.0",
5252
"babel-polyfill": "6.3.14",
5353
"babel-preset-es2015": "6.3.13",
5454
"babel-preset-react": "6.3.13",
5555
"babel-preset-stage-0": "6.3.13",
5656
"babel-preset-stage-2": "6.3.13",
57-
"chai": "3.4.1",
57+
"chai": "3.5.0",
5858
"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",
6161
"css-loader": "0.23.1",
6262
"eslint": "1.10.3",
6363
"eslint-plugin-react": "3.16.1",
6464
"express": "4.13.4",
6565
"extract-text-webpack-plugin": "1.0.1",
6666
"glob": "6.0.4",
67-
"html-webpack-plugin": "2.7.2",
67+
"html-webpack-plugin": "2.8.1",
6868
"intl-messageformat-parser": "1.2.0",
6969
"isparta": "4.0.0",
70-
"jsdom": "7.2.2",
70+
"jsdom": "8.0.2",
7171
"json-loader": "0.5.4",
72-
"lodash": "3.10.1",
72+
"lodash": "4.2.1",
7373
"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",
7676
"postcss-loader": "0.8.0",
7777
"postcss-mixins": "4.0.0",
7878
"postcss-modules-values": "1.1.1",
7979
"postcss-nested": "1.0.0",
8080
"postcss-simple-vars": "1.2.0",
81-
"react-addons-test-utils": "0.14.6",
81+
"react-addons-test-utils": "0.14.7",
8282
"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",
8686
"rimraf": "2.5.1",
8787
"serialize-javascript": "1.1.2",
88-
"sinon": "1.17.2",
88+
"sinon": "1.17.3",
8989
"sinon-chai": "2.8.0",
9090
"stats-webpack-plugin": "0.3.0",
9191
"style-loader": "0.13.0",
9292
"teaspoon": "^6.1.1",
93-
"webpack": "1.12.12",
93+
"webpack": "1.12.13",
9494
"webpack-dev-middleware": "1.5.1",
95-
"webpack-hot-middleware": "2.6.2"
95+
"webpack-hot-middleware": "2.6.4"
9696
},
9797
"config": {
9898
"commitizen": {

0 commit comments

Comments
 (0)