From 953ecdebc678c073e809dc1a8b9fd7cd6d4f9d1f Mon Sep 17 00:00:00 2001
From: Jens Grochtdreis <jens.grochtdreis@swr.de>
Date: Thu, 14 Mar 2024 15:29:39 +0100
Subject: [PATCH] Playwright aktualisiert

---
 package.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index 67ec13a..3f3c6e7 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "playwright",
-  "version": "1.1.0",
-  "description": "",
-  "main": "index.js",
+  "version": "1.2.0",
+  "description": "Testumgebung für Playwright",
+  "main": "",
   "scripts": {
     "ui": "npx playwright test --ui",
     "last": "npx playwright show-report",
@@ -11,13 +11,13 @@
   "author": "Jens Grochtdreis",
   "license": "ISC",
   "devDependencies": {
-    "@playwright/test": "^1.41.0",
-    "lighthouse": "^11.4.0",
-    "playwright": "^1.41.0",
+    "@playwright/test": "^1.42.1",
+    "lighthouse": "^11.6.0",
+    "playwright": "^1.42.1",
     "rimraf": "^5.0.5"
   },
   "dependencies": {
-    "@axe-core/playwright": "^4.8.3",
+    "@axe-core/playwright": "^4.8.5",
     "expect-axe-playwright": "^4.0.1",
     "playwright-lighthouse": "^4.0.0"
   }
-- 
GitLab