Browse Source

bump for new pw version

George Baugh 2 năm trước cách đây
mục cha
commit
372d110f26
3 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 3 0
      conf/Changes
  2. 1 1
      dist.ini
  3. 1 1
      package.json

+ 3 - 0
conf/Changes

@@ -1,5 +1,8 @@
 Revision history for Playwright
 
+0.019 2022-02-22 TEODESIAN
+    - Update for playwright v1.19
+
 0.018 2022-01-20 TEODESIAN
     - Update for playwright v1.18
 

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Playwright
-version = 0.018
+version = 0.019
 author = George S. Baugh <george@troglodyne.net>
 license = MIT
 copyright_holder = Troglodyne LLC

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
   "private": true,
   "dependencies": {
     "express": "^4.17",
-    "playwright": "^1.18.0",
+    "playwright": "^1.19.1",
     "uuid": "^8.3"
   }
 }