Comparing version 2.0.9 to 3.0.0
@@ -18,3 +18,3 @@ 'use strict'; | ||
var _CSSPropertyOperations = require('react/lib/CSSPropertyOperations'); | ||
var _CSSPropertyOperations = require('react-dom/lib/CSSPropertyOperations'); | ||
@@ -21,0 +21,0 @@ var _CSSPropertyOperations2 = _interopRequireDefault(_CSSPropertyOperations); |
{ | ||
"name": "belle", | ||
"version": "2.0.9", | ||
"version": "3.0.0", | ||
"description": "Configurable React Components with great UX", | ||
@@ -25,4 +25,4 @@ "author": { | ||
"peerDependencies": { | ||
"react": ">=0.14.0", | ||
"react-dom": ">=0.14.0" | ||
"react": ">=15.4.0", | ||
"react-dom": ">=15.4.0" | ||
}, | ||
@@ -57,5 +57,5 @@ "scripts": { | ||
"jest-cli": "^15.1.1", | ||
"react": "^15.3.2", | ||
"react-addons-test-utils": "^15.3.2", | ||
"react-dom": "^15.3.2", | ||
"react": "^15.4.1", | ||
"react-addons-test-utils": "^15.4.1", | ||
"react-dom": "^15.4.1", | ||
"react-transform-catch-errors": "^1.0.2", | ||
@@ -62,0 +62,0 @@ "react-transform-hmr": "^1.0.4", |
643478