Skip to content

Commit

Permalink
Update Playwright dependencies to version 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 29, 2024
1 parent 4a743a9 commit 247d3fa
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 34 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"clsx": "^2.1.0"
},
"devDependencies": {
"@playwright/experimental-ct-react": "^1.42.0",
"@playwright/test": "^1.42.0",
"@playwright/experimental-ct-react": "1.41.0",
"@playwright/test": "1.41.0",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.41.2",
"@playwright/test": "^1.41.2",
"@playwright/test": "1.41.2",
"@types/node": "^20.11.24",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/server-renderer": "^3.4.19",
Expand Down
70 changes: 39 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 247d3fa

Please sign in to comment.