Merge pull request #2719 from ehuss/update-browser-ui-test

Update browser-ui-test to 0.20.6
This commit is contained in:
Eric Huss 2025-05-30 19:39:59 +00:00 committed by GitHub
commit 1b046e5a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
}