terra-i18n
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -7,2 +7,7 @@ Changelog | ||
1.14.0 - (February 1, 2018) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.13.0 - (January 18, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand.", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"babel-jest": "^19.0.0", | ||
"terra-props-table": "^1.11.0" | ||
"terra-props-table": "^1.12.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "peerDependencies": { |
@@ -23,3 +23,3 @@ // eslint-disable-next-line import/no-extraneous-dependencies | ||
module.exports = resizeTo(['tiny', 'small', 'medium', 'large', 'huge', 'enormous'], { | ||
module.exports = resizeTo(['medium'], { | ||
'Displays ajax error message in default': (browser) => { | ||
@@ -26,0 +26,0 @@ browser |
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
45871