Skip to content

Commit 40d086a

Browse files
authored
Update browserslist config (#2828)
1 parent ef52e4f commit 40d086a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"url": "https://github.com/adobe/react-spectrum"
99
},
1010
"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"
1515
],
1616
"scripts": {
1717
"check-types": "tsc",

packages/@react-aria/interactions/docs/interactions.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ so that components receive a consistent stream of events regardless of the inter
109109
All React Aria components are tested across a wide variety of browsers and devices. We test across devices with
110110
mouse input, touchscreens, and also hybrid devices.
111111

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
114114
* Safari 13+ on macOS
115-
* Edge 80+ on Windows
115+
* Edge 88+ on Windows
116116
* Safari 13+ on iOS and iPadOS
117-
* Chrome 80+ on Android
117+
* Chrome 88+ on Android

0 commit comments

Comments
 (0)