@react-spectrum/datepicker 3.0.0-nightly.1921 → 3.0.0-nightly.1926

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.1921+703ab7b45",
3
+ "version": "3.0.0-nightly.1926+3155e4db7",
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.3621+703ab7b45",
35
- "@internationalized/number": "3.1.2-nightly.3621+703ab7b45",
36
- "@react-aria/datepicker": "3.0.0-nightly.1921+703ab7b45",
37
- "@react-aria/focus": "3.0.0-nightly.1921+703ab7b45",
38
- "@react-aria/i18n": "3.0.0-nightly.1921+703ab7b45",
39
- "@react-aria/interactions": "3.0.0-nightly.1921+703ab7b45",
40
- "@react-aria/utils": "3.0.0-nightly.1921+703ab7b45",
41
- "@react-spectrum/button": "3.0.0-nightly.1921+703ab7b45",
42
- "@react-spectrum/calendar": "3.0.0-nightly.1921+703ab7b45",
43
- "@react-spectrum/dialog": "3.0.0-nightly.1921+703ab7b45",
44
- "@react-spectrum/label": "3.9.1-nightly.3621+703ab7b45",
45
- "@react-spectrum/layout": "3.4.4-nightly.3621+703ab7b45",
46
- "@react-spectrum/utils": "3.0.0-nightly.1921+703ab7b45",
47
- "@react-spectrum/view": "3.0.0-nightly.1921+703ab7b45",
48
- "@react-stately/datepicker": "3.0.0-nightly.1921+703ab7b45",
49
- "@react-stately/utils": "3.0.0-nightly.1921+703ab7b45",
50
- "@react-types/datepicker": "3.0.0-nightly.1921+703ab7b45",
51
- "@react-types/shared": "3.0.0-nightly.1921+703ab7b45",
52
- "@spectrum-icons/ui": "3.0.0-nightly.1921+703ab7b45",
53
- "@spectrum-icons/workflow": "3.0.0-nightly.1921+703ab7b45",
34
+ "@internationalized/date": "3.0.3-nightly.3626+3155e4db7",
35
+ "@internationalized/number": "3.1.3-nightly.3626+3155e4db7",
36
+ "@react-aria/datepicker": "3.0.0-nightly.1926+3155e4db7",
37
+ "@react-aria/focus": "3.0.0-nightly.1926+3155e4db7",
38
+ "@react-aria/i18n": "3.0.0-nightly.1926+3155e4db7",
39
+ "@react-aria/interactions": "3.0.0-nightly.1926+3155e4db7",
40
+ "@react-aria/utils": "3.0.0-nightly.1926+3155e4db7",
41
+ "@react-spectrum/button": "3.0.0-nightly.1926+3155e4db7",
42
+ "@react-spectrum/calendar": "3.0.0-nightly.1926+3155e4db7",
43
+ "@react-spectrum/dialog": "3.0.0-nightly.1926+3155e4db7",
44
+ "@react-spectrum/label": "3.10.1-nightly.3626+3155e4db7",
45
+ "@react-spectrum/layout": "3.4.5-nightly.3626+3155e4db7",
46
+ "@react-spectrum/utils": "3.0.0-nightly.1926+3155e4db7",
47
+ "@react-spectrum/view": "3.0.0-nightly.1926+3155e4db7",
48
+ "@react-stately/datepicker": "3.0.0-nightly.1926+3155e4db7",
49
+ "@react-stately/utils": "3.0.0-nightly.1926+3155e4db7",
50
+ "@react-types/datepicker": "3.0.0-nightly.1926+3155e4db7",
51
+ "@react-types/shared": "3.0.0-nightly.1926+3155e4db7",
52
+ "@spectrum-icons/ui": "3.0.0-nightly.1926+3155e4db7",
53
+ "@spectrum-icons/workflow": "3.0.0-nightly.1926+3155e4db7",
54
54
  "@swc/helpers": "^0.4.14"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1921+703ab7b45",
58
- "@react-spectrum/test-utils": "3.0.0-nightly.1921+703ab7b45"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1926+3155e4db7",
58
+ "@react-spectrum/test-utils": "3.0.0-nightly.1926+3155e4db7"
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": "703ab7b4559ecd4fc611e7f2c0e758867990fe01"
68
+ "gitHead": "3155e4db7eba07cf06525747ce0adb54c1e2a086"
69
69
  }