@atlaskit/width-detector
Advanced tools
Comparing version 2.0.3 to 2.0.4
# @atlaskit/width-detector | ||
## 2.0.4 | ||
### Patch Changes | ||
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67): | ||
Updates component maintainers | ||
## 2.0.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Wrapper for components that need to respond to width changes", | ||
@@ -13,5 +13,6 @@ "license": "Apache-2.0", | ||
"maintainers": [ | ||
"John VDL", | ||
"Peter G", | ||
"Vito BZ" | ||
"Sean C", | ||
"Daniel DC", | ||
"Harsha I", | ||
"Alex R" | ||
], | ||
@@ -24,3 +25,3 @@ "atlaskit": { | ||
"dependencies": { | ||
"@atlaskit/type-helpers": "^4.1.5", | ||
"@atlaskit/type-helpers": "^4.1.6", | ||
"raf-schd": "^2.1.0", | ||
@@ -27,0 +28,0 @@ "tslib": "^1.9.3" |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false | ||
} |
{ | ||
"extends": "../../../tsconfig.core.json", | ||
"extends": "../../../tsconfig.json", | ||
"include": [ | ||
@@ -15,4 +15,4 @@ "./src/**/*.ts", | ||
"baseUrl": "./", | ||
} | ||
} |
21850