react-with-styles-interface-aphrodite
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,1 +1,4 @@ | ||
## v3.1.1 | ||
- Allow boolean values for styles to run without failure | ||
## v3.1.0 | ||
@@ -2,0 +5,0 @@ - Add RTL support for `linear-gradient` |
{ | ||
"name": "react-with-styles-interface-aphrodite", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "react-with-styles interface for Aphrodite", | ||
@@ -42,22 +42,22 @@ "main": "lib/aphroditeInterface.js", | ||
"devDependencies": { | ||
"airbnb-js-shims": "^1.0.1", | ||
"airbnb-js-shims": "^1.3.0", | ||
"aphrodite": "^1.2.4", | ||
"babel-cli": "^6.18.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-transform-replace-object-assign": "^0.2.1", | ||
"babel-preset-airbnb": "^2.1.1", | ||
"babel-register": "^6.18.0", | ||
"chai": "^4.0.1", | ||
"eslint": "^3.13.1", | ||
"babel-preset-airbnb": "^2.4.0", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.8.0", | ||
"eslint-config-airbnb": "^15.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-jsx-a11y": "^5.1.1", | ||
"eslint-plugin-react": "^7.3.0", | ||
"eslint-plugin-react": "^7.4.0", | ||
"in-publish": "^2.0.0", | ||
"mocha": "^3.2.0", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"rimraf": "^2.5.4", | ||
"mocha": "^4.0.0", | ||
"prop-types": "^15.6.0", | ||
"react": "^15.6.2", | ||
"react-dom": "^15.6.2", | ||
"rimraf": "^2.6.2", | ||
"safe-publish-latest": "^1.1.1", | ||
"sinon": "^3.2.1", | ||
"sinon": "^4.0.0", | ||
"sinon-sandbox": "^1.0.2" | ||
@@ -69,7 +69,7 @@ }, | ||
"dependencies": { | ||
"array-flatten": "^2.1.0", | ||
"array-flatten": "^2.1.1", | ||
"has": "^1.0.1", | ||
"object.assign": "^4.0.4", | ||
"rtl-css-js": "^1.4.0" | ||
"rtl-css-js": "^1.7.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
65138
Updatedarray-flatten@^2.1.1
Updatedrtl-css-js@^1.7.0