terra-i18n
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -7,2 +7,7 @@ Changelog | ||
2.14.0 - (July 10, 2018) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.13.0 - (June 28, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,3 +8,3 @@ # Dependency Information | ||
| commander | ^2.9.0 | -- | the complete solution for node.js command-line programs | | ||
| fs-extra | ^6.0.1 | | | | ||
| fs-extra | ^6.0.1 | -- | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. | | ||
| glob | ^7.1.1 | -- | a little globber | | ||
@@ -15,3 +15,3 @@ | intl | ^1.2.5 | -- | Polyfill the ECMA-402 Intl API (except collation) | | ||
| react-intl | ^2.4.0 | ^0.14.9 \|\| ^15.0.0 \|\| ^16.0.0 | Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations. | | ||
| terra-doc-template | ^1.7.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
| terra-doc-template | ^1.8.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
@@ -18,0 +18,0 @@ ## devDependencies |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "The terra-i18n package provides on-demand internationalization of React components.", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
"react-intl": "^2.4.0", | ||
"terra-doc-template": "^1.8.0" | ||
"terra-doc-template": "^1.9.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "scripts": { |
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
108066
Updatedterra-doc-template@^1.9.0