Skip to content

Commit fa04506

Browse files
authored
Merge pull request #11 from buffcode/feature/mocha-9
feat: update mocha to v9
2 parents 23a7145 + 37c62c4 commit fa04506

File tree

2 files changed

+97
-124
lines changed

2 files changed

+97
-124
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"url": "https://github.com/buffcode/ntp-packet-parser.git"
2424
},
2525
"devDependencies": {
26-
"@types/mocha": "^8.2.2",
26+
"@types/mocha": "^9.0.0",
2727
"@types/node": "^15.3.0",
28-
"mocha": "^8.4.0",
28+
"mocha": "^9.1.3",
2929
"prettier": "^2.3.0",
3030
"ts-mocha": "^8.0.0",
3131
"ts-node": "^10.4.0",

0 commit comments

Comments
 (0)