@atlaskit/progress-tracker
Advanced tools
Comparing version 5.0.2 to 6.0.0
# @atlaskit/progress-tracker | ||
## 6.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. | ||
## 5.0.2 | ||
@@ -4,0 +9,0 @@ - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be): |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"description": "A React component that shows the steps and progress in a journey", | ||
@@ -23,4 +23,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/page": "^9.0.0", | ||
"@atlaskit/theme": "^8.1.7", | ||
"@atlaskit/page": "^10.0.0", | ||
"@atlaskit/theme": "^9.0.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -31,3 +31,3 @@ "react-router-dom": "^4.2.2", | ||
"peerDependencies": { | ||
"react": "^16.4.0", | ||
"react": "^16.8.0", | ||
"styled-components": "^3.2.6" | ||
@@ -37,9 +37,9 @@ }, | ||
"@atlaskit/build-utils": "^2.0.0", | ||
"@atlaskit/docs": "^7.0.3", | ||
"@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", | ||
"react-dom": "^16.4.2", | ||
"react-dom": "^16.8.0", | ||
"react-test-renderer": "^16.3.0" | ||
} | ||
} | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"sideEffects": false | ||
} |
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
42581
+ Added@atlaskit/page@10.0.2(transitive)
+ Added@atlaskit/theme@9.5.6(transitive)
+ Addedtslib@1.14.1(transitive)
- Removed@atlaskit/page@9.0.3(transitive)
- Removed@atlaskit/theme@8.1.9(transitive)
Updated@atlaskit/page@^10.0.0
Updated@atlaskit/theme@^9.0.0