chore(tests): update playwright

This commit is contained in:
moklick
2024-01-03 16:11:18 +01:00
parent 3eec220d89
commit 7ea999f74b
3 changed files with 922 additions and 90 deletions

View File

@@ -6,6 +6,7 @@ export default {
nodeTypes: {
DragHandleNode,
},
nodeDragThreshold: 0,
nodes: [
{
id: 'Node-1',

1007
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,11 +13,11 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.40.1",
"@types/node": "^18.7.16"
},
"dependencies": {
"@playwright/experimental-ct-react": "^1.39.0",
"@playwright/experimental-ct-react": "^1.40.1",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",