mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-14 14:51:02 +00:00
Add repo dev req. for Node.js (#744)
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user