@adobe/react-spectrum 3.36.1 → 3.36.3

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 +18 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/react-spectrum",
3
- "version": "3.36.1",
3
+ "version": "3.36.3",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -38,44 +38,44 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@internationalized/string": "^3.2.3",
41
- "@react-aria/i18n": "^3.12.1",
41
+ "@react-aria/i18n": "^3.12.2",
42
42
  "@react-aria/ssr": "^3.9.5",
43
- "@react-aria/utils": "^3.25.1",
44
- "@react-aria/visually-hidden": "^3.8.14",
43
+ "@react-aria/utils": "^3.25.2",
44
+ "@react-aria/visually-hidden": "^3.8.15",
45
45
  "@react-spectrum/actionbar": "^3.5.1",
46
46
  "@react-spectrum/actiongroup": "^3.10.7",
47
- "@react-spectrum/avatar": "^3.0.14",
47
+ "@react-spectrum/avatar": "^3.0.15",
48
48
  "@react-spectrum/badge": "^3.1.15",
49
49
  "@react-spectrum/breadcrumbs": "^3.9.9",
50
50
  "@react-spectrum/button": "^3.16.6",
51
51
  "@react-spectrum/buttongroup": "^3.6.15",
52
52
  "@react-spectrum/calendar": "^3.4.11",
53
53
  "@react-spectrum/checkbox": "^3.9.8",
54
- "@react-spectrum/combobox": "^3.13.1",
54
+ "@react-spectrum/combobox": "^3.13.2",
55
55
  "@react-spectrum/contextualhelp": "^3.6.13",
56
56
  "@react-spectrum/datepicker": "^3.10.1",
57
57
  "@react-spectrum/dialog": "^3.8.13",
58
- "@react-spectrum/divider": "^3.5.15",
58
+ "@react-spectrum/divider": "^3.5.16",
59
59
  "@react-spectrum/dnd": "^3.4.1",
60
60
  "@react-spectrum/dropzone": "^3.0.3",
61
61
  "@react-spectrum/filetrigger": "^3.0.3",
62
62
  "@react-spectrum/form": "^3.7.8",
63
63
  "@react-spectrum/icon": "^3.7.15",
64
64
  "@react-spectrum/illustratedmessage": "^3.5.3",
65
- "@react-spectrum/image": "^3.5.3",
65
+ "@react-spectrum/image": "^3.5.4",
66
66
  "@react-spectrum/inlinealert": "^3.2.7",
67
67
  "@react-spectrum/labeledvalue": "^3.1.16",
68
- "@react-spectrum/layout": "^3.6.7",
68
+ "@react-spectrum/layout": "^3.6.8",
69
69
  "@react-spectrum/link": "^3.6.9",
70
70
  "@react-spectrum/list": "^3.8.1",
71
71
  "@react-spectrum/listbox": "^3.13.1",
72
- "@react-spectrum/menu": "^3.20.1",
72
+ "@react-spectrum/menu": "^3.20.3",
73
73
  "@react-spectrum/meter": "^3.5.3",
74
74
  "@react-spectrum/numberfield": "^3.9.5",
75
75
  "@react-spectrum/overlays": "^5.6.3",
76
76
  "@react-spectrum/picker": "^3.15.1",
77
77
  "@react-spectrum/progress": "^3.7.9",
78
- "@react-spectrum/provider": "^3.9.9",
78
+ "@react-spectrum/provider": "^3.9.10",
79
79
  "@react-spectrum/radio": "^3.7.8",
80
80
  "@react-spectrum/searchfield": "^3.8.8",
81
81
  "@react-spectrum/slider": "^3.6.11",
@@ -85,13 +85,13 @@
85
85
  "@react-spectrum/tabs": "^3.8.12",
86
86
  "@react-spectrum/tag": "^3.2.8",
87
87
  "@react-spectrum/text": "^3.5.7",
88
- "@react-spectrum/textfield": "^3.12.3",
88
+ "@react-spectrum/textfield": "^3.12.4",
89
89
  "@react-spectrum/theme-dark": "^3.5.12",
90
90
  "@react-spectrum/theme-default": "^3.5.12",
91
91
  "@react-spectrum/theme-light": "^3.4.12",
92
92
  "@react-spectrum/tooltip": "^3.6.9",
93
93
  "@react-spectrum/view": "^3.6.12",
94
- "@react-spectrum/well": "^3.4.15",
94
+ "@react-spectrum/well": "^3.4.16",
95
95
  "@react-stately/collections": "^3.10.9",
96
96
  "@react-stately/data": "^3.11.6",
97
97
  "@react-types/shared": "^3.24.1",
@@ -104,5 +104,9 @@
104
104
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0",
105
105
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
106
106
  },
107
- "gitHead": "f0aa6aacee60af265dc8994b9274ccf072a850aa"
107
+ "devDependencies": {
108
+ "@babel/cli": "^7.12.10",
109
+ "@babel/core": "^7.24.3"
110
+ },
111
+ "gitHead": "87fc14abdcdd6dfe517354a73806ad8fdabc6f61"
108
112
  }