We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0e6a0 commit 9873270Copy full SHA for 9873270
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# react-webpack-template - Changelog
2
3
+## 1.6.0:
4
+
5
+1. Updated react to new stable (15.0.0)
6
7
## 1.5.3:
8
9
1. Asset paths are now relative (makes it easier to use bundles in subdirectories)
package.json
@@ -65,7 +65,7 @@
65
"null-loader": "^0.1.1",
66
"open": "0.0.5",
67
"phantomjs-prebuilt": "^2.0.0",
68
- "react-addons-test-utils": "^0.14.0",
+ "react-addons-test-utils": "^15.0.0",
69
"react-hot-loader": "^1.2.9",
70
"rimraf": "^2.4.3",
71
"style-loader": "^0.13.0",
@@ -76,7 +76,7 @@
76
"dependencies": {
77
"core-js": "^2.0.0",
78
"normalize.css": "^4.0.0",
79
- "react": "^0.14.0",
80
- "react-dom": "^0.14.0"
+ "react": "^15.0.0",
+ "react-dom": "^15.0.0"
81
}
82
0 commit comments