@react-spectrum/menu 3.11.1-nightly.3908 → 3.11.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 (1) hide show
  1. package/package.json +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/menu",
3
- "version": "3.11.1-nightly.3908+a62195683",
3
+ "version": "3.11.1",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,35 +36,35 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2206+a62195683",
40
- "@react-aria/i18n": "3.0.0-nightly.2206+a62195683",
41
- "@react-aria/interactions": "3.0.0-nightly.2206+a62195683",
42
- "@react-aria/menu": "3.9.1-nightly.3908+a62195683",
43
- "@react-aria/overlays": "3.0.0-nightly.2206+a62195683",
44
- "@react-aria/selection": "3.0.0-nightly.2206+a62195683",
45
- "@react-aria/separator": "3.0.0-nightly.2206+a62195683",
46
- "@react-aria/utils": "3.0.0-nightly.2206+a62195683",
47
- "@react-aria/virtualizer": "3.8.1-nightly.3908+a62195683",
48
- "@react-spectrum/button": "3.0.0-nightly.2206+a62195683",
49
- "@react-spectrum/checkbox": "3.0.0-nightly.2206+a62195683",
50
- "@react-spectrum/divider": "3.0.0-nightly.2206+a62195683",
51
- "@react-spectrum/layout": "3.5.2-nightly.3908+a62195683",
52
- "@react-spectrum/overlays": "3.0.0-nightly.2206+a62195683",
53
- "@react-spectrum/text": "3.4.2-nightly.3908+a62195683",
54
- "@react-spectrum/utils": "3.0.0-nightly.2206+a62195683",
55
- "@react-stately/collections": "3.0.0-nightly.2206+a62195683",
56
- "@react-stately/menu": "3.5.2-nightly.3908+a62195683",
57
- "@react-stately/tree": "3.0.0-nightly.2206+a62195683",
58
- "@react-stately/utils": "3.0.0-nightly.2206+a62195683",
59
- "@react-types/menu": "3.9.1-nightly.3908+a62195683",
60
- "@react-types/overlays": "3.7.2-nightly.3908+a62195683",
61
- "@react-types/shared": "3.0.0-nightly.2206+a62195683",
62
- "@spectrum-icons/ui": "3.0.0-nightly.2206+a62195683",
63
- "@spectrum-icons/workflow": "3.0.0-nightly.2206+a62195683",
39
+ "@react-aria/focus": "^3.12.1",
40
+ "@react-aria/i18n": "^3.7.2",
41
+ "@react-aria/interactions": "^3.15.1",
42
+ "@react-aria/menu": "^3.9.1",
43
+ "@react-aria/overlays": "^3.14.1",
44
+ "@react-aria/selection": "^3.15.0",
45
+ "@react-aria/separator": "^3.3.2",
46
+ "@react-aria/utils": "^3.17.0",
47
+ "@react-aria/virtualizer": "^3.8.1",
48
+ "@react-spectrum/button": "^3.12.2",
49
+ "@react-spectrum/checkbox": "^3.7.2",
50
+ "@react-spectrum/divider": "^3.5.2",
51
+ "@react-spectrum/layout": "^3.5.2",
52
+ "@react-spectrum/overlays": "^5.1.1",
53
+ "@react-spectrum/text": "^3.4.2",
54
+ "@react-spectrum/utils": "^3.9.2",
55
+ "@react-stately/collections": "^3.8.0",
56
+ "@react-stately/menu": "^3.5.2",
57
+ "@react-stately/tree": "^3.6.1",
58
+ "@react-stately/utils": "^3.6.0",
59
+ "@react-types/menu": "^3.9.1",
60
+ "@react-types/overlays": "^3.7.2",
61
+ "@react-types/shared": "^3.18.1",
62
+ "@spectrum-icons/ui": "^3.5.2",
63
+ "@spectrum-icons/workflow": "^4.2.1",
64
64
  "@swc/helpers": "^0.4.14"
65
65
  },
66
66
  "devDependencies": {
67
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2206+a62195683"
67
+ "@adobe/spectrum-css-temp": "3.0.0-alpha.1"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@react-spectrum/provider": "^3.0.0",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "a62195683addf229a536beabe95896c5e44d0dc9"
77
+ "gitHead": "5911ed21de4b76d66f6254c02302519e02d50e16"
78
78
  }