Skip to content

Commit

Permalink
chore: upgrade @playwright/test to latest
Browse files Browse the repository at this point in the history
Current version has a bug as described here: microsoft/playwright#29028
  • Loading branch information
skogsmaskin committed Feb 19, 2024
1 parent 32d79a2 commit a0ddd0d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@bjoerge/mutiny": "^0.5.1",
"@jest/globals": "^29.7.0",
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.41.2",
"@sanity/client": "^6.13.3",
"@sanity/eslint-config-i18n": "^1.0.0",
"@sanity/eslint-config-studio": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.41.2",
"@portabletext/toolkit": "^2.0.10",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/ui": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@
"devDependencies": {
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@playwright/experimental-ct-react": "^1.39.0",
"@playwright/test": "^1.39.0",
"@playwright/experimental-ct-react": "^1.41.2",
"@playwright/test": "^1.41.2",
"@sanity/tsdoc": "1.0.0-alpha.42",
"@sanity/ui-workshop": "^1.2.11",
"@testing-library/jest-dom": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.41.2",
"@sanity/client": "^6.13.3",
"@sanity/uuid": "^3.0.1",
"dotenv": "^16.0.3",
Expand Down
48 changes: 24 additions & 24 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 a0ddd0d

Please sign in to comment.