@atlaskit/focused-task-close-account 2.3.10 → 2.4.0
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 +20 -0
- package/package.json +16 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/focused-task-close-account
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 2.3.11
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#108809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108809)
|
|
20
|
+
[`da15902f655e2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da15902f655e2) -
|
|
21
|
+
React18 compat
|
|
22
|
+
|
|
3
23
|
## 2.3.10
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/focused-task-close-account",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR \"Right to be forgotten\".",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,30 +28,31 @@
|
|
|
28
28
|
"team": "People and Teams Collective",
|
|
29
29
|
"website": {
|
|
30
30
|
"name": "Focused Task Close Account"
|
|
31
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"runReact18": true
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
|
-
"@atlaskit/avatar": "^21.
|
|
35
|
-
"@atlaskit/button": "^20.
|
|
36
|
-
"@atlaskit/drawer": "^9.
|
|
37
|
-
"@atlaskit/heading": "^4.
|
|
38
|
-
"@atlaskit/icon": "^23.
|
|
39
|
-
"@atlaskit/inline-dialog": "^16.
|
|
40
|
-
"@atlaskit/primitives": "^13.
|
|
41
|
-
"@atlaskit/section-message": "^6.
|
|
42
|
-
"@atlaskit/theme": "^14.
|
|
43
|
-
"@atlaskit/tokens": "^3.
|
|
35
|
+
"@atlaskit/avatar": "^21.18.0",
|
|
36
|
+
"@atlaskit/button": "^20.4.0",
|
|
37
|
+
"@atlaskit/drawer": "^9.4.0",
|
|
38
|
+
"@atlaskit/heading": "^4.1.0",
|
|
39
|
+
"@atlaskit/icon": "^23.5.0",
|
|
40
|
+
"@atlaskit/inline-dialog": "^16.1.0",
|
|
41
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
42
|
+
"@atlaskit/section-message": "^6.9.0",
|
|
43
|
+
"@atlaskit/theme": "^14.1.0",
|
|
44
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
44
45
|
"@babel/runtime": "^7.0.0",
|
|
45
46
|
"@emotion/styled": "^11.0.0",
|
|
46
47
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
47
48
|
},
|
|
48
49
|
"peerDependencies": {
|
|
49
|
-
"react": "^16.8.0",
|
|
50
|
-
"react-dom": "^16.8.0",
|
|
50
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.2.0",
|
|
51
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.2.0",
|
|
51
52
|
"react-transition-group": "^4.4.1"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
|
-
"@testing-library/react": "^
|
|
55
|
+
"@testing-library/react": "^13.4.0",
|
|
55
56
|
"enzyme": "^3.10.0",
|
|
56
57
|
"typescript": "~5.4.2"
|
|
57
58
|
},
|