Skip to content
This repository was archived by the owner on Jan 4, 2018. It is now read-only.

Commit f336d83

Browse files
committed
Upgrade deps
1 parent c910a8b commit f336d83

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"test": "echo \"Error: no test specified\" && exit 1"
2626
},
2727
"dependencies": {
28-
"babel-runtime": "^5.8.25",
28+
"babel-runtime": "^5.8.29",
2929
"classnames": "^2.2.0",
30-
"history": "^1.12.5",
30+
"history": "^1.13.0",
3131
"normalize.css": "^3.0.3",
3232
"parse-link-header": "^0.4.1",
3333
"purecss": "0.6.0",
34-
"react": "^0.14.0",
35-
"react-dom": "^0.14.0",
34+
"react": "^0.14.1",
35+
"react-dom": "^0.14.1",
3636
"react-intl": "2.0.0-pr-3",
3737
"react-pure-render": "^1.0.2",
3838
"react-redux": "^4.0.0",
3939
"react-router": "^1.0.0-rc3",
40-
"redux": "^3.0.2",
40+
"redux": "^3.0.4",
4141
"redux-devtools": "^3.0.0-beta-3",
4242
"redux-devtools-log-monitor": "^1.0.0-beta-3",
4343
"redux-devtools-dock-monitor": "^1.0.0-beta-3",
@@ -46,29 +46,29 @@
4646
"whatwg-fetch": "^0.10.0"
4747
},
4848
"devDependencies": {
49-
"babel": "^5.8.23",
50-
"babel-core": "^5.8.25",
49+
"babel": "^5.8.29",
50+
"babel-core": "^5.8.32",
5151
"babel-eslint": "^4.1.3",
5252
"babel-loader": "^5.3.2",
53-
"babel-plugin-react-intl": "^1.0.0-beta-4",
53+
"babel-plugin-react-intl": "^1.0.0-beta-5",
5454
"babel-plugin-react-transform": "^1.1.1",
55-
"css-loader": "^0.19.0",
55+
"css-loader": "^0.21.0",
5656
"cssnext-loader": "^1.0.1",
57-
"eslint": "^1.5.1",
58-
"eslint-plugin-react": "^3.4.2",
57+
"eslint": "^1.7.3",
58+
"eslint-plugin-react": "^3.6.3",
5959
"express": "^4.13.3",
6060
"extract-text-webpack-plugin": "^0.8.2",
6161
"gh-pages": "^0.4.0",
6262
"glob": "^5.0.15",
63-
"html-webpack-plugin": "^1.6.1",
63+
"html-webpack-plugin": "^1.6.2",
6464
"mkdirp": "^0.5.1",
6565
"react-transform-catch-errors": "^1.0.0",
6666
"react-transform-hmr": "^1.0.1",
6767
"redbox-react": "^1.1.1",
68-
"rimraf": "^2.4.2",
69-
"style-loader": "0.12.4",
68+
"rimraf": "^2.4.3",
69+
"style-loader": "^0.13.0",
7070
"webpack": "^1.12.2",
7171
"webpack-dev-middleware": "^1.2.0",
72-
"webpack-hot-middleware": "^2.3.0"
72+
"webpack-hot-middleware": "^2.4.1"
7373
}
7474
}

0 commit comments

Comments
 (0)