Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to 14.x (nornagon#170)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @types/node to 14.x

* Specifiy minimum node version
  • Loading branch information
alexrudd2 authored and Jonathan Dahan committed Sep 1, 2023
1 parent 66ccc6d commit ea69140
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 56 deletions.
65 changes: 10 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/jest": "^29.0.0",
"@types/node": "^10.17.28",
"@types/node": "^14.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/serialport": "^8.0.0",
Expand Down Expand Up @@ -78,6 +78,9 @@
"ws": "^8.0.0",
"yargs": "^15.4.1"
},
"engines": {
"node": ">=14.0.0"
},
"jest": {
"preset": "ts-jest"
},
Expand Down

0 comments on commit ea69140

Please sign in to comment.