Skip to content

Commit

Permalink
update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Oct 26, 2023
1 parent 533c974 commit 3a7dd7e
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 24 deletions.
73 changes: 52 additions & 21 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion packages/playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@playwright/test": "~1.32.2",
"@playwright/test": "^1.39.0",
"@types/debounce": "~1.2.1",
"@types/mocha": "~10.0.1",
"@types/node": "~18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@playwright/test": "~1.32.2",
"@playwright/test": "^1.39.0",
"@types/debounce": "~1.2.1",
"@types/mocha": "~10.0.1",
"@types/node": "~18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript": "~5.2.2",
"@types/node": "~18.11.9",
"prism-themes": "~1.9.0",
"playwright": "~1.32.2",
"playwright": "^1.39.0",
"mermaid": "~10.4.0",
"mdx-mermaid": "2.0.0",
"@typespec/eslint-config-typespec": "workspace:~0.49.0",
Expand Down

0 comments on commit 3a7dd7e

Please sign in to comment.