@atlaskit/progress-tracker
Advanced tools
Comparing version 4.0.3 to 4.0.4
# @atlaskit/progress-tracker | ||
## 4.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) | ||
- @atlaskit/page@8.0.3 | ||
- @atlaskit/theme@5.1.3 | ||
## 4.0.3 | ||
@@ -4,0 +10,0 @@ - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1) |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "4.0.2" | ||
"version": "4.0.3" | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "A React component that shows the steps and progress in a journey", | ||
@@ -24,4 +24,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/page": "^8.0.2", | ||
"@atlaskit/theme": "^5.1.2", | ||
"@atlaskit/page": "^8.0.3", | ||
"@atlaskit/theme": "^5.1.3", | ||
"babel-runtime": "^6.26.0", | ||
@@ -39,5 +39,5 @@ "react-router-dom": "^4.2.2", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", | ||
"react-dom": "^16.4.0", | ||
"react-dom": "^16.4.2", | ||
"react-test-renderer": "^16.3.0" | ||
} | ||
} |
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
78868
Updated@atlaskit/page@^8.0.3
Updated@atlaskit/theme@^5.1.3