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

Commit

Permalink
⚙️ Bump minimum NodeJS version to 18.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Feb 19, 2024
1 parent 425a335 commit f96fd68
Show file tree
Hide file tree
Showing 25 changed files with 1,623 additions and 1,440 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
18.19.1
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.16 <=18",
"node": ">=18.19.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.16 <=18",
"node": ">=18.19.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/8859790842fc7a1a937d25b59d1b6286c5e1176d/framework/dist/lisk-service-framework-1.6.12.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"octokit": "^3.1.2",
Expand Down
244 changes: 128 additions & 116 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.16 <=18",
"node": ">=18.19.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/8859790842fc7a1a937d25b59d1b6286c5e1176d/framework/dist/lisk-service-framework-1.6.12.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"moment": "^2.29.4",
"signals": "^1.0.0",
"tar": "^6.1.11"
Expand Down
239 changes: 132 additions & 107 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.16 <=18",
"node": ">=18.19.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/8859790842fc7a1a937d25b59d1b6286c5e1176d/framework/dist/lisk-service-framework-1.6.12.tgz"
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz"
},
"devDependencies": {
"@babel/preset-env": "^7.14.0",
Expand Down
210 changes: 111 additions & 99 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.16 <=18",
"node": ">=18.19.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/8859790842fc7a1a937d25b59d1b6286c5e1176d/framework/dist/lisk-service-framework-1.6.12.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lodash": "^4.17.21",
"require-all": "^3.0.0"
},
Expand Down
210 changes: 111 additions & 99 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.16 <=18",
"node": ">=18.19.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/8859790842fc7a1a937d25b59d1b6286c5e1176d/framework/dist/lisk-service-framework-1.6.12.tgz",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/425a3350ef6c8c29c51c8e64ec247f3e8413d7cb/framework/dist/lisk-service-framework-1.6.13.tgz",
"lodash": "^4.17.21",
"minio": "^7.0.21",
"moment": "^2.29.4",
Expand Down
Loading

0 comments on commit f96fd68

Please sign in to comment.