@atlaskit/table-tree 12.2.1 → 12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/table-tree
2
2
 
3
+ ## 12.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.2.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table-tree",
3
- "version": "12.2.1",
3
+ "version": "12.2.2",
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/"
@@ -21,17 +21,16 @@
21
21
  "website": {
22
22
  "name": "Table tree",
23
23
  "category": "Text and data display"
24
- },
25
- "runReact18": true
24
+ }
26
25
  },
27
26
  "dependencies": {
28
27
  "@atlaskit/analytics-next": "^11.1.0",
29
28
  "@atlaskit/button": "^23.2.0",
30
29
  "@atlaskit/ds-lib": "^4.0.0",
31
- "@atlaskit/icon": "^27.0.0",
30
+ "@atlaskit/icon": "^27.3.0",
32
31
  "@atlaskit/spinner": "^18.0.0",
33
- "@atlaskit/theme": "^18.0.0",
34
- "@atlaskit/tokens": "^5.2.0",
32
+ "@atlaskit/theme": "^19.0.0",
33
+ "@atlaskit/tokens": "^5.4.0",
35
34
  "@babel/runtime": "^7.0.0",
36
35
  "@compiled/react": "^0.18.3",
37
36
  "lodash": "^4.17.21"
@@ -44,12 +43,12 @@
44
43
  "@af/integration-testing": "workspace:^",
45
44
  "@af/visual-regression": "workspace:^",
46
45
  "@atlaskit/docs": "^11.0.0",
47
- "@atlaskit/empty-state": "^10.0.0",
46
+ "@atlaskit/empty-state": "^10.1.0",
48
47
  "@atlaskit/form": "^12.0.0",
49
48
  "@atlaskit/link": "^3.2.0",
50
- "@atlaskit/primitives": "^14.8.0",
49
+ "@atlaskit/primitives": "^14.10.0",
51
50
  "@atlaskit/section-message": "^8.2.0",
52
- "@atlaskit/select": "^20.7.0",
51
+ "@atlaskit/select": "^21.1.0",
53
52
  "@atlaskit/ssr": "workspace:^",
54
53
  "@atlaskit/visually-hidden": "^3.0.0",
55
54
  "@atlassian/ssr-tests": "^0.2.0",