Skip to content

Commit 8a386b4

Browse files
committed
Upgrade React to 15.3
1 parent 113e11f commit 8a386b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"babel-loader": "^6.2.2",
13-
"react": "^0.14.7",
14-
"react-dom": "^0.14.7",
13+
"react": "^15.3.0",
14+
"react-dom": "^15.3.0",
1515
"webpack": "2.1.0-beta.4"
1616
}
1717
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"eslint-plugin-react": "^5.0.0",
5454
"faucet": "0.0.1",
5555
"isparta": "^4.0.0",
56-
"react": "^15.0.2",
57-
"react-addons-test-utils": "^15.0.2",
56+
"react": "^15.3.0",
57+
"react-addons-test-utils": "^15.3.0",
5858
"tape": "^4.5.1"
5959
}
6060
}

0 commit comments

Comments
 (0)