Merge remote-tracking branch 'sand4rt/hello-angular-ct' into hello-angular-ct

This commit is contained in:
Younes Jaaidi 2024-03-27 10:06:56 +01:00
commit 0443e8cbe9
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -8440,7 +8440,7 @@
"version": "1.42.0-next", "version": "1.42.0-next",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@playwright/experimental-ct-core": "1.42.0-next" "@playwright/experimental-ct-core": "1.43.0-next"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"

View file

@ -29,7 +29,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@playwright/experimental-ct-core": "1.42.0-next" "@playwright/experimental-ct-core": "1.43.0-next"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler": "^17.0.0", "@angular/compiler": "^17.0.0",