Drop support for Safari 15
Safari 15: * Lacks structuredClone, which is starting to become useful * Has stack trace quirks that are not well understood, not properly handled by Jasmine, and can cause problems in Jasmine's own tests * Is not widely used * Does not run on any OS that still receives security updates
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
"sass": "^1.58.3"
|
||||
},
|
||||
"browserslist": [
|
||||
"Safari >= 15",
|
||||
"Safari >= 16",
|
||||
"Firefox >= 102",
|
||||
"last 2 Chrome versions",
|
||||
"last 2 Edge versions"
|
||||
|
||||
Reference in New Issue
Block a user