This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree 3 files changed +23
-23
lines changed
3 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 26
26
"@angular-devkit/build-angular" : " ^15.1.0" ,
27
27
"@angular/cli" : " ~15.1.0" ,
28
28
"@angular/compiler-cli" : " ^15.1.0" ,
29
- "@playwright/test" : " 1.40.0 " ,
29
+ "@playwright/test" : " 1.40.1 " ,
30
30
"@sand4rt/experimental-ct-angular" : " workspace:*" ,
31
31
"typescript" : " ~4.9.4"
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sand4rt/experimental-ct-angular" ,
3
- "version" : " 1.40.0 " ,
3
+ "version" : " 1.40.1 " ,
4
4
"description" : " Playwright Component Testing for Angular" ,
5
5
"homepage" : " https://playwright.dev" ,
6
6
"repository" : {
42
42
"dependencies" : {
43
43
"@analogjs/vite-plugin-angular" : " 0.2.10" ,
44
44
"@angular-devkit/build-angular" : " ^16.1.0" ,
45
- "@playwright/experimental-ct-core" : " 1.40.0 " ,
45
+ "@playwright/experimental-ct-core" : " 1.40.1 " ,
46
46
"vite" : " ^4.4.9"
47
47
},
48
48
"devDependencies" : {
54
54
"@angular/platform-browser" : " ^16.1.7" ,
55
55
"@angular/platform-browser-dynamic" : " ^16.1.7" ,
56
56
"@angular/router" : " ^16.1.7" ,
57
- "@playwright/test" : " 1.40.0 " ,
57
+ "@playwright/test" : " 1.40.1 " ,
58
58
"rxjs" : " ~7.8.1" ,
59
59
"tslib" : " ^2.5.0" ,
60
60
"typescript" : " ^5.0.4" ,
61
61
"zone.js" : " ~0.13.1"
62
62
},
63
63
"peerDependencies" : {
64
- "@playwright/test" : " >=1.40.0 " ,
64
+ "@playwright/test" : " >=1.40.1 " ,
65
65
"typescript" : " >=4.9.3" ,
66
66
"@angular/common" : " >=15.1.0 || >=16.0.0" ,
67
67
"@angular/platform-browser" : " >=15.1.0 || >=16.0.0" ,
You can’t perform that action at this time.
0 commit comments