diff --git a/package.json b/package.json index 101c4f3..e94aa12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react.backbone", - "version": "0.8.0", + "version": "0.9.0", "author": "Clay Allsopp ", "scripts": { "test": "jest" @@ -22,13 +22,13 @@ "devDependencies": { "backbone": "1.x.x", "jest-cli": "~0.8.2", - "react": ">=0.14.x <1.x.x", - "react-addons-test-utils": "^0.14.3", - "react-dom": ">=0.14.x <1.x.x", + "react": "^15.0.0", + "react-addons-test-utils": "^15.0.0", + "react-dom": "^15.0.0", "react-tools": "0.13.x" }, "peerDependencies": { - "react": ">=0.14.x <1.x.x", + "react": "^15.0.0", "backbone": "1.x.x", "underscore": ">=1.2.x" },