Skip to content

Commit 0f90860

Browse files
chore: update dependencies (Node v12) (#17)
* feat: drop Node 8 & 10 support BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0 * chore: update dependencies (Node v12)
1 parent 4426e97 commit 0f90860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"eslint": "^6.8.0",
2929
"fs-extra": "^8.1.0",
3030
"globals": "^12.4.0",
31-
"mocha": "^6.2.3",
31+
"mocha": "^9.2.2",
3232
"npm-run-all": "^4.1.5",
33-
"nyc": "^14.1.1",
33+
"nyc": "^15.1.0",
3434
"opener": "^1.5.2",
3535
"rimraf": "^3.0.2",
36-
"typescript": "^3.9.10"
36+
"typescript": "^4.8.4"
3737
},
3838
"scripts": {
3939
"clean": "rimraf .nyc_output coverage",

0 commit comments

Comments
 (0)