@atlaskit/table-tree 9.10.4 → 9.10.5

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/table-tree
2
2
 
3
+ ## 9.10.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.10.4
4
10
 
5
11
  ### Patch Changes
@@ -30,7 +30,7 @@ var treeRowClickableStyles = (0, _react2.css)({
30
30
  cursor: 'pointer'
31
31
  });
32
32
  var packageName = "@atlaskit/table-tree";
33
- var packageVersion = "9.10.4";
33
+ var packageVersion = "9.10.5";
34
34
  var RowComponent = exports.RowWithoutAnalytics = /*#__PURE__*/function (_Component) {
35
35
  (0, _inherits2.default)(RowComponent, _Component);
36
36
  var _super = _createSuper(RowComponent);
@@ -17,7 +17,7 @@ const treeRowClickableStyles = css({
17
17
  cursor: 'pointer'
18
18
  });
19
19
  const packageName = "@atlaskit/table-tree";
20
- const packageVersion = "9.10.4";
20
+ const packageVersion = "9.10.5";
21
21
  class RowComponent extends Component {
22
22
  constructor(...args) {
23
23
  super(...args);
@@ -25,7 +25,7 @@ var treeRowClickableStyles = css({
25
25
  cursor: 'pointer'
26
26
  });
27
27
  var packageName = "@atlaskit/table-tree";
28
- var packageVersion = "9.10.4";
28
+ var packageVersion = "9.10.5";
29
29
  var RowComponent = /*#__PURE__*/function (_Component) {
30
30
  _inherits(RowComponent, _Component);
31
31
  var _super = _createSuper(RowComponent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "9.10.4",
3
+ "version": "9.10.5",
4
4
  "description": "A table tree is an expandable table for showing nested hierarchies of information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@atlaskit/analytics-next": "^9.3.0",
31
- "@atlaskit/button": "^18.4.0",
31
+ "@atlaskit/button": "^19.0.0",
32
32
  "@atlaskit/icon": "^22.6.0",
33
33
  "@atlaskit/spinner": "^16.2.0",
34
34
  "@atlaskit/theme": "^12.11.0",
35
- "@atlaskit/tokens": "^1.54.0",
35
+ "@atlaskit/tokens": "^1.56.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@emotion/react": "^11.7.1",
38
38
  "lodash": "^4.17.21"