You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2022/10/25 06:54:42 UTC

[shardingsphere-elasticjob-ui] branch master updated: Fix UI tests failed due to Chrome GPU process crashed (#168)

This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 41983be  Fix UI tests failed due to Chrome GPU process crashed (#168)
41983be is described below

commit 41983bed851f831ecc37f51c6d9ee79a18844408
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Oct 25 14:54:36 2022 +0800

    Fix UI tests failed due to Chrome GPU process crashed (#168)
---
 .../shardingsphere-elasticjob-cloud-ui-frontend/package.json            | 2 +-
 .../shardingsphere-elasticjob-lite-ui-frontend/package.json             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/package.json b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/package.json
index 373d7f4..5f60ee3 100644
--- a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/package.json
+++ b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-frontend/package.json
@@ -80,7 +80,7 @@
     "postcss-import": "^11.0.0",
     "postcss-loader": "^2.0.8",
     "postcss-url": "^7.2.1",
-    "puppeteer": "^1.20.0",
+    "puppeteer": "^19.1.1",
     "rimraf": "^2.6.0",
     "sass-loader": "^7.1.0",
     "semver": "^5.3.0",
diff --git a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/package.json b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/package.json
index bfd17ab..2ebbf8a 100644
--- a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/package.json
+++ b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/package.json
@@ -77,7 +77,7 @@
     "postcss-import": "^11.0.0",
     "postcss-loader": "^2.0.8",
     "postcss-url": "^7.2.1",
-    "puppeteer": "^1.20.0",
+    "puppeteer": "^19.1.1",
     "rimraf": "^2.6.0",
     "sass-loader": "^7.1.0",
     "semver": "^5.3.0",