mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
update playwright dependencies (#4749)
Co-authored-by: unlikelyzero <jchill2@gmail.com>
This commit is contained in:
parent
03380e1846
commit
bd406d1a73
@ -2,7 +2,7 @@ version: 2.1
|
|||||||
executors:
|
executors:
|
||||||
pw-focal-development:
|
pw-focal-development:
|
||||||
docker:
|
docker:
|
||||||
- image: mcr.microsoft.com/playwright:v1.17.2-focal
|
- image: mcr.microsoft.com/playwright:v1.18.0-focal
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
|
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
"description": "The Open MCT core platform",
|
"description": "The Open MCT core platform",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@braintree/sanitize-url": "^5.0.2",
|
"@braintree/sanitize-url": "^5.0.2",
|
||||||
"@percy/cli": "^1.0.0-beta.71",
|
"@percy/cli": "^1.0.0-beta.73",
|
||||||
"@percy/playwright": "^1.0.1",
|
"@percy/playwright": "^1.0.1",
|
||||||
"@playwright/test": "^1.17.2",
|
"@playwright/test": "^1.18.0",
|
||||||
"allure-playwright": "^2.0.0-beta.14",
|
"allure-playwright": "^2.0.0-beta.14",
|
||||||
"angular": ">=1.8.0",
|
"angular": ">=1.8.0",
|
||||||
"angular-route": "1.4.14",
|
"angular-route": "1.4.14",
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"moment-timezone": "0.5.28",
|
"moment-timezone": "0.5.28",
|
||||||
"node-bourbon": "^4.2.3",
|
"node-bourbon": "^4.2.3",
|
||||||
"painterro": "^1.2.56",
|
"painterro": "^1.2.56",
|
||||||
"playwright": "^1.17.2",
|
"playwright": "^1.18.0",
|
||||||
"plotly.js-basic-dist": "^2.5.0",
|
"plotly.js-basic-dist": "^2.5.0",
|
||||||
"plotly.js-gl2d-dist": "^2.5.0",
|
"plotly.js-gl2d-dist": "^2.5.0",
|
||||||
"printj": "^1.2.1",
|
"printj": "^1.2.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user