@atlaskit/layer
Advanced tools
Comparing version 5.0.3 to 5.0.4
# @atlaskit/layer | ||
## 5.0.4 | ||
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557) | ||
- [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557) | ||
## 5.0.3 | ||
@@ -4,0 +8,0 @@ - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1) |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "5.0.2" | ||
"version": "5.0.3" | ||
} |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "A React layer component responsible for the position of an element on a page", | ||
@@ -35,3 +35,3 @@ "license": "Apache-2.0", | ||
"raf-stub": "^2.0.1", | ||
"react-dom": "^16.4.0" | ||
"react-dom": "^16.4.2" | ||
}, | ||
@@ -46,2 +46,2 @@ "atlaskit": { | ||
] | ||
} | ||
} |
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
397234