@react-spectrum/datepicker 3.0.0-nightly.2453 → 3.0.0-nightly.2465

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.2453+e79cff031",
3
+ "version": "3.0.0-nightly.2465+fc4488ff2",
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.5.1-nightly.4162+e79cff031",
40
- "@internationalized/number": "3.2.2-nightly.4162+e79cff031",
41
- "@react-aria/datepicker": "3.0.0-nightly.2453+e79cff031",
42
- "@react-aria/focus": "3.0.0-nightly.2453+e79cff031",
43
- "@react-aria/i18n": "3.0.0-nightly.2453+e79cff031",
44
- "@react-aria/interactions": "3.0.0-nightly.2453+e79cff031",
45
- "@react-aria/utils": "3.0.0-nightly.2453+e79cff031",
46
- "@react-spectrum/button": "3.0.0-nightly.2453+e79cff031",
47
- "@react-spectrum/calendar": "3.0.0-nightly.2453+e79cff031",
48
- "@react-spectrum/dialog": "3.0.0-nightly.2453+e79cff031",
49
- "@react-spectrum/label": "3.14.1-nightly.4162+e79cff031",
50
- "@react-spectrum/layout": "3.5.6-nightly.4162+e79cff031",
51
- "@react-spectrum/utils": "3.0.0-nightly.2453+e79cff031",
52
- "@react-spectrum/view": "3.0.0-nightly.2453+e79cff031",
53
- "@react-stately/datepicker": "3.0.0-nightly.2453+e79cff031",
54
- "@react-stately/utils": "3.0.0-nightly.2453+e79cff031",
55
- "@react-types/datepicker": "3.0.0-nightly.2453+e79cff031",
56
- "@react-types/shared": "3.0.0-nightly.2453+e79cff031",
57
- "@spectrum-icons/ui": "3.0.0-nightly.2453+e79cff031",
58
- "@spectrum-icons/workflow": "3.0.0-nightly.2453+e79cff031",
39
+ "@internationalized/date": "3.5.1-nightly.4174+fc4488ff2",
40
+ "@internationalized/number": "3.2.2-nightly.4174+fc4488ff2",
41
+ "@react-aria/datepicker": "3.0.0-nightly.2465+fc4488ff2",
42
+ "@react-aria/focus": "3.0.0-nightly.2465+fc4488ff2",
43
+ "@react-aria/i18n": "3.0.0-nightly.2465+fc4488ff2",
44
+ "@react-aria/interactions": "3.0.0-nightly.2465+fc4488ff2",
45
+ "@react-aria/utils": "3.0.0-nightly.2465+fc4488ff2",
46
+ "@react-spectrum/button": "3.0.0-nightly.2465+fc4488ff2",
47
+ "@react-spectrum/calendar": "3.0.0-nightly.2465+fc4488ff2",
48
+ "@react-spectrum/dialog": "3.0.0-nightly.2465+fc4488ff2",
49
+ "@react-spectrum/label": "3.14.1-nightly.4174+fc4488ff2",
50
+ "@react-spectrum/layout": "3.5.6-nightly.4174+fc4488ff2",
51
+ "@react-spectrum/utils": "3.0.0-nightly.2465+fc4488ff2",
52
+ "@react-spectrum/view": "3.0.0-nightly.2465+fc4488ff2",
53
+ "@react-stately/datepicker": "3.0.0-nightly.2465+fc4488ff2",
54
+ "@react-stately/utils": "3.0.0-nightly.2465+fc4488ff2",
55
+ "@react-types/datepicker": "3.0.0-nightly.2465+fc4488ff2",
56
+ "@react-types/shared": "3.0.0-nightly.2465+fc4488ff2",
57
+ "@spectrum-icons/ui": "3.0.0-nightly.2465+fc4488ff2",
58
+ "@spectrum-icons/workflow": "3.0.0-nightly.2465+fc4488ff2",
59
59
  "@swc/helpers": "^0.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2453+e79cff031",
63
- "@react-spectrum/test-utils": "3.0.0-nightly.2453+e79cff031"
62
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2465+fc4488ff2",
63
+ "@react-spectrum/test-utils": "3.0.0-nightly.2465+fc4488ff2"
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": "e79cff031ecf3cea7242daddf308625d638fd056"
73
+ "gitHead": "fc4488ff2501be8625ff629d6af78655ecb5d088"
74
74
  }