@atlaskit/width-detector
Advanced tools
Comparing version 2.0.7 to 2.0.8
# @atlaskit/width-detector | ||
## 2.0.8 | ||
### Patch Changes | ||
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716): | ||
Updated version of analytics-next to fix potential incompatibilities with TS 3.6 | ||
## 2.0.7 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Wrapper for components that need to respond to width changes", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/type-helpers": "^4.1.8", | ||
"@atlaskit/type-helpers": "^4.2.1", | ||
"raf-schd": "^2.1.0", | ||
@@ -34,3 +34,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@atlaskit/build-utils": "^2.2.5", | ||
"@atlaskit/build-utils": "^2.2.7", | ||
"@atlaskit/docs": "^8.1.5", | ||
@@ -37,0 +37,0 @@ "@atlaskit/ssr": "^0.1.1", |
@@ -14,5 +14,4 @@ { | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"baseUrl": "./" | ||
} | ||
} |
21889
22