Skip to content

Commit

Permalink
chore: update dependencies (Node v12) (#17)
Browse files Browse the repository at this point in the history
* feat: drop Node 8 & 10 support

BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0

* chore: update dependencies (Node v12)
  • Loading branch information
MichaelDeBoey committed Oct 16, 2022
1 parent 4426e97 commit 0f90860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"eslint": "^6.8.0",
"fs-extra": "^8.1.0",
"globals": "^12.4.0",
"mocha": "^6.2.3",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"nyc": "^15.1.0",
"opener": "^1.5.2",
"rimraf": "^3.0.2",
"typescript": "^3.9.10"
"typescript": "^4.8.4"
},
"scripts": {
"clean": "rimraf .nyc_output coverage",
Expand Down

0 comments on commit 0f90860

Please sign in to comment.