@react-spectrum/datepicker 3.0.0-nightly.1908 → 3.0.0-nightly.1911

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.1908+0182ad074",
3
+ "version": "3.0.0-nightly.1911+e6808d1b5",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -31,31 +31,31 @@
31
31
  "url": "https://github.com/adobe/react-spectrum"
32
32
  },
33
33
  "dependencies": {
34
- "@internationalized/date": "3.0.2-nightly.3608+0182ad074",
35
- "@internationalized/number": "3.1.2-nightly.3608+0182ad074",
36
- "@react-aria/datepicker": "3.0.0-nightly.1908+0182ad074",
37
- "@react-aria/focus": "3.0.0-nightly.1908+0182ad074",
38
- "@react-aria/i18n": "3.0.0-nightly.1908+0182ad074",
39
- "@react-aria/interactions": "3.0.0-nightly.1908+0182ad074",
40
- "@react-aria/utils": "3.0.0-nightly.1908+0182ad074",
41
- "@react-spectrum/button": "3.0.0-nightly.1908+0182ad074",
42
- "@react-spectrum/calendar": "3.0.0-nightly.1908+0182ad074",
43
- "@react-spectrum/dialog": "3.0.0-nightly.1908+0182ad074",
44
- "@react-spectrum/label": "3.9.1-nightly.3608+0182ad074",
45
- "@react-spectrum/layout": "3.4.4-nightly.3608+0182ad074",
46
- "@react-spectrum/utils": "3.0.0-nightly.1908+0182ad074",
47
- "@react-spectrum/view": "3.0.0-nightly.1908+0182ad074",
48
- "@react-stately/datepicker": "3.0.0-nightly.1908+0182ad074",
49
- "@react-stately/utils": "3.0.0-nightly.1908+0182ad074",
50
- "@react-types/datepicker": "3.0.0-nightly.1908+0182ad074",
51
- "@react-types/shared": "3.0.0-nightly.1908+0182ad074",
52
- "@spectrum-icons/ui": "3.0.0-nightly.1908+0182ad074",
53
- "@spectrum-icons/workflow": "3.0.0-nightly.1908+0182ad074",
34
+ "@internationalized/date": "3.0.2-nightly.3611+e6808d1b5",
35
+ "@internationalized/number": "3.1.2-nightly.3611+e6808d1b5",
36
+ "@react-aria/datepicker": "3.0.0-nightly.1911+e6808d1b5",
37
+ "@react-aria/focus": "3.0.0-nightly.1911+e6808d1b5",
38
+ "@react-aria/i18n": "3.0.0-nightly.1911+e6808d1b5",
39
+ "@react-aria/interactions": "3.0.0-nightly.1911+e6808d1b5",
40
+ "@react-aria/utils": "3.0.0-nightly.1911+e6808d1b5",
41
+ "@react-spectrum/button": "3.0.0-nightly.1911+e6808d1b5",
42
+ "@react-spectrum/calendar": "3.0.0-nightly.1911+e6808d1b5",
43
+ "@react-spectrum/dialog": "3.0.0-nightly.1911+e6808d1b5",
44
+ "@react-spectrum/label": "3.9.1-nightly.3611+e6808d1b5",
45
+ "@react-spectrum/layout": "3.4.4-nightly.3611+e6808d1b5",
46
+ "@react-spectrum/utils": "3.0.0-nightly.1911+e6808d1b5",
47
+ "@react-spectrum/view": "3.0.0-nightly.1911+e6808d1b5",
48
+ "@react-stately/datepicker": "3.0.0-nightly.1911+e6808d1b5",
49
+ "@react-stately/utils": "3.0.0-nightly.1911+e6808d1b5",
50
+ "@react-types/datepicker": "3.0.0-nightly.1911+e6808d1b5",
51
+ "@react-types/shared": "3.0.0-nightly.1911+e6808d1b5",
52
+ "@spectrum-icons/ui": "3.0.0-nightly.1911+e6808d1b5",
53
+ "@spectrum-icons/workflow": "3.0.0-nightly.1911+e6808d1b5",
54
54
  "@swc/helpers": "^0.4.14"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1908+0182ad074",
58
- "@react-spectrum/test-utils": "3.0.0-nightly.1908+0182ad074"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1911+e6808d1b5",
58
+ "@react-spectrum/test-utils": "3.0.0-nightly.1911+e6808d1b5"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@react-spectrum/provider": "^3.0.0",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "0182ad0748bcdddf7eb010540c453f9a35a7c753"
68
+ "gitHead": "e6808d1b5e80cef7af7e63974f658043593b2e1e"
69
69
  }