Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
⚙️ Ensure minimum supported NodeJS version is 18.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Apr 4, 2024
1 parent 405ad4a commit fd14871
Show file tree
Hide file tree
Showing 26 changed files with 7,530 additions and 6,772 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
18.20.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ WebSocket-based APIs can be used through the [Socket.IO](https://socket.io/) lib

To continue the installation ensure that you have the following dependencies installed:

- [NodeJS Active LTS - ^v18.19.1](https://nodejs.org/en/about/releases/)
- [NodeJS Active LTS - ^v18.20.1](https://nodejs.org/en/about/releases/)
- [MySQL - ^v8.0.29](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/)
- [Docker](https://www.docker.com/) with [Docker compose](https://docs.docker.com/compose/install/)
- [GNU Make](https://www.gnu.org/software/make/) and [GNU Tar](https://www.gnu.org/software/tar/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.19.1 <=18",
"node": ">=18.20.1 <=18",
"npm": ">=8.5.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions services/blockchain-app-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.19.1 <=18",
"node": ">=18.20.1 <=18",
"npm": ">=8.5.0"
},
"scripts": {
Expand All @@ -32,7 +32,7 @@
"dependencies": {
"bluebird": "^3.7.2",
"ioredis": "^5.3.2",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/405ad4a3b787245a778f26688bea8beae21d4bb8/framework/dist/lisk-service-framework-1.6.14.tgz",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"octokit": "^3.1.2",
Expand Down
767 changes: 416 additions & 351 deletions services/blockchain-app-registry/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/blockchain-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.19.1 <=18",
"node": ">=18.20.1 <=18",
"npm": ">=8.5.0"
},
"scripts": {
Expand All @@ -40,7 +40,7 @@
"bluebird": "^3.7.2",
"ioredis": "^5.3.2",
"knex": "^2.4.0",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/405ad4a3b787245a778f26688bea8beae21d4bb8/framework/dist/lisk-service-framework-1.6.14.tgz",
"moment": "^2.29.4",
"signals": "^1.0.0",
"tar": "^6.1.11"
Expand Down
1,441 changes: 757 additions & 684 deletions services/blockchain-connector/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/blockchain-coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.19.1 <=18",
"node": ">=18.20.1 <=18",
"npm": ">=8.5.0"
},
"scripts": {
Expand All @@ -32,7 +32,7 @@
"bluebird": "^3.7.2",
"bull": "^4.8.1",
"ioredis": "^5.3.2",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz"
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/405ad4a3b787245a778f26688bea8beae21d4bb8/framework/dist/lisk-service-framework-1.6.14.tgz"
},
"devDependencies": {
"@babel/preset-env": "^7.14.0",
Expand Down
1,429 changes: 751 additions & 678 deletions services/blockchain-coordinator/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/blockchain-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.19.1 <=18",
"node": ">=18.20.1 <=18",
"npm": ">=8.5.0"
},
"scripts": {
Expand All @@ -39,7 +39,7 @@
"bull": "^4.8.1",
"camelcase": "^6.3.0",
"ioredis": "^5.3.2",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/405ad4a3b787245a778f26688bea8beae21d4bb8/framework/dist/lisk-service-framework-1.6.14.tgz",
"lodash": "^4.17.21",
"require-all": "^3.0.0"
},
Expand Down
1,429 changes: 751 additions & 678 deletions services/blockchain-indexer/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions services/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"main": "app.js",
"engines": {
"node": ">=18.19.1 <=18",
"node": ">=18.20.1 <=18",
"npm": ">=8.5.0"
},
"scripts": {
Expand All @@ -37,7 +37,7 @@
"exceljs": "^4.3.0",
"ioredis": "^5.3.2",
"json2csv": "^5.0.6",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/405ad4a3b787245a778f26688bea8beae21d4bb8/framework/dist/lisk-service-framework-1.6.14.tgz",
"lodash": "^4.17.21",
"minio": "^7.0.21",
"moment": "^2.29.4",
Expand Down
Loading

0 comments on commit fd14871

Please sign in to comment.