Skip to content

Commit

Permalink
chore(ct): angular bump playwright to 1.39.0 (microsoft#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Nov 5, 2023
1 parent 422c1e1 commit 10a3cc2
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 117 deletions.
2 changes: 1 addition & 1 deletion ct-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular-devkit/build-angular": "^15.1.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "^15.1.0",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@sand4rt/experimental-ct-angular": "workspace:*",
"typescript": "~4.9.4"
}
Expand Down
8 changes: 4 additions & 4 deletions playwright-ct-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sand4rt/experimental-ct-angular",
"version": "1.38.1",
"version": "1.39.0",
"description": "Playwright Component Testing for Angular",
"homepage": "https://playwright.dev",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@analogjs/vite-plugin-angular": "0.2.10",
"@angular-devkit/build-angular": "^16.1.0",
"@playwright/experimental-ct-core": "1.38.1",
"@playwright/experimental-ct-core": "1.39.0",
"vite": "^4.4.9"
},
"devDependencies": {
Expand All @@ -54,14 +54,14 @@
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"zone.js": "~0.13.1"
},
"peerDependencies": {
"@playwright/test": ">=1.38.1",
"@playwright/test": ">=1.39.0",
"typescript": ">=4.9.3",
"@angular/common": ">=15.1.0 || >=16.0.0",
"@angular/platform-browser": ">=15.1.0 || >=16.0.0",
Expand Down
Loading

0 comments on commit 10a3cc2

Please sign in to comment.