Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 757c812

Browse files
committed
Upgraded all dependencies
1 parent 46b92bc commit 757c812

File tree

3 files changed

+704
-172
lines changed

3 files changed

+704
-172
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"author": "Matus Gura",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@types/chai": "^3.5.2",
19-
"@types/mocha": "^2.2.41",
20-
"@types/node": "^7.0.14",
21-
"chai": "^3.5.0",
22-
"mocha": "^3.3.0",
18+
"@types/chai": "^4.2.11",
19+
"@types/mocha": "^7.0.2",
20+
"@types/node": "^13.9.3",
21+
"chai": "^4.2.0",
22+
"mocha": "^7.1.1",
2323
"mocha-clean": "^1.0.0",
24-
"shx": "^0.2.2",
24+
"shx": "^0.3.2",
2525
"ts-node": "^8.0.2",
2626
"typescript": "^3.3.3"
2727
},

tests/mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
--compilers ts:ts-node/register
1+
--require ts-node/register
22
--recursive
33
--require mocha-clean

0 commit comments

Comments
 (0)