terra-i18n
Advanced tools
Comparing version 2.11.0 to 2.12.0
@@ -7,2 +7,7 @@ Changelog | ||
2.12.0 - (June 22, 2018) | ||
------------------ | ||
### Changed | ||
* Major dependency version bump for `fs-extra` | ||
2.11.0 - (June 12, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -14,2 +14,3 @@ # Dependency Information | ||
| 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.6.0 | ^16.2.0 | Provides an adjustable template for documentation pages. | | ||
@@ -16,0 +17,0 @@ ## devDependencies |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "The terra-i18n package provides on-demand internationalization of React components.", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"commander": "^2.9.0", | ||
"fs-extra": "^5.0.0", | ||
"fs-extra": "^6.0.1", | ||
"glob": "^7.1.1", | ||
@@ -44,3 +44,3 @@ "intl": "^1.2.5", | ||
"react-intl": "^2.4.0", | ||
"terra-doc-template": "^1.6.0" | ||
"terra-doc-template": "^1.7.0" | ||
}, | ||
@@ -47,0 +47,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
106688
+ Addedfs-extra@6.0.1(transitive)
- Removedfs-extra@5.0.0(transitive)
Updatedfs-extra@^6.0.1
Updatedterra-doc-template@^1.7.0