@atlaskit/width-detector
Advanced tools
Comparing version 1.0.0 to 2.0.0
# @atlaskit/width-detector | ||
## 2.0.0 | ||
- [major] [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107): | ||
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom. | ||
## 1.0.0 | ||
@@ -4,0 +9,0 @@ - [major] [87f0209201](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87f0209201): |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Wrapper for components that need to respond to width changes", | ||
@@ -22,3 +22,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/type-helpers": "^3.0.2", | ||
"@atlaskit/type-helpers": "^4.0.0", | ||
"raf-schd": "^2.1.0", | ||
@@ -28,3 +28,3 @@ "tslib": "^1.9.3" | ||
"peerDependencies": { | ||
"react": "^16.4.0", | ||
"react": "^16.8.0", | ||
"styled-components": "^3.2.6" | ||
@@ -34,8 +34,8 @@ }, | ||
"@atlaskit/build-utils": "^2.0.0", | ||
"@atlaskit/docs": "^7.0.1", | ||
"@atlaskit/ssr": "^0.0.1", | ||
"@atlaskit/visual-regression": "^0.0.1", | ||
"@atlaskit/docs": "^8.0.0", | ||
"@atlaskit/ssr": "^0.1.0", | ||
"@atlaskit/visual-regression": "^0.1.0", | ||
"enzyme": "^3.7.0", | ||
"lodash.debounce": "^4.0.8", | ||
"react-dom": "^16.4.2" | ||
"react-dom": "^16.8.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "keywords": [ |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"sideEffects": false | ||
} |
12967
+ Added@atlaskit/type-helpers@4.2.3(transitive)
- Removed@atlaskit/type-helpers@3.0.2(transitive)