Skip to content

Commit 47a8730

Browse files
committed
Upgrade frontend dependencies
React router is 1.0.0 now React is 0.14.2 I'm waiting on gaearon/babel-plugin-react-transform#46 to upgrade to babel 6.0. Migration should be similar to this: zackify/react-router@b3fb1f8
1 parent 3fd1efe commit 47a8730

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

frontend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ version '0.0.1'
88
buildDir = 'dist'
99

1010
node {
11-
version = '4.1.1'
12-
npmVersion = '2.14.4'
11+
version = '5.0.0'
12+
npmVersion = '3.3.9'
1313
download = true
1414
}
1515

frontend/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,39 @@
1818
"license": "MIT",
1919
"devDependencies": {
2020
"babel": "^5.8.23",
21-
"babel-loader": "^5.3.2",
21+
"babel-loader": "^5.3.3",
2222
"babel-plugin-module-alias": "^0.1.2",
2323
"babel-plugin-react-transform": "^1.1.1",
24-
"expect": "^1.12.2",
24+
"expect": "^1.13.0",
2525
"express": "^4.13.3",
2626
"html-webpack-plugin": "^1.6.2",
27-
"jsdom": "^7.0.1",
27+
"jsdom": "^7.0.2",
2828
"mocha": "^2.3.3",
2929
"mocha-jsdom": "^1.0.0",
30-
"nock": "^2.15.0",
31-
"react-addons-test-utils": "^0.14.0",
30+
"nock": "^2.18.2",
31+
"react-addons-test-utils": "^0.14.2",
3232
"react-transform-catch-errors": "^1.0.0",
3333
"react-transform-hmr": "^1.0.1",
3434
"redbox-react": "^1.1.1",
3535
"redux-devtools": "^3.0.0-beta-3",
3636
"redux-devtools-dock-monitor": "^1.0.0-beta-3",
3737
"redux-devtools-log-monitor": "^1.0.0-beta-3",
3838
"request": "^2.65.0",
39-
"webpack": "^1.12.2",
39+
"webpack": "^1.12.4",
4040
"webpack-dev-middleware": "^1.2.0",
41-
"webpack-hot-middleware": "^2.4.1"
41+
"webpack-hot-middleware": "^2.5.0"
4242
},
4343
"dependencies": {
4444
"axios": "^0.7.0",
45-
"history": "^1.12.5",
45+
"history": "^1.13.0",
4646
"deep-equal": "^1.0.1",
4747
"isdev": "^1.0.1",
48-
"qs": "^5.2.0",
49-
"react": "^0.14.0",
50-
"react-dom": "^0.14.0",
48+
"qs": "^6.0.0",
49+
"react": "^0.14.2",
50+
"react-dom": "^0.14.2",
5151
"react-redux": "^4.0.0",
52-
"react-router": "^1.0.0-rc3",
53-
"redux": "^3.0.3",
52+
"react-router": "^1.0.0",
53+
"redux": "^3.0.4",
5454
"redux-thunk": "^1.0.0"
5555
}
5656
}

0 commit comments

Comments
 (0)