@hig/theme-context
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,8 @@ | ||
# [@hig/theme-context-v2.1.3](https://github.com/Autodesk/hig/compare/@hig/theme-context@2.1.2...@hig/theme-context@2.1.3) (2019-03-13) | ||
### Bug Fixes | ||
* move theme-data to peer dependency ([151e178](https://github.com/Autodesk/hig/commit/151e178)) | ||
# [@hig/theme-context-v2.1.2](https://github.com/Autodesk/hig/compare/@hig/theme-context@2.1.1...@hig/theme-context@2.1.2) (2019-03-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/theme-context", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "ThemeContext components to ease adoption of theme data from React components", | ||
@@ -21,3 +21,2 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/theme-data": "^2.3.2", | ||
"create-react-context": "^0.2.3", | ||
@@ -31,6 +30,6 @@ "prop-types": "^15.6.1" | ||
"@hig/scripts": "^0.1.2", | ||
"@hig/semantic-release-config": "^0.1.0", | ||
"@hig/styles": "^0.3.0" | ||
"@hig/semantic-release-config": "^0.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@hig/theme-data": "*", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -37,0 +36,0 @@ }, |
@@ -18,3 +18,3 @@ # ThemeContext component | ||
```bash | ||
yarn add @hig/themes | ||
yarn add @hig/theme-context @hig/theme-data | ||
``` | ||
@@ -21,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
17429
5
+ Added@hig/theme-data@3.4.2(transitive)
- Removed@hig/theme-data@^2.3.2
- Removed@hig/theme-data@2.26.0(transitive)