File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"version" : " 2.0.0" ,
6
6
"scripts" : {
7
- "pretest" : " npx puppeteer browsers install chrome" ,
8
7
"test" : " cp ../src/button/button-contributions.ts ./src/button-contributions-copy.ts && tsc && mocha dist/**/*.spec.js"
9
8
},
10
9
"devDependencies" : {
11
- "@types/chai" : " ^5.0.1 " ,
12
- "@types/chrome" : " 0.0.287 " ,
13
- "@types/mocha" : " ^10.0.7 " ,
14
- "@types/node" : " 20.14.5 " ,
15
- "chai" : " ^5.1.2 " ,
16
- "htmlnano" : " 2.0.3 " ,
17
- "mocha" : " ^11.1 .0" ,
18
- "prettier" : " 3.3 .3" ,
19
- "puppeteer" : " ^23.6.0 " ,
20
- "ts-node" : " ^10.9.2 " ,
10
+ "@types/chai" : " ^4.3.6 " ,
11
+ "@types/chrome" : " 0.0.243 " ,
12
+ "@types/mocha" : " ^10.0.1 " ,
13
+ "@types/node" : " 20.5.0 " ,
14
+ "chai" : " ^4.3.8 " ,
15
+ "htmlnano" : " ^ 2.0.4 " ,
16
+ "mocha" : " ^10.2 .0" ,
17
+ "prettier" : " ^3.0 .3" ,
18
+ "puppeteer" : " ^21.1.1 " ,
19
+ "ts-node" : " ^10.9.1 " ,
21
20
"source-map-support" : " ^0.5.21" ,
22
- "typescript" : " 5.5.4 "
21
+ "typescript" : " ^5.2.2 "
23
22
}
24
23
}
You can’t perform that action at this time.
0 commit comments