@atlaskit/table 0.6.10 → 0.7.1
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 +22 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/table
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 0.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
14
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
15
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
16
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
17
|
+
|
|
18
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
19
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 0.6.10
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"./primitives": "./src/ui/index.tsx"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@atlaskit/button": "^
|
|
45
|
-
"@atlaskit/checkbox": "^13.
|
|
46
|
-
"@atlaskit/ds-lib": "^2.
|
|
47
|
-
"@atlaskit/focus-ring": "^1.
|
|
48
|
-
"@atlaskit/icon": "^22.
|
|
44
|
+
"@atlaskit/button": "^20.0.0",
|
|
45
|
+
"@atlaskit/checkbox": "^13.7.0",
|
|
46
|
+
"@atlaskit/ds-lib": "^2.4.0",
|
|
47
|
+
"@atlaskit/focus-ring": "^1.6.0",
|
|
48
|
+
"@atlaskit/icon": "^22.13.0",
|
|
49
49
|
"@atlaskit/primitives": "^12.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^1.
|
|
51
|
-
"@atlaskit/tooltip": "^18.
|
|
52
|
-
"@atlaskit/visually-hidden": "^1.
|
|
50
|
+
"@atlaskit/tokens": "^1.58.0",
|
|
51
|
+
"@atlaskit/tooltip": "^18.7.0",
|
|
52
|
+
"@atlaskit/visually-hidden": "^1.5.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
55
55
|
"tiny-invariant": "^1.2.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"react": "^16.8.0 || ^17.0.0 ||
|
|
58
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@af/accessibility-testing": "*",
|