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 v1.41.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Jan 16, 2024
1 parent b114766 commit f1b3c2c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 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.40.1",
"@playwright/test": "1.41.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.40.1",
"version": "1.41.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.28",
"@angular-devkit/build-angular": "^16.1.0",
"@playwright/experimental-ct-core": "1.40.1",
"@playwright/experimental-ct-core": "1.41.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.40.1",
"@playwright/test": "1.41.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"zone.js": "~0.13.1"
},
"peerDependencies": {
"@playwright/test": ">=1.40.1",
"@playwright/test": ">=1.41.0",
"typescript": ">=4.9.3",
"@angular/common": ">=15.1.0 || >=16.0.0",
"@angular/platform-browser": ">=15.1.0 || >=16.0.0",
Expand Down
46 changes: 23 additions & 23 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 f1b3c2c

Please sign in to comment.