@react-spectrum/datepicker 3.0.0-nightly.2011 → 3.0.0-nightly.2012

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.2011+5e5d3ce9d",
3
+ "version": "3.0.0-nightly.2012+6e30b8786",
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.0.3-nightly.3711+5e5d3ce9d",
40
- "@internationalized/number": "3.1.3-nightly.3711+5e5d3ce9d",
41
- "@react-aria/datepicker": "3.0.0-nightly.2011+5e5d3ce9d",
42
- "@react-aria/focus": "3.0.0-nightly.2011+5e5d3ce9d",
43
- "@react-aria/i18n": "3.0.0-nightly.2011+5e5d3ce9d",
44
- "@react-aria/interactions": "3.0.0-nightly.2011+5e5d3ce9d",
45
- "@react-aria/utils": "3.0.0-nightly.2011+5e5d3ce9d",
46
- "@react-spectrum/button": "3.0.0-nightly.2011+5e5d3ce9d",
47
- "@react-spectrum/calendar": "3.0.0-nightly.2011+5e5d3ce9d",
48
- "@react-spectrum/dialog": "3.0.0-nightly.2011+5e5d3ce9d",
49
- "@react-spectrum/label": "3.10.2-nightly.3711+5e5d3ce9d",
50
- "@react-spectrum/layout": "3.4.5-nightly.3711+5e5d3ce9d",
51
- "@react-spectrum/utils": "3.0.0-nightly.2011+5e5d3ce9d",
52
- "@react-spectrum/view": "3.0.0-nightly.2011+5e5d3ce9d",
53
- "@react-stately/datepicker": "3.0.0-nightly.2011+5e5d3ce9d",
54
- "@react-stately/utils": "3.0.0-nightly.2011+5e5d3ce9d",
55
- "@react-types/datepicker": "3.0.0-nightly.2011+5e5d3ce9d",
56
- "@react-types/shared": "3.0.0-nightly.2011+5e5d3ce9d",
57
- "@spectrum-icons/ui": "3.0.0-nightly.2011+5e5d3ce9d",
58
- "@spectrum-icons/workflow": "3.0.0-nightly.2011+5e5d3ce9d",
39
+ "@internationalized/date": "3.0.3-nightly.3712+6e30b8786",
40
+ "@internationalized/number": "3.1.3-nightly.3712+6e30b8786",
41
+ "@react-aria/datepicker": "3.0.0-nightly.2012+6e30b8786",
42
+ "@react-aria/focus": "3.0.0-nightly.2012+6e30b8786",
43
+ "@react-aria/i18n": "3.0.0-nightly.2012+6e30b8786",
44
+ "@react-aria/interactions": "3.0.0-nightly.2012+6e30b8786",
45
+ "@react-aria/utils": "3.0.0-nightly.2012+6e30b8786",
46
+ "@react-spectrum/button": "3.0.0-nightly.2012+6e30b8786",
47
+ "@react-spectrum/calendar": "3.0.0-nightly.2012+6e30b8786",
48
+ "@react-spectrum/dialog": "3.0.0-nightly.2012+6e30b8786",
49
+ "@react-spectrum/label": "3.10.2-nightly.3712+6e30b8786",
50
+ "@react-spectrum/layout": "3.4.5-nightly.3712+6e30b8786",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2012+6e30b8786",
52
+ "@react-spectrum/view": "3.0.0-nightly.2012+6e30b8786",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2012+6e30b8786",
54
+ "@react-stately/utils": "3.0.0-nightly.2012+6e30b8786",
55
+ "@react-types/datepicker": "3.0.0-nightly.2012+6e30b8786",
56
+ "@react-types/shared": "3.0.0-nightly.2012+6e30b8786",
57
+ "@spectrum-icons/ui": "3.0.0-nightly.2012+6e30b8786",
58
+ "@spectrum-icons/workflow": "3.0.0-nightly.2012+6e30b8786",
59
59
  "@swc/helpers": "^0.4.14"
60
60
  },
61
61
  "devDependencies": {
62
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2011+5e5d3ce9d",
63
- "@react-spectrum/test-utils": "3.0.0-nightly.2011+5e5d3ce9d"
62
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2012+6e30b8786",
63
+ "@react-spectrum/test-utils": "3.0.0-nightly.2012+6e30b8786"
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": "5e5d3ce9d562b85a9d151e1170e8b86012d97bcc"
73
+ "gitHead": "6e30b8786903b522435dab612f84b3377d8ab08c"
74
74
  }