File tree Expand file tree Collapse file tree 3 files changed +1894
-1361
lines changed Expand file tree Collapse file tree 3 files changed +1894
-1361
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.54.2 -noble
33
33
34
34
steps :
35
35
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 30
30
"devDependencies" : {
31
31
"@actions/core" : " 1.11.1" ,
32
32
"@actions/http-client" : " 2.2.3" ,
33
- "@nuxt/eslint" : " 1.4.1 " ,
33
+ "@nuxt/eslint" : " 1.8.0 " ,
34
34
"@nuxt/test-utils" : " 3.19.1" ,
35
- "@playwright/test" : " 1.52.0 " ,
35
+ "@playwright/test" : " 1.54.2 " ,
36
36
"eslint" : " 9.32.0" ,
37
- "lint-staged" : " 16.1.0 " ,
37
+ "lint-staged" : " 16.1.5 " ,
38
38
"mock-driver" : " link:./test/mock-driver" ,
39
- "simple-git-hooks" : " 2.13.0 " ,
40
- "typescript" : " 5.8.3 " ,
41
- "unstorage" : " 1.16.0 "
39
+ "simple-git-hooks" : " 2.13.1 " ,
40
+ "typescript" : " 5.9.2 " ,
41
+ "unstorage" : " 1.16.1 "
42
42
},
43
43
"simple-git-hooks" : {
44
44
"pre-commit" : " npx lint-staged"
48
48
" npx eslint --fix"
49
49
]
50
50
},
51
- "packageManager" : " pnpm@10.11.1 "
51
+ "packageManager" : " pnpm@10.14.0 "
52
52
}
You can’t perform that action at this time.
0 commit comments