Skip to content

Commit bd73dd9

Browse files
authored
chore: bump playwright to 1.41.2 (#45)
1 parent 5c87b17 commit bd73dd9

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

ct-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular-devkit/build-angular": "^15.1.0",
2727
"@angular/cli": "~15.1.0",
2828
"@angular/compiler-cli": "^15.1.0",
29-
"@playwright/test": "1.41.1",
29+
"@playwright/test": "1.41.2",
3030
"@sand4rt/experimental-ct-angular": "workspace:*",
3131
"typescript": "~4.9.4"
3232
}

playwright-ct-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sand4rt/experimental-ct-angular",
3-
"version": "1.41.1",
3+
"version": "1.41.2",
44
"description": "Playwright Component Testing for Angular",
55
"homepage": "https://playwright.dev",
66
"repository": {
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@analogjs/vite-plugin-angular": "0.2.30",
4444
"@angular-devkit/build-angular": "^16.1.0",
45-
"@playwright/experimental-ct-core": "1.41.1"
45+
"@playwright/experimental-ct-core": "1.41.2"
4646
},
4747
"devDependencies": {
4848
"@angular/animations": "^16.1.7",
@@ -53,14 +53,14 @@
5353
"@angular/platform-browser": "^16.1.7",
5454
"@angular/platform-browser-dynamic": "^16.1.7",
5555
"@angular/router": "^16.1.7",
56-
"@playwright/test": "1.41.1",
56+
"@playwright/test": "1.41.2",
5757
"rxjs": "~7.8.1",
5858
"tslib": "^2.5.0",
5959
"typescript": "^5.0.4",
6060
"zone.js": "~0.13.1"
6161
},
6262
"peerDependencies": {
63-
"@playwright/test": ">=1.41.1",
63+
"@playwright/test": ">=1.41.2",
6464
"typescript": ">=4.9.3",
6565
"@angular/common": ">=15.1.0 || >=16.0.0",
6666
"@angular/platform-browser": ">=15.1.0 || >=16.0.0",

pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)