react-input-message
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "react-input-message", | ||
"description": "unopinionated form input annotation", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"repository": { | ||
@@ -15,5 +15,5 @@ "url": "git://github.com/jquense/react-input-message.git" | ||
"dependencies": { | ||
"classnames": "^1.1.4", | ||
"promise": "^7.0.3", | ||
"topeka": "^0.3.0" | ||
"classnames": "^2.2.3", | ||
"topeka": "^0.3.0", | ||
"universal-promise": "^1.1.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "peerDependencies": { |
@@ -0,0 +0,0 @@ (function (root, factory) { |
@@ -8,3 +8,3 @@ 'use strict'; | ||
var React = require('react'), | ||
Promise = require('promise/lib/es6-extensions'); | ||
Promise = require('universal-promise'); | ||
@@ -11,0 +11,0 @@ var Validator = (function () { |
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
22555
+ Addeduniversal-promise@^1.1.0
+ Addeduniversal-promise@1.1.0(transitive)
- Removedpromise@^7.0.3
- Removedclassnames@1.2.2(transitive)
Updatedclassnames@^2.2.3