Pārlūkot izejas kodu

bump for new pw version

George Baugh 2 gadi atpakaļ
vecāks
revīzija
372d110f26
3 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  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"
   }
 }