File tree Expand file tree Collapse file tree 3 files changed +373
-357
lines changed Expand file tree Collapse file tree 3 files changed +373
-357
lines changed Original file line number Diff line number Diff line change 29
29
e2e :
30
30
runs-on : ubuntu-latest
31
31
container :
32
- image : mcr.microsoft.com/playwright:v1.52 .0-noble
32
+ image : mcr.microsoft.com/playwright:v1.53 .0-noble
33
33
34
34
steps :
35
35
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 32
32
"@actions/http-client" : " 2.2.3" ,
33
33
"@nuxt/eslint" : " 1.4.1" ,
34
34
"@nuxt/test-utils" : " 3.19.1" ,
35
- "@playwright/test" : " 1.52 .0" ,
35
+ "@playwright/test" : " 1.53 .0" ,
36
36
"eslint" : " 9.28.0" ,
37
- "lint-staged" : " 16.1.0 " ,
37
+ "lint-staged" : " 16.1.2 " ,
38
38
"mock-driver" : " link:./test/mock-driver" ,
39
39
"simple-git-hooks" : " 2.13.0" ,
40
40
"typescript" : " 5.8.3" ,
48
48
" npx eslint --fix"
49
49
]
50
50
},
51
- "packageManager" : " pnpm@10.11 .1"
51
+ "packageManager" : " pnpm@10.12 .1"
52
52
}
You can’t perform that action at this time.
0 commit comments