Add repo dev req. for Node.js (#3186)

This commit is contained in:
Jaco
2023-03-25 17:40:31 +02:00
committed by GitHub
parent dc4fea8a5c
commit 7a390bf2e5
3 changed files with 19 additions and 18 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/phishing/issues",
"engine-strict": true,
"engines": {
"node": ">=14"
"node": ">=18.14"
},
"homepage": "https://github.com/polkadot-js/phishing#readme",
"license": "Apache-2.0",
@@ -41,7 +42,7 @@
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@polkadot/dev": "^0.72.22",
"@polkadot/dev": "^0.72.25",
"@types/node": "^18.15.9"
},
"resolutions": {