Skip to content

Commit 261c0fa

Browse files
easyCZona-agent
andcommitted
Fix test dependencies to resolve TypeScript compilation error
- Update @types/node from 20.5.0 to 20.14.5 to match main project - Update other test dependencies to match main project versions - Remove test/pnpm-lock.yaml to force regeneration with new dependencies - Fixes TS2386 error: Overload signatures must all be optional or required Co-authored-by: Ona <[email protected]>
1 parent bf26d4c commit 261c0fa

File tree

2 files changed

+11
-1658
lines changed

2 files changed

+11
-1658
lines changed

test/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"test": "cp ../src/button/button-contributions.ts ./src/button-contributions-copy.ts && tsc && mocha dist/**/*.spec.js"
88
},
99
"devDependencies": {
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",
10+
"@types/chai": "^5.0.1",
11+
"@types/chrome": "0.0.287",
12+
"@types/mocha": "^10.0.7",
13+
"@types/node": "20.14.5",
14+
"chai": "^5.1.2",
15+
"htmlnano": "2.0.3",
16+
"mocha": "^11.1.0",
17+
"prettier": "3.3.3",
18+
"puppeteer": "^23.6.0",
19+
"ts-node": "^10.9.2",
2020
"source-map-support": "^0.5.21",
21-
"typescript": "^5.2.2"
21+
"typescript": "5.5.4"
2222
}
2323
}

0 commit comments

Comments
 (0)