Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #306 from Zilliqa/feat/deprecate-node-10
Browse files Browse the repository at this point in the history
feat/deprecate-node-10
  • Loading branch information
bb111189 committed Jun 2, 2021
2 parents 0d8b1ba + 5c8caf0 commit 5f847eb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/zilliqa-js-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"hdkey": "^1.1.0"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}
2 changes: 1 addition & 1 deletion packages/zilliqa-js-blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"utility-types": "^3.4.1"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}
2 changes: 1 addition & 1 deletion packages/zilliqa-js-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"utility-types": "^2.1.0"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}
2 changes: 1 addition & 1 deletion packages/zilliqa-js-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"mitt": "^1.1.3"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}
2 changes: 1 addition & 1 deletion packages/zilliqa-js-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"protobufjs": "^6.8.8"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}
2 changes: 1 addition & 1 deletion packages/zilliqa-js-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"long": "^4.0.0"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}
2 changes: 1 addition & 1 deletion packages/zilliqa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@zilliqa-js/util": "2.2.0"
},
"engines": {
"node": ">=10.0.0 <15"
"node": ">=12.0.0 <15"
}
}

0 comments on commit 5f847eb

Please sign in to comment.