@react-spectrum/datepicker 3.0.0-nightly.1663 → 3.0.0-nightly.1668

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.1663+2a6c48eb0",
3
+ "version": "3.0.0-nightly.1668+bc1e8f829",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,30 +32,30 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@internationalized/date": "3.0.1-nightly.3363+2a6c48eb0",
36
- "@internationalized/number": "3.1.2-nightly.3363+2a6c48eb0",
37
- "@react-aria/datepicker": "3.0.0-nightly.1663+2a6c48eb0",
38
- "@react-aria/focus": "3.0.0-nightly.1663+2a6c48eb0",
39
- "@react-aria/i18n": "3.0.0-nightly.1663+2a6c48eb0",
40
- "@react-aria/interactions": "3.0.0-nightly.1663+2a6c48eb0",
41
- "@react-aria/utils": "3.0.0-nightly.1663+2a6c48eb0",
42
- "@react-spectrum/button": "3.0.0-nightly.1663+2a6c48eb0",
43
- "@react-spectrum/calendar": "3.0.0-nightly.1663+2a6c48eb0",
44
- "@react-spectrum/dialog": "3.0.0-nightly.1663+2a6c48eb0",
45
- "@react-spectrum/label": "3.6.2-nightly.3363+2a6c48eb0",
46
- "@react-spectrum/layout": "3.3.2-nightly.3363+2a6c48eb0",
47
- "@react-spectrum/utils": "3.0.0-nightly.1663+2a6c48eb0",
48
- "@react-spectrum/view": "3.0.0-nightly.1663+2a6c48eb0",
49
- "@react-stately/datepicker": "3.0.0-nightly.1663+2a6c48eb0",
50
- "@react-stately/utils": "3.0.0-nightly.1663+2a6c48eb0",
51
- "@react-types/datepicker": "3.0.0-nightly.1663+2a6c48eb0",
52
- "@react-types/shared": "3.0.0-nightly.1663+2a6c48eb0",
53
- "@spectrum-icons/ui": "3.0.0-nightly.1663+2a6c48eb0",
54
- "@spectrum-icons/workflow": "3.0.0-nightly.1663+2a6c48eb0"
35
+ "@internationalized/date": "3.0.1-nightly.3368+bc1e8f829",
36
+ "@internationalized/number": "3.1.2-nightly.3368+bc1e8f829",
37
+ "@react-aria/datepicker": "3.0.0-nightly.1668+bc1e8f829",
38
+ "@react-aria/focus": "3.0.0-nightly.1668+bc1e8f829",
39
+ "@react-aria/i18n": "3.0.0-nightly.1668+bc1e8f829",
40
+ "@react-aria/interactions": "3.0.0-nightly.1668+bc1e8f829",
41
+ "@react-aria/utils": "3.0.0-nightly.1668+bc1e8f829",
42
+ "@react-spectrum/button": "3.0.0-nightly.1668+bc1e8f829",
43
+ "@react-spectrum/calendar": "3.0.0-nightly.1668+bc1e8f829",
44
+ "@react-spectrum/dialog": "3.0.0-nightly.1668+bc1e8f829",
45
+ "@react-spectrum/label": "3.6.2-nightly.3368+bc1e8f829",
46
+ "@react-spectrum/layout": "3.3.2-nightly.3368+bc1e8f829",
47
+ "@react-spectrum/utils": "3.0.0-nightly.1668+bc1e8f829",
48
+ "@react-spectrum/view": "3.0.0-nightly.1668+bc1e8f829",
49
+ "@react-stately/datepicker": "3.0.0-nightly.1668+bc1e8f829",
50
+ "@react-stately/utils": "3.0.0-nightly.1668+bc1e8f829",
51
+ "@react-types/datepicker": "3.0.0-nightly.1668+bc1e8f829",
52
+ "@react-types/shared": "3.0.0-nightly.1668+bc1e8f829",
53
+ "@spectrum-icons/ui": "3.0.0-nightly.1668+bc1e8f829",
54
+ "@spectrum-icons/workflow": "3.0.0-nightly.1668+bc1e8f829"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1663+2a6c48eb0",
58
- "@react-spectrum/test-utils": "3.0.0-nightly.1663+2a6c48eb0"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1668+bc1e8f829",
58
+ "@react-spectrum/test-utils": "3.0.0-nightly.1668+bc1e8f829"
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": "2a6c48eb0099671cf9b530ec3d75882c549e9cb5"
68
+ "gitHead": "bc1e8f82922ee0e7d52602efa30ff76dbc4e4708"
69
69
  }