Skip to content

Commit 9d94726

Browse files
ahmxdiqbalurnotsam
andauthoredNov 22, 2024
RED-265/BB-33152: shardus-core - switch node to 18.19.1 (#288)
* switch node to 18.19.1 * update dep versions --------- Co-authored-by: urnotsam <samwsweet@gmail.com>
1 parent d1abe47 commit 9d94726

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed
 

‎flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
buildNodeJs = pkgs.callPackage "${nixpkgs}/pkgs/development/web/nodejs/nodejs.nix" {python = pkgs.python3;};
2626
custom-nodejs = buildNodeJs {
2727
enableNpm = true;
28-
version = "18.16.1";
28+
version = "18.19.1";
2929
sha256 = "0wp2xyz5yqcvb6949xaqpan73rfhdc3cdfsvx7vzvzc9in64yh78";
3030
};
3131

‎package-lock.json

+16-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@shardus/core",
33
"version": "2.13.4-0",
44
"engines": {
5-
"node": "18.16.1"
5+
"node": "18.19.1"
66
},
77
"description": "The Shardus Global Server",
88
"main": "./dist/index.js",
@@ -52,9 +52,9 @@
5252
"dependencies": {
5353
"@hapi/sntp": "3.1.1",
5454
"@mapbox/node-pre-gyp": "1.0.10",
55-
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4",
56-
"@shardus/net": "git+https://github.com/shardeum/lib-net#v1.4.0",
57-
"@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21",
55+
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.5",
56+
"@shardus/net": "git+https://github.com/shardeum/lib-net#v1.4.4",
57+
"@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.22",
5858
"@types/better-sqlite3": "7.6.3",
5959
"body-parser": "1.18.3",
6060
"bytenode": "1.3.4",
@@ -79,7 +79,7 @@
7979
"@types/express": "4.17.3",
8080
"@types/got": "9.6.9",
8181
"@types/jest": "27.0.1",
82-
"@types/node": "18.16.1",
82+
"@types/node": "18.19.1",
8383
"@types/socket.io": "2.1.11",
8484
"@types/sqlite3": "3.1.8",
8585
"@types/tar-fs": "1.16.2",

0 commit comments

Comments
 (0)