Skip to content

Commit 6d7e8a8

Browse files
jerairresttomchentw
authored andcommitted
feat(package.json): update to react@^15.0.0
* bumped react version in code as well as in example * forget a dev dependancy * more test dep fixes * Closes #47
1 parent f0f76fd commit 6d7e8a8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: examples/gh-pages/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"classnames": "^2.2.3",
3838
"node-libs-browser": "^1.0.0",
3939
"prismjs": "git+https://github.com/PrismJS/prism.git#gh-pages",
40-
"react": "^0.14.6",
41-
"react-dom": "^0.14.6",
42-
"react-toastr": "^2.3.1",
40+
"react": "^15.0.0",
41+
"react-dom": "^15.0.1",
42+
"react-toastr": "^2.5.0",
4343
"toastr": "^2.1.2"
4444
}
4545
}

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-toastr",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "React.js toastr component",
55
"main": "lib/index.js",
66
"files": [
@@ -69,18 +69,18 @@
6969
"jquery": "^2.2.0",
7070
"jsdom": "^8.0.0",
7171
"mocha": "^2.4.4",
72-
"react": "^0.14.6",
73-
"react-addons-test-utils": "^0.14.6",
72+
"react": "^15.0.0",
73+
"react-addons-test-utils": "^15.0.0",
7474
"rimraf": "^2.5.1",
7575
"tomchentw-npm-dev": "^3.2.0"
7676
},
7777
"peerDependencies": {
78-
"react": "^0.14.6"
78+
"react": "^15.0.0"
7979
},
8080
"dependencies": {
8181
"classnames": "^2.2.3",
8282
"element-class": "^0.2.2",
83-
"react-addons-update": "^0.14.6",
84-
"react-dom": "^0.14.6"
83+
"react-addons-update": "^15.0.0",
84+
"react-dom": "^15.0.0"
8585
}
8686
}

0 commit comments

Comments
 (0)