@react-spectrum/datepicker 3.0.0-nightly.1563 → 3.0.0-nightly.1569

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 +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/datepicker",
3
- "version": "3.0.0-nightly.1563+bfa574fc3",
3
+ "version": "3.0.0-nightly.1569+5d6e7ed6f",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,38 +32,38 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@internationalized/date": "3.0.0-nightly.3262+bfa574fc3",
36
- "@internationalized/number": "3.1.1-nightly.3262+bfa574fc3",
37
- "@react-aria/datepicker": "3.0.0-nightly.1563+bfa574fc3",
38
- "@react-aria/focus": "3.0.0-nightly.1563+bfa574fc3",
39
- "@react-aria/i18n": "3.0.0-nightly.1563+bfa574fc3",
40
- "@react-aria/interactions": "3.0.0-nightly.1563+bfa574fc3",
41
- "@react-aria/utils": "3.0.0-nightly.1563+bfa574fc3",
42
- "@react-spectrum/button": "3.0.0-nightly.1563+bfa574fc3",
43
- "@react-spectrum/calendar": "3.0.0-nightly.1563+bfa574fc3",
44
- "@react-spectrum/dialog": "3.0.0-nightly.1563+bfa574fc3",
45
- "@react-spectrum/label": "3.5.1-nightly.3262+bfa574fc3",
46
- "@react-spectrum/layout": "3.2.7-nightly.3262+bfa574fc3",
47
- "@react-spectrum/utils": "3.0.0-nightly.1563+bfa574fc3",
48
- "@react-spectrum/view": "3.0.0-nightly.1563+bfa574fc3",
49
- "@react-stately/datepicker": "3.0.0-nightly.1563+bfa574fc3",
50
- "@react-stately/utils": "3.0.0-nightly.1563+bfa574fc3",
51
- "@react-types/datepicker": "3.0.0-nightly.1563+bfa574fc3",
52
- "@react-types/shared": "3.0.0-nightly.1563+bfa574fc3",
53
- "@spectrum-icons/ui": "3.0.0-nightly.1563+bfa574fc3",
54
- "@spectrum-icons/workflow": "3.0.0-nightly.1563+bfa574fc3"
35
+ "@internationalized/date": "3.0.0-nightly.3268+5d6e7ed6f",
36
+ "@internationalized/number": "3.1.1-nightly.3268+5d6e7ed6f",
37
+ "@react-aria/datepicker": "3.0.0-nightly.1569+5d6e7ed6f",
38
+ "@react-aria/focus": "3.0.0-nightly.1569+5d6e7ed6f",
39
+ "@react-aria/i18n": "3.0.0-nightly.1569+5d6e7ed6f",
40
+ "@react-aria/interactions": "3.0.0-nightly.1569+5d6e7ed6f",
41
+ "@react-aria/utils": "3.0.0-nightly.1569+5d6e7ed6f",
42
+ "@react-spectrum/button": "3.0.0-nightly.1569+5d6e7ed6f",
43
+ "@react-spectrum/calendar": "3.0.0-nightly.1569+5d6e7ed6f",
44
+ "@react-spectrum/dialog": "3.0.0-nightly.1569+5d6e7ed6f",
45
+ "@react-spectrum/label": "3.5.1-nightly.3268+5d6e7ed6f",
46
+ "@react-spectrum/layout": "3.2.7-nightly.3268+5d6e7ed6f",
47
+ "@react-spectrum/utils": "3.0.0-nightly.1569+5d6e7ed6f",
48
+ "@react-spectrum/view": "3.0.0-nightly.1569+5d6e7ed6f",
49
+ "@react-stately/datepicker": "3.0.0-nightly.1569+5d6e7ed6f",
50
+ "@react-stately/utils": "3.0.0-nightly.1569+5d6e7ed6f",
51
+ "@react-types/datepicker": "3.0.0-nightly.1569+5d6e7ed6f",
52
+ "@react-types/shared": "3.0.0-nightly.1569+5d6e7ed6f",
53
+ "@spectrum-icons/ui": "3.0.0-nightly.1569+5d6e7ed6f",
54
+ "@spectrum-icons/workflow": "3.0.0-nightly.1569+5d6e7ed6f"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1563+bfa574fc3",
58
- "@react-spectrum/test-utils": "3.0.0-nightly.1563+bfa574fc3"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1569+5d6e7ed6f",
58
+ "@react-spectrum/test-utils": "3.0.0-nightly.1569+5d6e7ed6f"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@react-spectrum/provider": "^3.0.0",
62
- "react": "^16.8.0 || ^17.0.0-rc.1",
63
- "react-dom": "^16.8.0 || ^17.0.0-rc.1"
62
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
63
+ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "bfa574fc3da23038defad7785e6b9b0017ce6ef9"
68
+ "gitHead": "5d6e7ed6f3f6fc5ba381fc0e5a775b318e797140"
69
69
  }