@atlaskit/charlie-hierarchy 0.1.4 → 0.1.6

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,17 @@
1
1
  # @atlaskit/charlie-hierarchy
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.1.4
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* charlie-hierarchy.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* charlie-hierarchy.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* charlie-hierarchy.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* charlie-hierarchy.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./charlie-hierarchy.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* charlie-hierarchy.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* charlie-hierarchy.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import _extends from "@babel/runtime/helpers/extends";
4
4
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
package/package.json CHANGED
@@ -24,13 +24,13 @@
24
24
  ],
25
25
  "atlaskit:src": "src/index.ts",
26
26
  "dependencies": {
27
- "@atlaskit/button": "^23.4.0",
28
- "@atlaskit/css": "^0.14.0",
29
- "@atlaskit/primitives": "^14.14.0",
27
+ "@atlaskit/button": "^23.5.0",
28
+ "@atlaskit/css": "^0.15.0",
29
+ "@atlaskit/primitives": "^15.0.0",
30
30
  "@atlaskit/range": "^9.2.0",
31
- "@atlaskit/tokens": "^6.3.0",
31
+ "@atlaskit/tokens": "^7.0.0",
32
32
  "@babel/runtime": "^7.0.0",
33
- "@compiled/react": "^0.18.3",
33
+ "@compiled/react": "^0.18.6",
34
34
  "@visx/group": "^1.7.0",
35
35
  "@visx/hierarchy": "^1.7.0",
36
36
  "@visx/shape": "^1.7.0",
@@ -91,7 +91,7 @@
91
91
  ]
92
92
  },
93
93
  "name": "@atlaskit/charlie-hierarchy",
94
- "version": "0.1.4",
94
+ "version": "0.1.6",
95
95
  "description": "A component for building SVG-rendered trees, with support for custom node rendering, zooming, and panning.",
96
96
  "author": "Atlassian Pty Ltd",
97
97
  "license": "Apache-2.0",