File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # v0.5.0
2
+
3
+ Upgrade React 0.14 -> 15.0
4
+
1
5
# v0.4.0
2
6
3
7
Major refactor to bring dependencies up-to-date:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " essential-react" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " A minimal skeleton for building testable React apps using Babel" ,
5
5
"main" : " src/main.js" ,
6
6
"scripts" : {
43
43
"nyc" : " ^5.6.0" ,
44
44
"postcss-loader" : " ^0.6.0" ,
45
45
"postcss-nested" : " ^1.0.0" ,
46
- "react-addons-test-utils" : " ^0.14.7 " ,
46
+ "react-addons-test-utils" : " ^15.0.1 " ,
47
47
"react-hot-loader" : " ^1.3.0" ,
48
48
"sinon" : " ^1.17.2" ,
49
49
"style-loader" : " ^0.12.3" ,
55
55
"babel-polyfill" : " ^6.5.0" ,
56
56
"babel-runtime" : " ^6.5.0" ,
57
57
"express" : " ^4.12.3" ,
58
- "react" : " ^0.14.7 " ,
59
- "react-dom" : " ^0.14.7 " ,
58
+ "react" : " ^15.0.1 " ,
59
+ "react-dom" : " ^15.0.1 " ,
60
60
"react-router" : " ^2.0.0"
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments