Update browser-ui-test to 0.20.6
This updates browser-ui-test to 0.20.6 which has some new features that could be useful.
This commit is contained in:
parent
f93b2675ff
commit
e9f5e3d7c0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"browser-ui-test": "0.19.0",
|
||||
"browser-ui-test": "^0.20.6",
|
||||
"eslint": "^8.57.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src/front-end/*js src/front-end/**/*js",
|
||||
"lint-fix": "eslint --fix src/front-end/*js src/front-end/**/*js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue