Skip to content

Commit 8a29712

Browse files
committed
unto test/package.json
1 parent 03f553a commit 8a29712

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

test/package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@
44
"type": "module",
55
"version": "2.0.0",
66
"scripts": {
7-
"pretest": "npx puppeteer browsers install chrome",
87
"test": "cp ../src/button/button-contributions.ts ./src/button-contributions-copy.ts && tsc && mocha dist/**/*.spec.js"
98
},
109
"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",
2120
"source-map-support": "^0.5.21",
22-
"typescript": "5.5.4"
21+
"typescript": "^5.2.2"
2322
}
2423
}

0 commit comments

Comments
 (0)