Skip to content

Commit

Permalink
Update Node to 18.15.0, node-gyp to 10.0.1, and yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed Nov 2, 2023
1 parent 400fb92 commit d5cd742
Show file tree
Hide file tree
Showing 4 changed files with 985 additions and 903 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
18.15.0
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/chance": "^1.1.3",
"@types/mocha": "^5.2.7",
"@types/node": "16.18.3",
"@types/node": "~18.15.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
Expand All @@ -48,7 +48,7 @@
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-more": "^1.0.0",
"mocha": "^9",
"node-gyp": "^8.4.1",
"node-gyp": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.1",
"source-map-support": "^0.5.19",
Expand Down
Loading

0 comments on commit d5cd742

Please sign in to comment.