@react-spectrum/datepicker 3.0.0-nightly.2192 → 3.0.0-nightly.2199

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.2192+dd60f3969",
3
+ "version": "3.0.0-nightly.2199+0179952ba",
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.2.1-nightly.3894+dd60f3969",
40
- "@internationalized/number": "3.2.1-nightly.3894+dd60f3969",
41
- "@react-aria/datepicker": "3.0.0-nightly.2192+dd60f3969",
42
- "@react-aria/focus": "3.0.0-nightly.2192+dd60f3969",
43
- "@react-aria/i18n": "3.0.0-nightly.2192+dd60f3969",
44
- "@react-aria/interactions": "3.0.0-nightly.2192+dd60f3969",
45
- "@react-aria/utils": "3.0.0-nightly.2192+dd60f3969",
46
- "@react-spectrum/button": "3.0.0-nightly.2192+dd60f3969",
47
- "@react-spectrum/calendar": "3.0.0-nightly.2192+dd60f3969",
48
- "@react-spectrum/dialog": "3.0.0-nightly.2192+dd60f3969",
49
- "@react-spectrum/label": "3.12.1-nightly.3894+dd60f3969",
50
- "@react-spectrum/layout": "3.5.2-nightly.3894+dd60f3969",
51
- "@react-spectrum/utils": "3.0.0-nightly.2192+dd60f3969",
52
- "@react-spectrum/view": "3.0.0-nightly.2192+dd60f3969",
53
- "@react-stately/datepicker": "3.0.0-nightly.2192+dd60f3969",
54
- "@react-stately/utils": "3.0.0-nightly.2192+dd60f3969",
55
- "@react-types/datepicker": "3.0.0-nightly.2192+dd60f3969",
56
- "@react-types/shared": "3.0.0-nightly.2192+dd60f3969",
57
- "@spectrum-icons/ui": "3.0.0-nightly.2192+dd60f3969",
58
- "@spectrum-icons/workflow": "3.0.0-nightly.2192+dd60f3969",
39
+ "@internationalized/date": "3.2.1-nightly.3901+0179952ba",
40
+ "@internationalized/number": "3.2.1-nightly.3901+0179952ba",
41
+ "@react-aria/datepicker": "3.0.0-nightly.2199+0179952ba",
42
+ "@react-aria/focus": "3.0.0-nightly.2199+0179952ba",
43
+ "@react-aria/i18n": "3.0.0-nightly.2199+0179952ba",
44
+ "@react-aria/interactions": "3.0.0-nightly.2199+0179952ba",
45
+ "@react-aria/utils": "3.0.0-nightly.2199+0179952ba",
46
+ "@react-spectrum/button": "3.0.0-nightly.2199+0179952ba",
47
+ "@react-spectrum/calendar": "3.0.0-nightly.2199+0179952ba",
48
+ "@react-spectrum/dialog": "3.0.0-nightly.2199+0179952ba",
49
+ "@react-spectrum/label": "3.12.1-nightly.3901+0179952ba",
50
+ "@react-spectrum/layout": "3.5.2-nightly.3901+0179952ba",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2199+0179952ba",
52
+ "@react-spectrum/view": "3.0.0-nightly.2199+0179952ba",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2199+0179952ba",
54
+ "@react-stately/utils": "3.0.0-nightly.2199+0179952ba",
55
+ "@react-types/datepicker": "3.0.0-nightly.2199+0179952ba",
56
+ "@react-types/shared": "3.0.0-nightly.2199+0179952ba",
57
+ "@spectrum-icons/ui": "3.0.0-nightly.2199+0179952ba",
58
+ "@spectrum-icons/workflow": "3.0.0-nightly.2199+0179952ba",
59
59
  "@swc/helpers": "^0.4.14"
60
60
  },
61
61
  "devDependencies": {
62
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2192+dd60f3969",
63
- "@react-spectrum/test-utils": "3.0.0-nightly.2192+dd60f3969"
62
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2199+0179952ba",
63
+ "@react-spectrum/test-utils": "3.0.0-nightly.2199+0179952ba"
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": "dd60f3969171a80a86851cf48011da9bf3290b6e"
73
+ "gitHead": "0179952ba54713ec575d7dc23e9670292b6066a3"
74
74
  }