Skip to content

Commit

Permalink
added node version on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Feb 13, 2025
1 parent 72f978c commit e01894b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion advanced/dapps/react-dapp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
Expand All @@ -32,4 +35,4 @@
"eslint-config-next": "12.2.4",
"typescript": "^4.9.5"
}
}
}
5 changes: 4 additions & 1 deletion advanced/dapps/react-dapp-v2-with-web3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"resolutions": {
"react-error-overlay": "6.0.11"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@ethereumjs/tx": "^3.5.0",
"@walletconnect/encoding": "^1.0.1",
Expand Down Expand Up @@ -79,4 +82,4 @@
"not dead",
"not op_mini all"
]
}
}
5 changes: 4 additions & 1 deletion advanced/wallets/react-wallet-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@cosmjs/amino": "0.32.3",
"@cosmjs/encoding": "0.32.3",
Expand Down Expand Up @@ -43,4 +46,4 @@
"prettier": "2.6.2",
"typescript": "4.6.4"
}
}
}

0 comments on commit e01894b

Please sign in to comment.