@react-spectrum/datepicker 3.0.0-nightly.2365 → 3.0.0-nightly.2369

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.2365+8e6cefdb5",
3
+ "version": "3.0.0-nightly.2369+0e359399a",
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.3.1-nightly.4070+8e6cefdb5",
40
- "@internationalized/number": "3.2.2-nightly.4070+8e6cefdb5",
41
- "@react-aria/datepicker": "3.0.0-nightly.2365+8e6cefdb5",
42
- "@react-aria/focus": "3.0.0-nightly.2365+8e6cefdb5",
43
- "@react-aria/i18n": "3.0.0-nightly.2365+8e6cefdb5",
44
- "@react-aria/interactions": "3.0.0-nightly.2365+8e6cefdb5",
45
- "@react-aria/utils": "3.0.0-nightly.2365+8e6cefdb5",
46
- "@react-spectrum/button": "3.0.0-nightly.2365+8e6cefdb5",
47
- "@react-spectrum/calendar": "3.0.0-nightly.2365+8e6cefdb5",
48
- "@react-spectrum/dialog": "3.0.0-nightly.2365+8e6cefdb5",
49
- "@react-spectrum/label": "3.13.1-nightly.4070+8e6cefdb5",
50
- "@react-spectrum/layout": "3.5.4-nightly.4070+8e6cefdb5",
51
- "@react-spectrum/utils": "3.0.0-nightly.2365+8e6cefdb5",
52
- "@react-spectrum/view": "3.0.0-nightly.2365+8e6cefdb5",
53
- "@react-stately/datepicker": "3.0.0-nightly.2365+8e6cefdb5",
54
- "@react-stately/utils": "3.0.0-nightly.2365+8e6cefdb5",
55
- "@react-types/datepicker": "3.0.0-nightly.2365+8e6cefdb5",
56
- "@react-types/shared": "3.0.0-nightly.2365+8e6cefdb5",
57
- "@spectrum-icons/ui": "3.0.0-nightly.2365+8e6cefdb5",
58
- "@spectrum-icons/workflow": "3.0.0-nightly.2365+8e6cefdb5",
39
+ "@internationalized/date": "3.4.1-nightly.4075+0e359399a",
40
+ "@internationalized/number": "3.2.2-nightly.4075+0e359399a",
41
+ "@react-aria/datepicker": "3.0.0-nightly.2369+0e359399a",
42
+ "@react-aria/focus": "3.0.0-nightly.2369+0e359399a",
43
+ "@react-aria/i18n": "3.0.0-nightly.2369+0e359399a",
44
+ "@react-aria/interactions": "3.0.0-nightly.2369+0e359399a",
45
+ "@react-aria/utils": "3.0.0-nightly.2369+0e359399a",
46
+ "@react-spectrum/button": "3.0.0-nightly.2369+0e359399a",
47
+ "@react-spectrum/calendar": "3.0.0-nightly.2369+0e359399a",
48
+ "@react-spectrum/dialog": "3.0.0-nightly.2369+0e359399a",
49
+ "@react-spectrum/label": "3.13.2-nightly.4075+0e359399a",
50
+ "@react-spectrum/layout": "3.5.5-nightly.4075+0e359399a",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2369+0e359399a",
52
+ "@react-spectrum/view": "3.0.0-nightly.2369+0e359399a",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2369+0e359399a",
54
+ "@react-stately/utils": "3.0.0-nightly.2369+0e359399a",
55
+ "@react-types/datepicker": "3.0.0-nightly.2369+0e359399a",
56
+ "@react-types/shared": "3.0.0-nightly.2369+0e359399a",
57
+ "@spectrum-icons/ui": "3.0.0-nightly.2369+0e359399a",
58
+ "@spectrum-icons/workflow": "3.0.0-nightly.2369+0e359399a",
59
59
  "@swc/helpers": "^0.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2365+8e6cefdb5",
63
- "@react-spectrum/test-utils": "3.0.0-nightly.2365+8e6cefdb5"
62
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2369+0e359399a",
63
+ "@react-spectrum/test-utils": "3.0.0-nightly.2369+0e359399a"
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": "8e6cefdb5f13aa61eab9fcf5c91f2eaac1d807b5"
73
+ "gitHead": "0e359399ade3d2047b6e6ef4de5ec6e041f8689b"
74
74
  }