@atlaskit/width-detector
Advanced tools
Comparing version 4.0.2 to 4.0.3
# @atlaskit/width-detector | ||
## 4.0.3 | ||
### Patch Changes | ||
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5` | ||
## 4.0.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Wrapper for components that need to respond to width changes", | ||
@@ -15,2 +15,9 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -37,3 +44,3 @@ "atlaskit:src": "src/index.ts", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/section-message": "^6.0.0", | ||
"@atlaskit/section-message": "^6.2.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -49,3 +56,3 @@ "@atlaskit/visual-regression": "*", | ||
"react-dom": "^16.8.0", | ||
"typescript": "4.3.5", | ||
"typescript": "4.5.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -52,0 +59,0 @@ }, |
@@ -7,3 +7,10 @@ { | ||
"sideEffects": false, | ||
"types": "../dist/types/WidthDetector.d.ts" | ||
"types": "../dist/types/WidthDetector.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"../dist/types-ts4.0/WidthDetector.d.ts" | ||
] | ||
} | ||
} | ||
} |
54034
43
1089
7946