@enact/spotlight
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.12.1] - 2017-11-07 | ||
No significant changes. | ||
## [1.12.0] - 2017-10-27 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@enact/spotlight", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "A focus management library", | ||
@@ -24,7 +24,8 @@ "main": "src/spotlight.js", | ||
"dependencies": { | ||
"@enact/core": "^1.12.0", | ||
"@enact/core": "^1.12.1", | ||
"prop-types": "~15.6.0", | ||
"ramda": "~0.24.1", | ||
"react": "~15.6.1" | ||
"react": "~15.6.1", | ||
"react-dom": "~15.6.1" | ||
} | ||
} |
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
224951
5
+ Addedreact-dom@~15.6.1
Updated@enact/core@^1.12.1