From de7375fe9655c2a9c77bee0051ccac1b24bf008a Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Thu, 4 Jul 2024 13:40:59 +0100 Subject: [PATCH] Update browser support baseline Update the baseline to match https://github.com/hypothesis/client/pull/6438. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36b8a3d618c..db426cd1542 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "url": "https://github.com/hypothesis/h/issues" }, "homepage": "https://github.com/hypothesis/h", - "browserslist": "chrome 57, edge 17, firefox 53, safari 10.1", + "browserslist": "chrome 92, firefox 90, safari 14.1", "prettier": { "arrowParens": "avoid", "singleQuote": true