@atlaskit/avatar-group 9.2.0 → 9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -116,3 +117,15 @@ type onAvatarClickHandler = (
116
117
  ```
117
118
 
118
119
  <!--SECTION END: Main Entry Types-->
120
+
121
+ ### Peer Dependencies
122
+
123
+ <!--SECTION START: Peer Dependencies-->
124
+
125
+ ```json
126
+ {
127
+ "react": "^16.8.0"
128
+ }
129
+ ```
130
+
131
+ <!--SECTION END: Peer Dependencies-->