Skip to content

Commit 86d4502

Browse files
committed
adjusted types/node to pull from global setting through catalog setting
1 parent 9927372 commit 86d4502

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

contract_manager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@types/web3": "^1.2.2",
71+
"@types/node": "catalog:",
7172
"eslint": "^8.0.0",
7273
"prettier": "catalog:",
7374
"typedoc": "^0.25.7"

target_chains/fuel/sdk/js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"license": "Apache-2.0",
3939
"devDependencies": {
4040
"@pythnetwork/hermes-client": "workspace:*",
41+
"@types/node": "catalog:",
4142
"@typescript-eslint/eslint-plugin": "^7.7.0",
4243
"@typescript-eslint/parser": "^7.7.0",
4344
"copyfiles": "^2.4.1",

target_chains/solana/sdk/js/pyth_solana_receiver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"devDependencies": {
3535
"@pythnetwork/hermes-client": "workspace:*",
3636
"@types/jest": "^29.4.0",
37+
"@types/node": "catalog:",
3738
"@typescript-eslint/eslint-plugin": "^5.20.0",
3839
"@typescript-eslint/parser": "^5.20.0",
3940
"eslint": "^8.13.0",

0 commit comments

Comments
 (0)