mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
Add safari as well as iOS safari browserlist check (#6567)
* Add safari as well as iOS safari browserlist check * Update package.json * math
This commit is contained in:
parent
b081389e68
commit
6786be54fa
@ -22,7 +22,7 @@
|
|||||||
"d3-scale": "3.3.0",
|
"d3-scale": "3.3.0",
|
||||||
"d3-selection": "3.0.0",
|
"d3-selection": "3.0.0",
|
||||||
"eslint": "8.37.0",
|
"eslint": "8.37.0",
|
||||||
"eslint-plugin-compat": "4.1.2",
|
"eslint-plugin-compat": "4.1.4",
|
||||||
"eslint-plugin-playwright": "0.12.0",
|
"eslint-plugin-playwright": "0.12.0",
|
||||||
"eslint-plugin-vue": "9.10.0",
|
"eslint-plugin-vue": "9.10.0",
|
||||||
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
||||||
@ -115,7 +115,8 @@
|
|||||||
"not IE 11",
|
"not IE 11",
|
||||||
"last 2 Chrome versions",
|
"last 2 Chrome versions",
|
||||||
"unreleased Chrome versions",
|
"unreleased Chrome versions",
|
||||||
"ios_saf > 15"
|
"ios_saf >= 16",
|
||||||
|
"Safari >= 16"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user