Comparing version 1.8.2 to 1.8.3
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.8.3"></a> | ||
## [1.8.3](https://gitlab.com/iiroj/app-bar/compare/v1.8.2...v1.8.3) (2018-09-09) | ||
<a name="1.8.2"></a> | ||
@@ -7,0 +12,0 @@ ## [1.8.2](https://gitlab.com/iiroj/app-bar/compare/v1.8.1...v1.8.2) (2018-08-28) |
{ | ||
"name": "app-bar", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -26,21 +26,21 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2" | ||
"react": ">=16.3", | ||
"react-dom": ">=16.3" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.4.12", | ||
"@types/react": "^16.4.13", | ||
"@types/react-dom": "^16.0.7", | ||
"css-wipe": "^4.3.0", | ||
"emotion": "^9.2.6", | ||
"emotion": "^9.2.8", | ||
"parcel-bundler": "^1.9.7", | ||
"prettier": "^1.14.2", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react": "^16.5.0", | ||
"react-dom": "^16.5.0", | ||
"standard-version": "^4.4.0", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.15.0", | ||
"tslint-config-standard": "^7.1.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"tslint-plugin-prettier": "^1.3.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -47,0 +47,0 @@ "keywords": [ |
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
16041