From 98c40ae6b773f03c769a911d8ae22e890cfe869a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Wed, 16 Aug 2023 11:29:44 +0200 Subject: [PATCH] Bump ui test dep --- template/{% if test %}ui-tests{% endif %}/package.json.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/{% if test %}ui-tests{% endif %}/package.json.jinja b/template/{% if test %}ui-tests{% endif %}/package.json.jinja index 64a051b..ccaf4cc 100644 --- a/template/{% if test %}ui-tests{% endif %}/package.json.jinja +++ b/template/{% if test %}ui-tests{% endif %}/package.json.jinja @@ -9,7 +9,7 @@ "test:update": "jlpm playwright test --update-snapshots" }, "devDependencies": { - "@jupyterlab/galata": "^5.0.0", - "@playwright/test": "^1.32.0" + "@jupyterlab/galata": "^5.0.5", + "@playwright/test": "^1.37.0" } }