Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
chore: bump playwright to 1.41.2 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Feb 1, 2024
1 parent 5c87b17 commit bd73dd9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 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.41.1",
"@playwright/test": "1.41.2",
"@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.41.1",
"version": "1.41.2",
"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.30",
"@angular-devkit/build-angular": "^16.1.0",
"@playwright/experimental-ct-core": "1.41.1"
"@playwright/experimental-ct-core": "1.41.2"
},
"devDependencies": {
"@angular/animations": "^16.1.7",
Expand All @@ -53,14 +53,14 @@
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"zone.js": "~0.13.1"
},
"peerDependencies": {
"@playwright/test": ">=1.41.1",
"@playwright/test": ">=1.41.2",
"typescript": ">=4.9.3",
"@angular/common": ">=15.1.0 || >=16.0.0",
"@angular/platform-browser": ">=15.1.0 || >=16.0.0",
Expand Down
36 changes: 18 additions & 18 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 bd73dd9

Please sign in to comment.