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

Commit bae76ea

Browse files
authoredNov 30, 2023
chore: bump playwright to 1.40.1 (#37)
1 parent 962385b commit bae76ea

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed
 

‎ct-angular/package.json

+1-1
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.40.0",
29+
"@playwright/test": "1.40.1",
3030
"@sand4rt/experimental-ct-angular": "workspace:*",
3131
"typescript": "~4.9.4"
3232
}

‎playwright-ct-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sand4rt/experimental-ct-angular",
3-
"version": "1.40.0",
3+
"version": "1.40.1",
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.10",
4444
"@angular-devkit/build-angular": "^16.1.0",
45-
"@playwright/experimental-ct-core": "1.40.0",
45+
"@playwright/experimental-ct-core": "1.40.1",
4646
"vite": "^4.4.9"
4747
},
4848
"devDependencies": {
@@ -54,14 +54,14 @@
5454
"@angular/platform-browser": "^16.1.7",
5555
"@angular/platform-browser-dynamic": "^16.1.7",
5656
"@angular/router": "^16.1.7",
57-
"@playwright/test": "1.40.0",
57+
"@playwright/test": "1.40.1",
5858
"rxjs": "~7.8.1",
5959
"tslib": "^2.5.0",
6060
"typescript": "^5.0.4",
6161
"zone.js": "~0.13.1"
6262
},
6363
"peerDependencies": {
64-
"@playwright/test": ">=1.40.0",
64+
"@playwright/test": ">=1.40.1",
6565
"typescript": ">=4.9.3",
6666
"@angular/common": ">=15.1.0 || >=16.0.0",
6767
"@angular/platform-browser": ">=15.1.0 || >=16.0.0",

‎pnpm-lock.yaml

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
This repository has been archived.