alaska-settings
Advanced tools
Comparing version 0.11.8 to 0.11.10
{ | ||
"name": "alaska-settings", | ||
"version": "0.11.8", | ||
"version": "0.11.10", | ||
"description": "Alaska settings service", | ||
@@ -15,6 +15,6 @@ "keywords": [ | ||
"alaska-field-mixed": "^0.11.7", | ||
"alaska-field-select": "^0.11.8", | ||
"alaska-field-text": "^0.11.0", | ||
"debug": "^2.6.3" | ||
"alaska-field-select": "^0.11.10", | ||
"alaska-field-text": "^0.11.10", | ||
"debug": "^2.6.4" | ||
} | ||
} |
// @flow | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import _ from 'lodash'; | ||
@@ -12,10 +13,8 @@ import { bindActionCreators } from 'redux'; | ||
const { object, func } = React.PropTypes; | ||
class SettingsEditor extends React.Component { | ||
static contextTypes = { | ||
views: object, | ||
settings: object, | ||
t: func | ||
views: PropTypes.object, | ||
settings: PropTypes.object, | ||
t: PropTypes.func | ||
}; | ||
@@ -22,0 +21,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
9103
Updatedalaska-field-select@^0.11.10
Updatedalaska-field-text@^0.11.10
Updateddebug@^2.6.4