@react-spectrum/datepicker 3.0.0-nightly.2379 → 3.0.0-nightly.2382

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.2379+4ce4d1d25",
3
+ "version": "3.0.0-nightly.2382+145c90329",
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.4.1-nightly.4085+4ce4d1d25",
40
- "@internationalized/number": "3.2.2-nightly.4085+4ce4d1d25",
41
- "@react-aria/datepicker": "3.0.0-nightly.2379+4ce4d1d25",
42
- "@react-aria/focus": "3.0.0-nightly.2379+4ce4d1d25",
43
- "@react-aria/i18n": "3.0.0-nightly.2379+4ce4d1d25",
44
- "@react-aria/interactions": "3.0.0-nightly.2379+4ce4d1d25",
45
- "@react-aria/utils": "3.0.0-nightly.2379+4ce4d1d25",
46
- "@react-spectrum/button": "3.0.0-nightly.2379+4ce4d1d25",
47
- "@react-spectrum/calendar": "3.0.0-nightly.2379+4ce4d1d25",
48
- "@react-spectrum/dialog": "3.0.0-nightly.2379+4ce4d1d25",
49
- "@react-spectrum/label": "3.13.2-nightly.4085+4ce4d1d25",
50
- "@react-spectrum/layout": "3.5.5-nightly.4085+4ce4d1d25",
51
- "@react-spectrum/utils": "3.0.0-nightly.2379+4ce4d1d25",
52
- "@react-spectrum/view": "3.0.0-nightly.2379+4ce4d1d25",
53
- "@react-stately/datepicker": "3.0.0-nightly.2379+4ce4d1d25",
54
- "@react-stately/utils": "3.0.0-nightly.2379+4ce4d1d25",
55
- "@react-types/datepicker": "3.0.0-nightly.2379+4ce4d1d25",
56
- "@react-types/shared": "3.0.0-nightly.2379+4ce4d1d25",
57
- "@spectrum-icons/ui": "3.0.0-nightly.2379+4ce4d1d25",
58
- "@spectrum-icons/workflow": "3.0.0-nightly.2379+4ce4d1d25",
39
+ "@internationalized/date": "3.4.1-nightly.4088+145c90329",
40
+ "@internationalized/number": "3.2.2-nightly.4088+145c90329",
41
+ "@react-aria/datepicker": "3.0.0-nightly.2382+145c90329",
42
+ "@react-aria/focus": "3.0.0-nightly.2382+145c90329",
43
+ "@react-aria/i18n": "3.0.0-nightly.2382+145c90329",
44
+ "@react-aria/interactions": "3.0.0-nightly.2382+145c90329",
45
+ "@react-aria/utils": "3.0.0-nightly.2382+145c90329",
46
+ "@react-spectrum/button": "3.0.0-nightly.2382+145c90329",
47
+ "@react-spectrum/calendar": "3.0.0-nightly.2382+145c90329",
48
+ "@react-spectrum/dialog": "3.0.0-nightly.2382+145c90329",
49
+ "@react-spectrum/label": "3.13.2-nightly.4088+145c90329",
50
+ "@react-spectrum/layout": "3.5.5-nightly.4088+145c90329",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2382+145c90329",
52
+ "@react-spectrum/view": "3.0.0-nightly.2382+145c90329",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2382+145c90329",
54
+ "@react-stately/utils": "3.0.0-nightly.2382+145c90329",
55
+ "@react-types/datepicker": "3.0.0-nightly.2382+145c90329",
56
+ "@react-types/shared": "3.0.0-nightly.2382+145c90329",
57
+ "@spectrum-icons/ui": "3.0.0-nightly.2382+145c90329",
58
+ "@spectrum-icons/workflow": "3.0.0-nightly.2382+145c90329",
59
59
  "@swc/helpers": "^0.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2379+4ce4d1d25",
63
- "@react-spectrum/test-utils": "3.0.0-nightly.2379+4ce4d1d25"
62
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2382+145c90329",
63
+ "@react-spectrum/test-utils": "3.0.0-nightly.2382+145c90329"
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": "4ce4d1d25ff8f89e648559c07bd7bd8d894a9492"
73
+ "gitHead": "145c90329076a996bae53e115bd2488fca6c83a3"
74
74
  }