update dependencies & fix keyhandler

This commit is contained in:
peterkogo
2025-01-09 13:38:05 +01:00
parent 3cbb117cf0
commit b56c1c1838
10 changed files with 365 additions and 349 deletions
+3 -3
View File
@@ -14,15 +14,15 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.45.0",
"@playwright/test": "^1.49.1",
"@types/node": "^20.14.6"
},
"dependencies": {
"@playwright/experimental-ct-react": "^1.45.0",
"@playwright/experimental-ct-react": "^1.49.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
}
}