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

This commit is contained in:
Jaco
2023-03-25 17:40:48 +02:00
committed by GitHub
parent aac0aa43d0
commit 24f1cf7e17
2 changed files with 18 additions and 17 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/ui/issues",
"engine-strict": true,
"engines": {
"node": ">=14"
"node": ">=18.14"
},
"homepage": "https://github.com/polkadot-js/ui#readme",
"license": "Apache-2.0",
@@ -33,7 +34,7 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.72.24",
"@polkadot/dev": "^0.72.25",
"@polkadot/x-bundle": "^11.1.2",
"@types/node": "^18.15.9",
"react": "^18.2.0",