@react-spectrum/datepicker 3.0.0-nightly.1373 → 3.0.0-nightly.1375

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.1373+5115b76b6",
3
+ "version": "3.0.0-nightly.1375+10e57d449",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,31 +32,31 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@internationalized/date": "3.0.0-nightly.3064+5115b76b6",
36
- "@internationalized/number": "3.0.4-nightly.3064+5115b76b6",
37
- "@react-aria/datepicker": "3.0.0-nightly.3064+5115b76b6",
38
- "@react-aria/focus": "3.0.0-nightly.1373+5115b76b6",
39
- "@react-aria/i18n": "3.0.0-nightly.1373+5115b76b6",
40
- "@react-aria/interactions": "3.0.0-nightly.1373+5115b76b6",
41
- "@react-aria/utils": "3.0.0-nightly.1373+5115b76b6",
42
- "@react-spectrum/button": "3.0.0-nightly.1373+5115b76b6",
43
- "@react-spectrum/calendar": "3.0.0-nightly.1373+5115b76b6",
44
- "@react-spectrum/dialog": "3.0.0-nightly.1373+5115b76b6",
45
- "@react-spectrum/label": "3.4.2-nightly.3064+5115b76b6",
46
- "@react-spectrum/layout": "3.2.2-nightly.3064+5115b76b6",
47
- "@react-spectrum/utils": "3.0.0-nightly.1373+5115b76b6",
48
- "@react-spectrum/view": "3.0.0-nightly.1373+5115b76b6",
49
- "@react-stately/datepicker": "3.0.0-nightly.1373+5115b76b6",
50
- "@react-stately/utils": "3.0.0-nightly.1373+5115b76b6",
51
- "@react-types/datepicker": "3.0.0-nightly.1373+5115b76b6",
52
- "@react-types/shared": "3.0.0-nightly.1373+5115b76b6",
53
- "@spectrum-icons/ui": "3.0.0-nightly.1373+5115b76b6",
54
- "@spectrum-icons/workflow": "3.0.0-nightly.1373+5115b76b6",
35
+ "@internationalized/date": "3.0.0-nightly.3066+10e57d449",
36
+ "@internationalized/number": "3.0.4-nightly.3066+10e57d449",
37
+ "@react-aria/datepicker": "3.0.0-nightly.3066+10e57d449",
38
+ "@react-aria/focus": "3.0.0-nightly.1375+10e57d449",
39
+ "@react-aria/i18n": "3.0.0-nightly.1375+10e57d449",
40
+ "@react-aria/interactions": "3.0.0-nightly.1375+10e57d449",
41
+ "@react-aria/utils": "3.0.0-nightly.1375+10e57d449",
42
+ "@react-spectrum/button": "3.0.0-nightly.1375+10e57d449",
43
+ "@react-spectrum/calendar": "3.0.0-nightly.1375+10e57d449",
44
+ "@react-spectrum/dialog": "3.0.0-nightly.1375+10e57d449",
45
+ "@react-spectrum/label": "3.4.2-nightly.3066+10e57d449",
46
+ "@react-spectrum/layout": "3.2.2-nightly.3066+10e57d449",
47
+ "@react-spectrum/utils": "3.0.0-nightly.1375+10e57d449",
48
+ "@react-spectrum/view": "3.0.0-nightly.1375+10e57d449",
49
+ "@react-stately/datepicker": "3.0.0-nightly.1375+10e57d449",
50
+ "@react-stately/utils": "3.0.0-nightly.1375+10e57d449",
51
+ "@react-types/datepicker": "3.0.0-nightly.1375+10e57d449",
52
+ "@react-types/shared": "3.0.0-nightly.1375+10e57d449",
53
+ "@spectrum-icons/ui": "3.0.0-nightly.1375+10e57d449",
54
+ "@spectrum-icons/workflow": "3.0.0-nightly.1375+10e57d449",
55
55
  "date-fns": "^1.30.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1373+5115b76b6",
59
- "@react-spectrum/test-utils": "3.0.0-nightly.1373+5115b76b6"
58
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1375+10e57d449",
59
+ "@react-spectrum/test-utils": "3.0.0-nightly.1375+10e57d449"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@react-spectrum/provider": "^3.0.0",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "5115b76b63cba6843d5e7de2ef5ec3a41a1bff3c"
69
+ "gitHead": "10e57d449dde2ae6bd095a63a8339e1d4c61cf59"
70
70
  }