Skip to content

Commit 9e6dfe2

Browse files
committed
Update type dependencies
1 parent 43dd9b7 commit 9e6dfe2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
},
7474
"devDependencies": {
7575
"@skypack/package-check": "^0.2.2",
76-
"@types/chai": "^4.3.1",
76+
"@types/chai": "^4.3.5",
7777
"@types/chai-as-promised": "^7.1.5",
78-
"@types/mocha": "^9.1.1",
78+
"@types/mocha": "^10.0.1",
7979
"@types/node": "^16.18.27",
80-
"@types/sinon": "^10.0.13",
81-
"@types/sinon-chai": "^3.2.8",
80+
"@types/sinon": "^10.0.14",
81+
"@types/sinon-chai": "^3.2.9",
8282
"@voxpelli/eslint-config": "^16.0.7",
83-
"@voxpelli/tsconfig": "^4.0.0",
83+
"@voxpelli/tsconfig": "^7.0.0",
8484
"c8": "^7.12.0",
8585
"chai": "^4.3.6",
8686
"chai-as-promised": "^7.1.1",
@@ -106,8 +106,8 @@
106106
"npm-run-all2": "^6.0.1",
107107
"sinon": "^14.0.0",
108108
"sinon-chai": "^3.7.0",
109-
"tsd": "^0.20.0",
110-
"type-coverage": "^2.22.0",
111-
"typescript": "~4.6.4"
109+
"tsd": "^0.28.1",
110+
"type-coverage": "^2.25.3",
111+
"typescript": "~5.0.4"
112112
}
113113
}

0 commit comments

Comments
 (0)