From 3bdd73c19fae72152c0ca7ada1c959f67f1dc85a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 14 Mar 2022 19:56:28 +0100 Subject: [PATCH] chore: fix WebKit for Playwright 1.20 (#61) --- dist/index.js | 1 + index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 30894cb..3f31685 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1385,6 +1385,7 @@ const DEPENDENCIES = { 'libxkbcommon0', 'libxml2', 'libxslt1.1', + 'libopengl0', ], }, }; diff --git a/index.js b/index.js index ab98271..a7a36b0 100644 --- a/index.js +++ b/index.js @@ -254,6 +254,7 @@ const DEPENDENCIES = { 'libxkbcommon0', 'libxml2', 'libxslt1.1', + 'libopengl0', ], }, };