Comparing version 1.7.0 to 1.7.1
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.7.1] - 2018-07-31 | ||
### Fixed | ||
- Forgot to update packages... | ||
## [1.7.0] - 2018-07-31 | ||
@@ -9,0 +13,0 @@ ### Changed |
{ | ||
"name": "app-bar", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/react": "^16.4.6", | ||
"@types/react": "^16.4.7", | ||
"@types/react-dom": "^16.0.6", | ||
@@ -32,11 +32,11 @@ "css-wipe": "^4.3.0", | ||
"parcel-bundler": "^1.9.7", | ||
"prettier": "^1.13.7", | ||
"prettier": "^1.14.0", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"tslint": "^5.10.0", | ||
"tslint-config-prettier": "^1.13.0", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.14.0", | ||
"tslint-config-standard": "^7.1.0", | ||
"tslint-plugin-prettier": "^1.3.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.0.1" | ||
}, | ||
@@ -43,0 +43,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
14061