Skip to content

Commit

Permalink
RED-265/BB-33152: shardus-core - switch node to 18.19.1 (#288)
Browse files Browse the repository at this point in the history
* switch node to 18.19.1

* update dep versions

---------

Co-authored-by: urnotsam <[email protected]>
  • Loading branch information
ahmxdiqbal and urnotsam authored Nov 22, 2024
1 parent d1abe47 commit 9d94726
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
buildNodeJs = pkgs.callPackage "${nixpkgs}/pkgs/development/web/nodejs/nodejs.nix" {python = pkgs.python3;};
custom-nodejs = buildNodeJs {
enableNpm = true;
version = "18.16.1";
version = "18.19.1";
sha256 = "0wp2xyz5yqcvb6949xaqpan73rfhdc3cdfsvx7vzvzc9in64yh78";
};

Expand Down
24 changes: 16 additions & 8 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shardus/core",
"version": "2.13.4-0",
"engines": {
"node": "18.16.1"
"node": "18.19.1"
},
"description": "The Shardus Global Server",
"main": "./dist/index.js",
Expand Down Expand Up @@ -52,9 +52,9 @@
"dependencies": {
"@hapi/sntp": "3.1.1",
"@mapbox/node-pre-gyp": "1.0.10",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4",
"@shardus/net": "git+https://github.com/shardeum/lib-net#v1.4.0",
"@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.5",
"@shardus/net": "git+https://github.com/shardeum/lib-net#v1.4.4",
"@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.22",
"@types/better-sqlite3": "7.6.3",
"body-parser": "1.18.3",
"bytenode": "1.3.4",
Expand All @@ -79,7 +79,7 @@
"@types/express": "4.17.3",
"@types/got": "9.6.9",
"@types/jest": "27.0.1",
"@types/node": "18.16.1",
"@types/node": "18.19.1",
"@types/socket.io": "2.1.11",
"@types/sqlite3": "3.1.8",
"@types/tar-fs": "1.16.2",
Expand Down

0 comments on commit 9d94726

Please sign in to comment.