Comparing version 1.4.1 to 1.4.2
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.4.2] - 2018-06-01 | ||
### Changed | ||
- Update packages | ||
## [1.4.1] - 2018-05-21 | ||
@@ -9,0 +13,0 @@ ### Changed |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -22,8 +21,8 @@ export interface AppBarProps { | ||
private handleScroll; | ||
private addEventListener(); | ||
private removeEventListener(); | ||
private addEventListener; | ||
private removeEventListener; | ||
componentDidMount(): void; | ||
componentDidUpdate({disabled: wasDisabled}: AppBarProps): void; | ||
componentDidUpdate({ disabled: wasDisabled }: AppBarProps): void; | ||
componentWillUnmount(): void; | ||
render(): JSX.Element; | ||
} |
{ | ||
"name": "app-bar", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -22,6 +22,7 @@ "licence": "MIT", | ||
"peerDependencies": { | ||
"react": "^16.3.2" | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.3.14", | ||
"@types/react": "^16.3.16", | ||
"@types/react-dom": "^16.0.5", | ||
@@ -31,5 +32,5 @@ "css-wipe": "^4.3.0", | ||
"parcel-bundler": "^1.8.1", | ||
"prettier": "^1.12.1", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"prettier": "^1.13.3", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"tslint": "^5.10.0", | ||
@@ -40,3 +41,3 @@ "tslint-config-prettier": "^1.13.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^2.8.3" | ||
"typescript": "^2.9.1" | ||
}, | ||
@@ -43,0 +44,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
17141
2
181