@atlaskit/help 7.1.18 → 7.1.19

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 7.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.1.18
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.18",
3
+ "version": "7.1.19",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.18",
3
+ "version": "7.1.19",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.18",
3
+ "version": "7.1.19",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.1.18",
3
+ "version": "7.1.19",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,9 +28,9 @@
28
28
  "dependencies": {
29
29
  "@atlaskit/analytics": "^8.0.0",
30
30
  "@atlaskit/analytics-next": "^8.0.0",
31
- "@atlaskit/button": "^16.4.0",
31
+ "@atlaskit/button": "^16.5.0",
32
32
  "@atlaskit/checkbox": "^12.4.0",
33
- "@atlaskit/form": "^8.7.0",
33
+ "@atlaskit/form": "^8.8.0",
34
34
  "@atlaskit/help-article": "^4.0.0",
35
35
  "@atlaskit/help-layout": "^4.1.0",
36
36
  "@atlaskit/icon": "^21.11.0",
@@ -38,8 +38,8 @@
38
38
  "@atlaskit/notification-log-client": "^6.0.0",
39
39
  "@atlaskit/radio": "^5.4.0",
40
40
  "@atlaskit/section-message": "^6.3.0",
41
- "@atlaskit/select": "^15.7.0",
42
- "@atlaskit/spinner": "^15.2.0",
41
+ "@atlaskit/select": "^16.0.0",
42
+ "@atlaskit/spinner": "^15.3.0",
43
43
  "@atlaskit/textarea": "^4.5.0",
44
44
  "@atlaskit/textfield": "^5.3.0",
45
45
  "@atlaskit/theme": "^12.2.0",
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
 
@@ -419,3 +420,18 @@ interface whatsNewSearchResult {
419
420
  ```
420
421
 
421
422
  <!--SECTION END: Main Entry Types-->
423
+
424
+ ### Peer Dependencies
425
+
426
+ <!--SECTION START: Peer Dependencies-->
427
+
428
+ ```json
429
+ {
430
+ "react": "^16.8.0",
431
+ "react-dom": "^16.8.0",
432
+ "react-intl-next": "npm:react-intl@^5.18.1",
433
+ "styled-components": "^3.2.6"
434
+ }
435
+ ```
436
+
437
+ <!--SECTION END: Peer Dependencies-->