@react-spectrum/menu 3.0.0-nightly-e60fb427c-240928 → 3.0.0-nightly-e60fb427c-240929
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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/menu",
|
|
3
|
-
"version": "3.0.0-nightly-e60fb427c-
|
|
3
|
+
"version": "3.0.0-nightly-e60fb427c-240929",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,34 +36,34 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/focus": "^3.0.0-nightly-e60fb427c-
|
|
40
|
-
"@react-aria/i18n": "^3.0.0-nightly-e60fb427c-
|
|
41
|
-
"@react-aria/interactions": "^3.0.0-nightly-e60fb427c-
|
|
42
|
-
"@react-aria/menu": "^3.0.0-nightly-e60fb427c-
|
|
43
|
-
"@react-aria/overlays": "^3.0.0-nightly-e60fb427c-
|
|
44
|
-
"@react-aria/separator": "^3.0.0-nightly-e60fb427c-
|
|
45
|
-
"@react-aria/utils": "^3.0.0-nightly-e60fb427c-
|
|
46
|
-
"@react-spectrum/button": "^3.0.0-nightly-e60fb427c-
|
|
47
|
-
"@react-spectrum/layout": "^3.0.0-nightly-e60fb427c-
|
|
48
|
-
"@react-spectrum/overlays": "^3.0.0-nightly-e60fb427c-
|
|
49
|
-
"@react-spectrum/text": "^3.0.0-nightly-e60fb427c-
|
|
50
|
-
"@react-spectrum/utils": "^3.0.0-nightly-e60fb427c-
|
|
51
|
-
"@react-stately/collections": "^3.0.0-nightly-e60fb427c-
|
|
52
|
-
"@react-stately/menu": "^3.0.0-nightly-e60fb427c-
|
|
53
|
-
"@react-stately/overlays": "^3.0.0-nightly-e60fb427c-
|
|
54
|
-
"@react-stately/tree": "^3.0.0-nightly-e60fb427c-
|
|
55
|
-
"@react-types/menu": "^3.0.0-nightly-e60fb427c-
|
|
56
|
-
"@react-types/overlays": "^3.0.0-nightly-e60fb427c-
|
|
57
|
-
"@react-types/shared": "^3.0.0-nightly-e60fb427c-
|
|
58
|
-
"@spectrum-icons/ui": "^3.0.0-nightly-e60fb427c-
|
|
59
|
-
"@spectrum-icons/workflow": "^3.0.0-nightly-e60fb427c-
|
|
39
|
+
"@react-aria/focus": "^3.0.0-nightly-e60fb427c-240929",
|
|
40
|
+
"@react-aria/i18n": "^3.0.0-nightly-e60fb427c-240929",
|
|
41
|
+
"@react-aria/interactions": "^3.0.0-nightly-e60fb427c-240929",
|
|
42
|
+
"@react-aria/menu": "^3.0.0-nightly-e60fb427c-240929",
|
|
43
|
+
"@react-aria/overlays": "^3.0.0-nightly-e60fb427c-240929",
|
|
44
|
+
"@react-aria/separator": "^3.0.0-nightly-e60fb427c-240929",
|
|
45
|
+
"@react-aria/utils": "^3.0.0-nightly-e60fb427c-240929",
|
|
46
|
+
"@react-spectrum/button": "^3.0.0-nightly-e60fb427c-240929",
|
|
47
|
+
"@react-spectrum/layout": "^3.0.0-nightly-e60fb427c-240929",
|
|
48
|
+
"@react-spectrum/overlays": "^3.0.0-nightly-e60fb427c-240929",
|
|
49
|
+
"@react-spectrum/text": "^3.0.0-nightly-e60fb427c-240929",
|
|
50
|
+
"@react-spectrum/utils": "^3.0.0-nightly-e60fb427c-240929",
|
|
51
|
+
"@react-stately/collections": "^3.0.0-nightly-e60fb427c-240929",
|
|
52
|
+
"@react-stately/menu": "^3.0.0-nightly-e60fb427c-240929",
|
|
53
|
+
"@react-stately/overlays": "^3.0.0-nightly-e60fb427c-240929",
|
|
54
|
+
"@react-stately/tree": "^3.0.0-nightly-e60fb427c-240929",
|
|
55
|
+
"@react-types/menu": "^3.0.0-nightly-e60fb427c-240929",
|
|
56
|
+
"@react-types/overlays": "^3.0.0-nightly-e60fb427c-240929",
|
|
57
|
+
"@react-types/shared": "^3.0.0-nightly-e60fb427c-240929",
|
|
58
|
+
"@spectrum-icons/ui": "^3.0.0-nightly-e60fb427c-240929",
|
|
59
|
+
"@spectrum-icons/workflow": "^3.0.0-nightly-e60fb427c-240929",
|
|
60
60
|
"@swc/helpers": "^0.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@react-spectrum/provider": "^3.0.0-nightly-e60fb427c-
|
|
66
|
+
"@react-spectrum/provider": "^3.0.0-nightly-e60fb427c-240929",
|
|
67
67
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0",
|
|
68
68
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
|
|
69
69
|
},
|