File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
packages/@react-aria/interactions/docs Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
"url" : " https://github.com/adobe/react-spectrum"
9
9
},
10
10
"browserslist" : [
11
- " chrome >= 61 " ,
12
- " firefox >= 60 " ,
13
- " safari >= 11 " ,
14
- " edge >= 16 "
11
+ " chrome >= 88 " ,
12
+ " firefox >= 85 " ,
13
+ " safari >= 13 " ,
14
+ " edge >= 88 "
15
15
],
16
16
"scripts" : {
17
17
"check-types" : " tsc" ,
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ so that components receive a consistent stream of events regardless of the inter
109
109
All React Aria components are tested across a wide variety of browsers and devices. We test across devices with
110
110
mouse input, touchscreens, and also hybrid devices.
111
111
112
- * Chrome 80 + on macOS and Windows
113
- * Firefox 76 + on macOS and Windows
112
+ * Chrome 88 + on macOS and Windows
113
+ * Firefox 85 + on macOS and Windows
114
114
* Safari 13+ on macOS
115
- * Edge 80 + on Windows
115
+ * Edge 88 + on Windows
116
116
* Safari 13+ on iOS and iPadOS
117
- * Chrome 80 + on Android
117
+ * Chrome 88 + on Android
You can’t perform that action at this time.
0 commit comments