File tree 3 files changed +532
-736
lines changed
3 files changed +532
-736
lines changed Original file line number Diff line number Diff line change 80
80
cache : ' pnpm'
81
81
82
82
- run : pnpm install
83
- - run : node node_modules/puppeteer/install.js
83
+ - run : node node_modules/puppeteer/install.mjs
84
84
85
85
- name : Run e2e tests
86
86
run : pnpm run test-e2e
Original file line number Diff line number Diff line change 66
66
"@rollup/plugin-replace" : " ^5.0.4" ,
67
67
"@rollup/plugin-terser" : " ^0.4.4" ,
68
68
"@types/hash-sum" : " ^1.0.1" ,
69
- "@types/node" : " ^18.18.6 " ,
69
+ "@types/node" : " ^20.8.7 " ,
70
70
"@typescript-eslint/parser" : " ^6.8.0" ,
71
- "@vitest/coverage-istanbul" : " ^0.34.4 " ,
71
+ "@vitest/coverage-istanbul" : " ^0.34.6 " ,
72
72
"@vue/consolidate" : " 0.17.3" ,
73
73
"conventional-changelog-cli" : " ^4.1.0" ,
74
74
"enquirer" : " ^2.4.1" ,
90
90
"prettier" : " ^3.0.3" ,
91
91
"pretty-bytes" : " ^6.1.1" ,
92
92
"pug" : " ^3.0.2" ,
93
- "puppeteer" : " ~21.2.1 " ,
93
+ "puppeteer" : " ~21.3.8 " ,
94
94
"rimraf" : " ^5.0.5" ,
95
95
"rollup" : " ^3.29.4" ,
96
96
"rollup-plugin-dts" : " ^6.1.0" ,
103
103
"todomvc-app-css" : " ^2.4.2" ,
104
104
"tslib" : " ^2.6.2" ,
105
105
"tsx" : " ^3.14.0" ,
106
- "typescript" : " ^5.1.6 " ,
107
- "vite" : " ^4.3 .0" ,
108
- "vitest" : " ^0.34.4 "
106
+ "typescript" : " ^5.2.2 " ,
107
+ "vite" : " ^4.5 .0" ,
108
+ "vitest" : " ^0.34.6 "
109
109
}
110
110
}
You can’t perform that action at this time.
0 commit comments