@react-spectrum/datepicker 3.0.0-nightly.2928 → 3.0.0-nightly.2932

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/datepicker",
3
- "version": "3.0.0-nightly.2928+379e8d64f",
3
+ "version": "3.0.0-nightly.2932+d7fc93273",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,30 +36,30 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@internationalized/date": "3.5.5-nightly.4640+379e8d64f",
40
- "@react-aria/datepicker": "3.0.0-nightly.2928+379e8d64f",
41
- "@react-aria/focus": "3.0.0-nightly.2928+379e8d64f",
42
- "@react-aria/i18n": "3.0.0-nightly.2928+379e8d64f",
43
- "@react-aria/interactions": "3.0.0-nightly.2928+379e8d64f",
44
- "@react-aria/utils": "3.0.0-nightly.2928+379e8d64f",
45
- "@react-spectrum/button": "3.0.0-nightly.2928+379e8d64f",
46
- "@react-spectrum/calendar": "3.0.0-nightly.2928+379e8d64f",
47
- "@react-spectrum/dialog": "3.0.0-nightly.2928+379e8d64f",
48
- "@react-spectrum/form": "3.0.0-nightly.2928+379e8d64f",
49
- "@react-spectrum/label": "3.16.7-nightly.4640+379e8d64f",
50
- "@react-spectrum/layout": "3.6.6-nightly.4640+379e8d64f",
51
- "@react-spectrum/utils": "3.0.0-nightly.2928+379e8d64f",
52
- "@react-spectrum/view": "3.0.0-nightly.2928+379e8d64f",
53
- "@react-stately/datepicker": "3.0.0-nightly.2928+379e8d64f",
54
- "@react-types/datepicker": "3.0.0-nightly.2928+379e8d64f",
55
- "@react-types/shared": "3.0.0-nightly.2928+379e8d64f",
56
- "@spectrum-icons/ui": "3.0.0-nightly.2928+379e8d64f",
57
- "@spectrum-icons/workflow": "3.0.0-nightly.2928+379e8d64f",
39
+ "@internationalized/date": "3.5.5-nightly.4644+d7fc93273",
40
+ "@react-aria/datepicker": "3.0.0-nightly.2932+d7fc93273",
41
+ "@react-aria/focus": "3.0.0-nightly.2932+d7fc93273",
42
+ "@react-aria/i18n": "3.0.0-nightly.2932+d7fc93273",
43
+ "@react-aria/interactions": "3.0.0-nightly.2932+d7fc93273",
44
+ "@react-aria/utils": "3.0.0-nightly.2932+d7fc93273",
45
+ "@react-spectrum/button": "3.0.0-nightly.2932+d7fc93273",
46
+ "@react-spectrum/calendar": "3.0.0-nightly.2932+d7fc93273",
47
+ "@react-spectrum/dialog": "3.0.0-nightly.2932+d7fc93273",
48
+ "@react-spectrum/form": "3.0.0-nightly.2932+d7fc93273",
49
+ "@react-spectrum/label": "3.16.7-nightly.4644+d7fc93273",
50
+ "@react-spectrum/layout": "3.6.6-nightly.4644+d7fc93273",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2932+d7fc93273",
52
+ "@react-spectrum/view": "3.0.0-nightly.2932+d7fc93273",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2932+d7fc93273",
54
+ "@react-types/datepicker": "3.0.0-nightly.2932+d7fc93273",
55
+ "@react-types/shared": "3.0.0-nightly.2932+d7fc93273",
56
+ "@spectrum-icons/ui": "3.0.0-nightly.2932+d7fc93273",
57
+ "@spectrum-icons/workflow": "3.0.0-nightly.2932+d7fc93273",
58
58
  "@swc/helpers": "^0.5.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2928+379e8d64f",
62
- "@react-spectrum/test-utils-internal": "3.0.0-nightly.4640+379e8d64f"
61
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2932+d7fc93273",
62
+ "@react-spectrum/test-utils-internal": "3.0.0-nightly.4644+d7fc93273"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@react-spectrum/provider": "^3.0.0",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "379e8d64f76c15bbb35f710c4150cc84e85b1d7e"
72
+ "gitHead": "d7fc93273ec4956fbf3a48f18aee314e480de572"
73
73
  }