Skip to content

Commit e01894b

Browse files
committed
added node version on package.json
1 parent 72f978c commit e01894b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

advanced/dapps/react-dapp-auth/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"start": "next start",
99
"lint": "next lint"
1010
},
11+
"engines": {
12+
"node": "22.x"
13+
},
1114
"dependencies": {
1215
"@chakra-ui/react": "^2.2.6",
1316
"@emotion/react": "^11.10.0",
@@ -32,4 +35,4 @@
3235
"eslint-config-next": "12.2.4",
3336
"typescript": "^4.9.5"
3437
}
35-
}
38+
}

advanced/dapps/react-dapp-v2-with-web3js/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"resolutions": {
2828
"react-error-overlay": "6.0.11"
2929
},
30+
"engines": {
31+
"node": "22.x"
32+
},
3033
"dependencies": {
3134
"@ethereumjs/tx": "^3.5.0",
3235
"@walletconnect/encoding": "^1.0.1",
@@ -79,4 +82,4 @@
7982
"not dead",
8083
"not op_mini all"
8184
]
82-
}
85+
}

advanced/wallets/react-wallet-auth/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"start": "next start",
88
"lint": "next lint"
99
},
10+
"engines": {
11+
"node": "22.x"
12+
},
1013
"dependencies": {
1114
"@cosmjs/amino": "0.32.3",
1215
"@cosmjs/encoding": "0.32.3",
@@ -43,4 +46,4 @@
4346
"prettier": "2.6.2",
4447
"typescript": "4.6.4"
4548
}
46-
}
49+
}

0 commit comments

Comments
 (0)