File tree Expand file tree Collapse file tree 5 files changed +1662
-1554
lines changed Expand file tree Collapse file tree 5 files changed +1662
-1554
lines changed Original file line number Diff line number Diff line change 48
48
tests :
49
49
runs-on : ubuntu-latest
50
50
container :
51
- image : mcr.microsoft.com/playwright:v1.49 .1
51
+ image : mcr.microsoft.com/playwright:v1.54 .1
52
52
env :
53
53
HOME : /root
54
54
steps :
Original file line number Diff line number Diff line change 12
12
"@tweakpane/core" : " 2.0.5" ,
13
13
"gray-matter" : " 4.0.3" ,
14
14
"markdown-it-container" : " 4.0.0" ,
15
- "sass" : " 1.83.4 " ,
15
+ "sass" : " 1.89.2 " ,
16
16
"tweakpane" : " 4.0.5" ,
17
- "typescript" : " 5.7 .3" ,
17
+ "typescript" : " 5.8 .3" ,
18
18
"usegl" : " workspace:*" ,
19
19
"vitepress" : " 1.6.3" ,
20
- "vitepress-plugin-group-icons" : " 1.3.5 " ,
20
+ "vitepress-plugin-group-icons" : " 1.6.1 " ,
21
21
"vitepress-plugin-sandpack" : " 1.1.4" ,
22
- "vue" : " 3.5.13 "
22
+ "vue" : " 3.5.18 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/playwright:v1.49 .1 AS base
1
+ FROM mcr.microsoft.com/playwright:v1.54 .1 AS base
2
2
RUN npm i -g pnpm
3
3
4
4
FROM base AS deps
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"@astrojs/check" : " 0.9.4" ,
39
- "@playwright/test" : " 1.49 .1" ,
40
- "@types/node" : " 22.10.7 " ,
41
- "astro" : " 5.1.8 " ,
42
- "changelogen" : " 0.5.7 " ,
43
- "eslint" : " 9.18 .0" ,
44
- "eslint-config-unjs" : " 0.4.2 " ,
45
- "prettier" : " 3.4 .2" ,
46
- "typescript" : " 5.7 .3" ,
47
- "unbuild" : " 3.3.1 "
39
+ "@playwright/test" : " 1.54 .1" ,
40
+ "@types/node" : " 22.16.5 " ,
41
+ "astro" : " 5.12.3 " ,
42
+ "changelogen" : " 0.6.2 " ,
43
+ "eslint" : " 9.32 .0" ,
44
+ "eslint-config-unjs" : " 0.5.0 " ,
45
+ "prettier" : " 3.6 .2" ,
46
+ "typescript" : " 5.8 .3" ,
47
+ "unbuild" : " 3.6.0 "
48
48
},
49
49
"changelog" : {
50
50
"excludeAuthors" : [
You can’t perform that action at this time.
0 commit comments