Skip to content

Commit 9873270

Browse files
committed
Updated React to 15.0.0
1 parent da0e6a0 commit 9873270

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# react-webpack-template - Changelog
22

3+
## 1.6.0:
4+
5+
1. Updated react to new stable (15.0.0)
6+
37
## 1.5.3:
48

59
1. Asset paths are now relative (makes it easier to use bundles in subdirectories)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"null-loader": "^0.1.1",
6666
"open": "0.0.5",
6767
"phantomjs-prebuilt": "^2.0.0",
68-
"react-addons-test-utils": "^0.14.0",
68+
"react-addons-test-utils": "^15.0.0",
6969
"react-hot-loader": "^1.2.9",
7070
"rimraf": "^2.4.3",
7171
"style-loader": "^0.13.0",
@@ -76,7 +76,7 @@
7676
"dependencies": {
7777
"core-js": "^2.0.0",
7878
"normalize.css": "^4.0.0",
79-
"react": "^0.14.0",
80-
"react-dom": "^0.14.0"
79+
"react": "^15.0.0",
80+
"react-dom": "^15.0.0"
8181
}
8282
}

0 commit comments

Comments
 (0)