Skip to content

Commit

Permalink
package.json: update @types/node to 16
Browse files Browse the repository at this point in the history
We're now using NodeJS 16 to build things; we should update the TypeScript
definition to match.  This could have helped with rancher-sandbox#1198.

Signed-off-by: Mark Yen <mark.yen@suse.com>
  • Loading branch information
mook-as committed Jan 11, 2022
1 parent 553fe59 commit da06929
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
26 changes: 19 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.168",
"@types/marked": "^4.0.1",
"@types/node": "^14.16.0",
"@types/node": "^16.11.19",
"@types/node-fetch": "^2.5.10",
"@types/node-forge": "^0.9.7",
"@types/semver": "^7.3.4",
Expand Down

0 comments on commit da06929

Please sign in to comment.