@atlaskit/analytics-namespaced-context
Advanced tools
Comparing version 3.0.3 to 4.0.0
# @atlaskit/analytics-namespaced-context | ||
## 4.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. | ||
## 3.0.3 | ||
@@ -4,0 +9,0 @@ - [patch] [0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae): |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "3.0.3" | ||
"version": "4.0.0" | ||
} |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "3.0.3", | ||
"version": "4.0.0", | ||
"description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)", | ||
@@ -12,7 +12,7 @@ "config": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^4.0.5", | ||
"@atlaskit/analytics-next": "^5.0.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.4.0" | ||
"react": "^16.8.0" | ||
}, | ||
@@ -29,7 +29,7 @@ "author": "Atlassian Pty. Ltd", | ||
"devDependencies": { | ||
"@atlaskit/analytics-listeners": "^5.0.5", | ||
"@atlaskit/docs": "^7.0.1", | ||
"@atlaskit/analytics-listeners": "^6.0.0", | ||
"@atlaskit/docs": "^8.0.0", | ||
"enzyme": "^3.7.0", | ||
"enzyme-adapter-react-16": "^1.7.0", | ||
"react": "^16.4.0" | ||
"react": "^16.8.0" | ||
}, | ||
@@ -43,2 +43,2 @@ "atlaskit": { | ||
] | ||
} | ||
} |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "3.0.3" | ||
"version": "4.0.0" | ||
} |
13591
+ Added@atlaskit/analytics-next@5.4.1(transitive)
- Removed@atlaskit/analytics-next@4.0.5(transitive)