@atlaskit/dropdown-menu 12.8.5 → 12.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 12.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
8
+ - Updated dependencies
9
+
10
+ ## 12.9.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#91117](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91117) [`06ed35f020fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/06ed35f020fb) - Add support for React 18.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 12.8.5
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "12.8.5",
3
+ "version": "12.9.1",
4
4
  "description": "A dropdown menu displays a list of actions or options to a user.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -23,18 +23,19 @@
23
23
  "website": {
24
24
  "name": "Dropdown menu",
25
25
  "category": "Components"
26
- }
26
+ },
27
+ "runReact18": true
27
28
  },
28
29
  "dependencies": {
29
- "@atlaskit/button": "^17.12.0",
30
+ "@atlaskit/button": "^17.14.0",
30
31
  "@atlaskit/codemod-utils": "^4.2.0",
31
- "@atlaskit/ds-lib": "^2.2.4",
32
+ "@atlaskit/ds-lib": "^2.3.0",
32
33
  "@atlaskit/icon": "^22.1.0",
33
34
  "@atlaskit/layering": "^0.2.0",
34
35
  "@atlaskit/menu": "^2.1.0",
35
36
  "@atlaskit/platform-feature-flags": "^0.2.2",
36
37
  "@atlaskit/popup": "^1.14.0",
37
- "@atlaskit/primitives": "^5.5.0",
38
+ "@atlaskit/primitives": "^5.6.0",
38
39
  "@atlaskit/spinner": "^16.0.0",
39
40
  "@atlaskit/theme": "^12.7.0",
40
41
  "@atlaskit/tokens": "^1.43.0",
@@ -43,13 +44,14 @@
43
44
  "bind-event-listener": "^2.1.1"
44
45
  },
45
46
  "peerDependencies": {
46
- "react": "^16.8.0",
47
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
47
48
  "react-dom": "^16.8.0"
48
49
  },
49
50
  "devDependencies": {
50
51
  "@af/accessibility-testing": "*",
51
52
  "@af/integration-testing": "*",
52
53
  "@af/visual-regression": "*",
54
+ "@atlaskit/modal-dialog": "^12.11.0",
53
55
  "@atlaskit/visual-regression": "*",
54
56
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
55
57
  "@atlassian/feature-flags-test-utils": "*",