@react-spectrum/datepicker 3.0.0-nightly.1931 → 3.0.0-nightly.1933

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.1931+86b9d3d05",
3
+ "version": "3.0.0-nightly.1933+080488a85",
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.3-nightly.3631+86b9d3d05",
35
- "@internationalized/number": "3.1.3-nightly.3631+86b9d3d05",
36
- "@react-aria/datepicker": "3.0.0-nightly.1931+86b9d3d05",
37
- "@react-aria/focus": "3.0.0-nightly.1931+86b9d3d05",
38
- "@react-aria/i18n": "3.0.0-nightly.1931+86b9d3d05",
39
- "@react-aria/interactions": "3.0.0-nightly.1931+86b9d3d05",
40
- "@react-aria/utils": "3.0.0-nightly.1931+86b9d3d05",
41
- "@react-spectrum/button": "3.0.0-nightly.1931+86b9d3d05",
42
- "@react-spectrum/calendar": "3.0.0-nightly.1931+86b9d3d05",
43
- "@react-spectrum/dialog": "3.0.0-nightly.1931+86b9d3d05",
44
- "@react-spectrum/label": "3.10.2-nightly.3631+86b9d3d05",
45
- "@react-spectrum/layout": "3.4.5-nightly.3631+86b9d3d05",
46
- "@react-spectrum/utils": "3.0.0-nightly.1931+86b9d3d05",
47
- "@react-spectrum/view": "3.0.0-nightly.1931+86b9d3d05",
48
- "@react-stately/datepicker": "3.0.0-nightly.1931+86b9d3d05",
49
- "@react-stately/utils": "3.0.0-nightly.1931+86b9d3d05",
50
- "@react-types/datepicker": "3.0.0-nightly.1931+86b9d3d05",
51
- "@react-types/shared": "3.0.0-nightly.1931+86b9d3d05",
52
- "@spectrum-icons/ui": "3.0.0-nightly.1931+86b9d3d05",
53
- "@spectrum-icons/workflow": "3.0.0-nightly.1931+86b9d3d05",
34
+ "@internationalized/date": "3.0.3-nightly.3633+080488a85",
35
+ "@internationalized/number": "3.1.3-nightly.3633+080488a85",
36
+ "@react-aria/datepicker": "3.0.0-nightly.1933+080488a85",
37
+ "@react-aria/focus": "3.0.0-nightly.1933+080488a85",
38
+ "@react-aria/i18n": "3.0.0-nightly.1933+080488a85",
39
+ "@react-aria/interactions": "3.0.0-nightly.1933+080488a85",
40
+ "@react-aria/utils": "3.0.0-nightly.1933+080488a85",
41
+ "@react-spectrum/button": "3.0.0-nightly.1933+080488a85",
42
+ "@react-spectrum/calendar": "3.0.0-nightly.1933+080488a85",
43
+ "@react-spectrum/dialog": "3.0.0-nightly.1933+080488a85",
44
+ "@react-spectrum/label": "3.10.2-nightly.3633+080488a85",
45
+ "@react-spectrum/layout": "3.4.5-nightly.3633+080488a85",
46
+ "@react-spectrum/utils": "3.0.0-nightly.1933+080488a85",
47
+ "@react-spectrum/view": "3.0.0-nightly.1933+080488a85",
48
+ "@react-stately/datepicker": "3.0.0-nightly.1933+080488a85",
49
+ "@react-stately/utils": "3.0.0-nightly.1933+080488a85",
50
+ "@react-types/datepicker": "3.0.0-nightly.1933+080488a85",
51
+ "@react-types/shared": "3.0.0-nightly.1933+080488a85",
52
+ "@spectrum-icons/ui": "3.0.0-nightly.1933+080488a85",
53
+ "@spectrum-icons/workflow": "3.0.0-nightly.1933+080488a85",
54
54
  "@swc/helpers": "^0.4.14"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1931+86b9d3d05",
58
- "@react-spectrum/test-utils": "3.0.0-nightly.1931+86b9d3d05"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1933+080488a85",
58
+ "@react-spectrum/test-utils": "3.0.0-nightly.1933+080488a85"
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": "86b9d3d0564244215a73c3bd18edad53078c4f3b"
68
+ "gitHead": "080488a859be32a1ee30f4f9fdcc4d5e8331a144"
69
69
  }