@react-spectrum/datepicker 3.0.0-nightly.2494 → 3.0.0-nightly.2495

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/datepicker",
3
- "version": "3.0.0-nightly.2494+778eaa49d",
3
+ "version": "3.0.0-nightly.2495+88550234c",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,31 +36,31 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@internationalized/date": "3.5.1-nightly.4205+778eaa49d",
40
- "@internationalized/number": "3.3.1-nightly.4205+778eaa49d",
41
- "@react-aria/datepicker": "3.0.0-nightly.2494+778eaa49d",
42
- "@react-aria/focus": "3.0.0-nightly.2494+778eaa49d",
43
- "@react-aria/i18n": "3.0.0-nightly.2494+778eaa49d",
44
- "@react-aria/interactions": "3.0.0-nightly.2494+778eaa49d",
45
- "@react-aria/utils": "3.0.0-nightly.2494+778eaa49d",
46
- "@react-spectrum/button": "3.0.0-nightly.2494+778eaa49d",
47
- "@react-spectrum/calendar": "3.0.0-nightly.2494+778eaa49d",
48
- "@react-spectrum/dialog": "3.0.0-nightly.2494+778eaa49d",
49
- "@react-spectrum/label": "3.15.1-nightly.4205+778eaa49d",
50
- "@react-spectrum/layout": "3.5.7-nightly.4205+778eaa49d",
51
- "@react-spectrum/utils": "3.0.0-nightly.2494+778eaa49d",
52
- "@react-spectrum/view": "3.0.0-nightly.2494+778eaa49d",
53
- "@react-stately/datepicker": "3.0.0-nightly.2494+778eaa49d",
54
- "@react-stately/utils": "3.0.0-nightly.2494+778eaa49d",
55
- "@react-types/datepicker": "3.0.0-nightly.2494+778eaa49d",
56
- "@react-types/shared": "3.0.0-nightly.2494+778eaa49d",
57
- "@spectrum-icons/ui": "3.0.0-nightly.2494+778eaa49d",
58
- "@spectrum-icons/workflow": "3.0.0-nightly.2494+778eaa49d",
39
+ "@internationalized/date": "3.5.1-nightly.4206+88550234c",
40
+ "@internationalized/number": "3.3.1-nightly.4206+88550234c",
41
+ "@react-aria/datepicker": "3.0.0-nightly.2495+88550234c",
42
+ "@react-aria/focus": "3.0.0-nightly.2495+88550234c",
43
+ "@react-aria/i18n": "3.0.0-nightly.2495+88550234c",
44
+ "@react-aria/interactions": "3.0.0-nightly.2495+88550234c",
45
+ "@react-aria/utils": "3.0.0-nightly.2495+88550234c",
46
+ "@react-spectrum/button": "3.0.0-nightly.2495+88550234c",
47
+ "@react-spectrum/calendar": "3.0.0-nightly.2495+88550234c",
48
+ "@react-spectrum/dialog": "3.0.0-nightly.2495+88550234c",
49
+ "@react-spectrum/label": "3.15.1-nightly.4206+88550234c",
50
+ "@react-spectrum/layout": "3.5.7-nightly.4206+88550234c",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2495+88550234c",
52
+ "@react-spectrum/view": "3.0.0-nightly.2495+88550234c",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2495+88550234c",
54
+ "@react-stately/utils": "3.0.0-nightly.2495+88550234c",
55
+ "@react-types/datepicker": "3.0.0-nightly.2495+88550234c",
56
+ "@react-types/shared": "3.0.0-nightly.2495+88550234c",
57
+ "@spectrum-icons/ui": "3.0.0-nightly.2495+88550234c",
58
+ "@spectrum-icons/workflow": "3.0.0-nightly.2495+88550234c",
59
59
  "@swc/helpers": "^0.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2494+778eaa49d",
63
- "@react-spectrum/test-utils": "3.0.0-nightly.2494+778eaa49d"
62
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2495+88550234c",
63
+ "@react-spectrum/test-utils": "3.0.0-nightly.2495+88550234c"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@react-spectrum/provider": "^3.0.0",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "778eaa49d3041287eb52cc3d51e4c45e7515f64f"
73
+ "gitHead": "88550234c383f2a07a27aa2ca9a0a47a9f49e9aa"
74
74
  }