Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "electrum", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Electrum simplifies framework-agnostic declaration of React components.", | ||
@@ -52,9 +52,9 @@ "main": "lib/index.js", | ||
"path": "^0.12.7", | ||
"radium": "^0.15.3", | ||
"react": "^0.14.3", | ||
"react-addons-shallow-compare": "^0.14.3", | ||
"react-addons-test-utils": "^0.14.3", | ||
"react-dom": "^0.14.3", | ||
"radium": "^0.16.2", | ||
"react": "^0.14.6", | ||
"react-addons-shallow-compare": "^0.14.6", | ||
"react-addons-test-utils": "^0.14.6", | ||
"react-dom": "^0.14.6", | ||
"require-self": "^0.1.0" | ||
} | ||
} |
@@ -60,3 +60,3 @@ 'use strict'; | ||
const html = ReactDOMServer.renderToStaticMarkup (<Test state={store.select ('x')} theme={theme} />); | ||
const expectedHtml = '<div style="x:0;font:Roboto, sans-serif;y:2px;">Hello</div>'; | ||
const expectedHtml = '<div style="x:0;font:Roboto, sans-serif;y:2px;" class=" ">Hello</div>'; | ||
expect (html).to.equal (expectedHtml); | ||
@@ -91,3 +91,3 @@ }); | ||
const html = ReactDOMServer.renderToStaticMarkup (<Test state={store.select ('x')} theme={theme} kind='bar'/>); | ||
const expectedHtml = '<div style="x:0;font:Roboto, sans-serif;y:2px;z:30px;">Hello</div>'; | ||
const expectedHtml = '<div style="x:0;font:Roboto, sans-serif;y:2px;z:30px;" class=" ">Hello</div>'; | ||
expect (html).to.equal (expectedHtml); | ||
@@ -94,0 +94,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126442