Skip to content

Commit 24f8734

Browse files
committed
Update deps, including React 15 RC1
1 parent 72bf1bc commit 24f8734

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

nwb.config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ module.exports = {
33
babel: {
44
loose: 'all'
55
},
6-
define: {
7-
__VERSION__: JSON.stringify(require('./package.json').version)
6+
webpack: {
7+
plugins: {
8+
define: {
9+
__VERSION__: JSON.stringify(require('./package.json').version)
10+
}
11+
}
812
}
913
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
},
1717
"dependencies": {
1818
"events": "1.1.0",
19-
"firebase": "2.3.2",
20-
"history": "1.17.0",
21-
"react": "0.14.5",
22-
"react-dom": "0.14.5",
19+
"firebase": "2.4.1",
20+
"history": "2.0.1",
21+
"react": "15.0.0-rc.1",
22+
"react-dom": "15.0.0-rc.1",
2323
"react-router": "2.0.1",
2424
"react-timeago": "2.2.1",
25-
"reactfire": "0.5.1",
26-
"scroll-behavior": "0.3.0",
25+
"reactfire": "0.6.0",
26+
"scroll-behavior": "0.3.3",
2727
"setimmediate": "1.0.4"
2828
},
2929
"devDependencies": {
30-
"eslint-config-jonnybuchanan": "2.0.x",
31-
"nwb": "0.6.x"
30+
"eslint-config-jonnybuchanan": "2.0.3",
31+
"nwb": "0.8.1"
3232
}
3333
}

0 commit comments

Comments
 (0)